From ec3caccb17e9a1860e9d75246bf167ca2ab64d59 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 16 Dec 1999 17:49:27 +0000 Subject: [PATCH] Regenerated after new acconfig.h. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index af50df000f9..8eec1fbe8c5 100644 --- a/config.h.in +++ b/config.h.in @@ -99,6 +99,9 @@ /* Define this if your time.h defines altzone */ #undef HAVE_ALTZONE +/* Define this if you have gethostbyname() */ +#undef HAVE_GETHOSTBYNAME + /* Define this if you have some version of gethostbyname_r() */ #undef HAVE_GETHOSTBYNAME_R