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:
parent
7a095584a9
commit
018a53a198
3 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue