]> granicus.if.org Git - python/commitdiff
Correct stupid typo (HAVE_GETHOSTBTNAME).
authorGuido van Rossum <guido@python.org>
Thu, 16 Dec 1999 17:49:02 +0000 (17:49 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 16 Dec 1999 17:49:02 +0000 (17:49 +0000)
acconfig.h

index 69a8634c249aa05d0d47957587f02b9eb636418a..19e5f9605b8a8a0229ce245ed6382a408ae5bb94 100644 (file)
@@ -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