diff options
author | Guido van Rossum <guido@python.org> | 1999-12-16 17:49:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-12-16 17:49:27 (GMT) |
commit | ec3caccb17e9a1860e9d75246bf167ca2ab64d59 (patch) | |
tree | 4bad715a7ba1838dedd834b341157a722695b354 /config.h.in | |
parent | c6f6df311894f394e6a45988dd1e9e64635a9c39 (diff) | |
download | cpython-ec3caccb17e9a1860e9d75246bf167ca2ab64d59.zip cpython-ec3caccb17e9a1860e9d75246bf167ca2ab64d59.tar.gz cpython-ec3caccb17e9a1860e9d75246bf167ca2ab64d59.tar.bz2 |
Regenerated after new acconfig.h.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index af50df0..8eec1fb 100644 --- a/config.h.in +++ b/config.h.in @@ -99,6 +99,9 @@ /* Define this if your time.h defines altzone */ #undef HAVE_ALTZONE +/* Define this if you have gethostbyname() */ +#undef HAVE_GETHOSTBYNAME + /* Define this if you have some version of gethostbyname_r() */ #undef HAVE_GETHOSTBYNAME_R |