diff options
author | Guido van Rossum <guido@python.org> | 1999-12-16 17:49:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-12-16 17:49:02 (GMT) |
commit | c6f6df311894f394e6a45988dd1e9e64635a9c39 (patch) | |
tree | 4a51534b9a25b30fbc9cfb32d843553ac0496a4b /acconfig.h | |
parent | e91a29d2f3e984cc33920c889508a58f6bd986c8 (diff) | |
download | cpython-c6f6df311894f394e6a45988dd1e9e64635a9c39.zip cpython-c6f6df311894f394e6a45988dd1e9e64635a9c39.tar.gz cpython-c6f6df311894f394e6a45988dd1e9e64635a9c39.tar.bz2 |
Correct stupid typo (HAVE_GETHOSTBTNAME).
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |