]> arthur.barton.de Git - ngircd-alex.git/blobdiff - contrib/MacOSX/config.h
Really test for netinet/ip.h and set HAVE_NETINET_IP_H
[ngircd-alex.git] / contrib / MacOSX / config.h
index 0b5a141b4ff5a6a52661279b0190945a57ac3a67..66465e26a8f6eee0777ed2687cb12a04271c6a0d 100644 (file)
@@ -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. */
@@ -66,6 +71,8 @@
 #define HAVE_STDBOOL_H 1
 /* Define to 1 if you have the <arpa/inet.h> header file. */
 #define HAVE_ARPA_INET_H 1
+/* Define to 1 if you have the <netinet/ip.h> header file. */
+#define HAVE_NETINET_IP_H 1
 
 /* Define to 1 if you have the `kqueue' function. */
 #define HAVE_KQUEUE 1
 #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