X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2FMacOSX%2Fconfig.h;h=60b0618845bd78a70e4e40d389d2487e10fcab2d;hb=03b70229eb95e218f56ab22ce30fa6279b3ae91f;hp=0b5a141b4ff5a6a52661279b0190945a57ac3a67;hpb=eb159e0a8d38449c10680cf3ed747fdb5c5adbc8;p=ngircd-alex.git diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 0b5a141b..60b06188 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -12,7 +12,9 @@ */ #define PACKAGE_NAME "ngircd" -#define VERSION "??" +#ifndef VERSION +#define VERSION "??("__DATE__")" +#endif #define SYSCONFDIR "/etc/ngircd" #ifndef TARGET_VENDOR @@ -46,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. */ @@ -81,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