summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-06-18 15:07:40 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-06-18 15:07:40 (GMT)
commit22c69348857329c8a92234a3a87ddb4e120d39aa (patch)
treec11013373771ef88a86208aafa3517b30a4647e4 /config.h.in
parent898527b14def9744dbb1ac8feb2bf118412e7d89 (diff)
downloadcpython-22c69348857329c8a92234a3a87ddb4e120d39aa.zip
cpython-22c69348857329c8a92234a3a87ddb4e120d39aa.tar.gz
cpython-22c69348857329c8a92234a3a87ddb4e120d39aa.tar.bz2
Regenerated autoconf files. There's an extra change to config.h.in beyond
the mremap() change I made; did someone modify configure.in previously without recreating these files?
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index bbe3490..80ea067 100644
--- a/config.h.in
+++ b/config.h.in
@@ -360,6 +360,9 @@
/* Define if you have the mktime function. */
#undef HAVE_MKTIME
+/* Define if you have the mremap function. */
+#undef HAVE_MREMAP
+
/* Define if you have the nice function. */
#undef HAVE_NICE
@@ -528,6 +531,9 @@
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
+/* Define if you have the <sys/socket.h> header file. */
+#undef HAVE_SYS_SOCKET_H
+
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H