diff options
author | Guido van Rossum <guido@python.org> | 2000-06-30 02:44:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-06-30 02:44:41 (GMT) |
commit | 5cdaf26be35157a4067d6e530a56ac35cae95e26 (patch) | |
tree | 49e3431eed9fcf38b803752db37338cb1fce40ea /config.h.in | |
parent | f385c5e544bd7e13c6c6714e85828292d6de8b8e (diff) | |
download | cpython-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.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
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 |