diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-08-15 17:14:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-08-15 17:14:33 (GMT) |
commit | f95dd0a2986392d4f51bb1dd17db50ff40aa90d5 (patch) | |
tree | 9a8a9c569d68b7bbdfde292bd66a5b71fa62dc02 /pyconfig.h.in | |
parent | 834a85a235020379935418510c0043f08a08a2a5 (diff) | |
download | cpython-f95dd0a2986392d4f51bb1dd17db50ff40aa90d5.zip cpython-f95dd0a2986392d4f51bb1dd17db50ff40aa90d5.tar.gz cpython-f95dd0a2986392d4f51bb1dd17db50ff40aa90d5.tar.bz2 |
Fix portability problems with glibc 2.0, as reported in #449157.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index bdb242c..72fad87 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -371,6 +371,9 @@ /* Define if you have the ftruncate function. */ #undef HAVE_FTRUNCATE +/* Define if you have the gai_strerror function. */ +#undef HAVE_GAI_STRERROR + /* Define if you have the getaddrinfo function. */ #undef HAVE_GETADDRINFO |