From: Guido van Rossum Date: Thu, 16 Dec 1999 17:49:02 +0000 (+0000) Subject: Correct stupid typo (HAVE_GETHOSTBTNAME). X-Git-Tag: v1.6a1~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6f6df311894f394e6a45988dd1e9e64635a9c39;p=python Correct stupid typo (HAVE_GETHOSTBTNAME). --- diff --git a/acconfig.h b/acconfig.h index 69a8634c24..19e5f9605b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -39,7 +39,7 @@ #undef HAVE_ALTZONE /* Define this if you have gethostbyname() */ -#undef HAVE_GETHOSTBTNAME +#undef HAVE_GETHOSTBYNAME /* Define this if you have some version of gethostbyname_r() */ #undef HAVE_GETHOSTBYNAME_R