1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

* acconfig.h: add HAVE_IPV6.

* configure.in: check whether we can compile with IPv6 support.
This commit is contained in:
Gary Houston 2001-05-05 08:30:17 +00:00
parent 7a095584a9
commit 018a53a198
3 changed files with 18 additions and 0 deletions

View file

@ -119,6 +119,9 @@
/* Define if uint32_t typedef is defined when netdb.h is include. */
#undef HAVE_UINT32_T
/* Define if you want support for IPv6. */
#undef HAVE_IPV6
/* Define if localtime caches the TZ setting. */
#undef LOCALTIME_CACHE