From: Guido van Rossum Date: Fri, 30 Jun 2000 02:44:41 +0000 (+0000) Subject: Somehow this had HAVE_SYS_SOCKET_H twice. Once is enough. Rerunning X-Git-Tag: v2.0b1~1261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cdaf26be35157a4067d6e530a56ac35cae95e26;p=thirdparty%2FPython%2Fcpython.git Somehow this had HAVE_SYS_SOCKET_H twice. Once is enough. Rerunning autoheader revealed this. --- diff --git a/config.h.in b/config.h.in index 89e52a296b66..c28e380682be 100644 --- a/config.h.in +++ b/config.h.in @@ -552,9 +552,6 @@ /* Define if you have the header file. */ #undef HAVE_SYS_SOCKET_H -/* Define if you have the header file. */ -#undef HAVE_SYS_SOCKET_H - /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H