diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-06-24 21:18:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-06-24 21:18:26 (GMT) |
commit | b9ab15905218c442f92f560307658edf4b70b847 (patch) | |
tree | baf17a4ec367b32be80b2b8062551bd12e2d96c8 /config.h.in | |
parent | 530f99017ef13381b6cdac3726117bb08b7b1da6 (diff) | |
download | cpython-b9ab15905218c442f92f560307658edf4b70b847.zip cpython-b9ab15905218c442f92f560307658edf4b70b847.tar.gz cpython-b9ab15905218c442f92f560307658edf4b70b847.tar.bz2 |
Emulate inet_{pton,ntop} on systems that don't provide it.
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 2fd7ed7..af3c815 100644 --- a/config.h.in +++ b/config.h.in @@ -392,6 +392,9 @@ /* Define if you have the hypot function. */ #undef HAVE_HYPOT +/* Define if you have the inet_pton function. */ +#undef HAVE_INET_PTON + /* Define if you have the kill function. */ #undef HAVE_KILL |