mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
Correct stupid typo (HAVE_GETHOSTBTNAME).
This commit is contained in:
parent
e91a29d2f3
commit
c6f6df3118
@ -39,7 +39,7 @@
|
|||||||
#undef HAVE_ALTZONE
|
#undef HAVE_ALTZONE
|
||||||
|
|
||||||
/* Define this if you have gethostbyname() */
|
/* Define this if you have gethostbyname() */
|
||||||
#undef HAVE_GETHOSTBTNAME
|
#undef HAVE_GETHOSTBYNAME
|
||||||
|
|
||||||
/* Define this if you have some version of gethostbyname_r() */
|
/* Define this if you have some version of gethostbyname_r() */
|
||||||
#undef HAVE_GETHOSTBYNAME_R
|
#undef HAVE_GETHOSTBYNAME_R
|
||||||
|
Loading…
Reference in New Issue
Block a user