X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2FMacOSX%2Fconfig.h;h=60b0618845bd78a70e4e40d389d2487e10fcab2d;hb=c62c2d349b718ad71ccabd88a42abe1ee5801ee3;hp=9fd2dfcf6ef62c53965b6b51002a54e4e59091c9;hpb=5468ba37446a85bfb8a84eed74bf6c091156f682;p=ngircd-alex.git diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 9fd2dfcf..60b06188 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -13,7 +13,7 @@ #define PACKAGE_NAME "ngircd" #ifndef VERSION -#define VERSION "??" +#define VERSION "??("__DATE__")" #endif #define SYSCONFDIR "/etc/ngircd" @@ -48,6 +48,9 @@ /* Define if zlib compression should be enabled */ #define ZLIB 1 +/* Define if IPV6 protocol should be enabled */ +#define WANT_IPV6 1 + /* -- Supported features -- */ /* Define if SSP C support is enabled. */ @@ -83,6 +86,12 @@ #define HAVE_STRDUP 1 /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 +/* Define to 1 if you have the `inet_aton' function. */ +#define HAVE_INET_ATON 1 +/* Define to 1 if you have the `getaddrinfo' function. */ +#define HAVE_GETADDRINFO 1 +/* Define to 1 if you have the `getnameinfo' function. */ +#define HAVE_GETNAMEINFO 1 /* Define if socklen_t exists */ #define HAVE_socklen_t 1