summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-06-30 02:44:41 (GMT)
committerGuido van Rossum <guido@python.org>2000-06-30 02:44:41 (GMT)
commit5cdaf26be35157a4067d6e530a56ac35cae95e26 (patch)
tree49e3431eed9fcf38b803752db37338cb1fce40ea
parentf385c5e544bd7e13c6c6714e85828292d6de8b8e (diff)
downloadcpython-5cdaf26be35157a4067d6e530a56ac35cae95e26.zip
cpython-5cdaf26be35157a4067d6e530a56ac35cae95e26.tar.gz
cpython-5cdaf26be35157a4067d6e530a56ac35cae95e26.tar.bz2
Somehow this had HAVE_SYS_SOCKET_H twice. Once is enough. Rerunning
autoheader revealed this.
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 89e52a2..c28e380 100644
--- a/config.h.in
+++ b/config.h.in
@@ -552,9 +552,6 @@
/* Define if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_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