summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-06-14 23:10:28 +0000
committerGuido van Rossum <guido@python.org>1995-06-14 23:10:28 +0000
commit202ab931a3efe0e31110ce91eacc2160a8bc8e83 (patch)
tree39555d18e0c4ddc91c5d3c6cfe51da96840e535b /config.h.in
parentb16623313b09b26f06c745d2428b3a77bfbdf02d (diff)
downloadcpython-202ab931a3efe0e31110ce91eacc2160a8bc8e83.tar.gz
derived from new configure.in
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 83f0c65df0..d2edf62fb4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -8,7 +8,9 @@
#endif
/* Define if type char is unsigned and you are not using gcc. */
+#ifndef __CHAR_UNSIGNED__
#undef __CHAR_UNSIGNED__
+#endif
/* Define to empty if the keyword does not work. */
#undef const
@@ -278,6 +280,9 @@
/* Define if you have the <sys/utsname.h> header file. */
#undef HAVE_SYS_UTSNAME_H
+/* Define if you have the <sys/wait.h> header file. */
+#undef HAVE_SYS_WAIT_H
+
/* Define if you have the <thread.h> header file. */
#undef HAVE_THREAD_H