summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-12-16 17:49:02 (GMT)
committerGuido van Rossum <guido@python.org>1999-12-16 17:49:02 (GMT)
commitc6f6df311894f394e6a45988dd1e9e64635a9c39 (patch)
tree4a51534b9a25b30fbc9cfb32d843553ac0496a4b /acconfig.h
parente91a29d2f3e984cc33920c889508a58f6bd986c8 (diff)
downloadcpython-c6f6df311894f394e6a45988dd1e9e64635a9c39.zip
cpython-c6f6df311894f394e6a45988dd1e9e64635a9c39.tar.gz
cpython-c6f6df311894f394e6a45988dd1e9e64635a9c39.tar.bz2
Correct stupid typo (HAVE_GETHOSTBTNAME).
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 69a8634..19e5f96 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