diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-01 18:41:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-01 18:41:33 (GMT) |
commit | a6e975801e37bef27deb3207f6fc8f0c59affb46 (patch) | |
tree | e70dffff459f4a6f6041604334b4cd5ea74a0bcb /acconfig.h | |
parent | 65293680aa6a4f62024eb25ba8ff4c731c126a60 (diff) | |
download | cpython-a6e975801e37bef27deb3207f6fc8f0c59affb46.zip cpython-a6e975801e37bef27deb3207f6fc8f0c59affb46.tar.gz cpython-a6e975801e37bef27deb3207f6fc8f0c59affb46.tar.bz2 |
Patch #497098: build support for GNU/Hurd.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -19,6 +19,12 @@ /* Define if you have the Mach cthreads package */ #undef C_THREADS +/* Define if you are using Mach cthreads under mach / */ +#undef MACH_C_THREADS + +/* Define if you are using Mach cthreads directly under /include */ +#undef HURD_C_THREADS + /* Define to `long' if <time.h> doesn't define. */ #undef clock_t @@ -47,6 +53,9 @@ /* struct addrinfo (netdb.h) */ #undef HAVE_ADDRINFO +/* Define if you have the getaddrinfo function. */ +#undef HAVE_GETADDRINFO + /* struct sockaddr_storage (sys/socket.h) */ #undef HAVE_SOCKADDR_STORAGE |