summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-07-14 20:55:52 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-07-14 20:55:52 (GMT)
commit881fd90fd62a1fa113efefae94bf744101fa39de (patch)
tree2a08e1caafda9072dd219ace1e1631eda61a859a /config.h.in
parent737fbb340e3a1845f52e0b5568bb672dfdfc830b (diff)
downloadcpython-881fd90fd62a1fa113efefae94bf744101fa39de.zip
cpython-881fd90fd62a1fa113efefae94bf744101fa39de.tar.gz
cpython-881fd90fd62a1fa113efefae94bf744101fa39de.tar.bz2
[Bug #438050] Check for sys/poll.h in configure script
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 2de2016..b5c495f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,4 +1,4 @@
-/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
+/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if on AIX 3.
System headers sometimes define this.
@@ -644,6 +644,9 @@
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define if you have the <sys/poll.h> header file. */
+#undef HAVE_SYS_POLL_H
+
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H