X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2FMacOSX%2Fconfig.h;h=72c8875b684fba5b370ee2cd7b0cf1f8f282d4ef;hp=5ed07d9bb37c7730433dc005e2e7743c208bd33b;hb=fb4b5acfb8871c43e34dc2aa9c354a86f14f9293;hpb=75243ffb37aa1947a40435e79802626eb1ae11b3 diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 5ed07d9b..72c8875b 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2009 Alexander Barton (alex@barton.de). + * Copyright (c)2001-2010 Alexander Barton (alex@barton.de). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,7 +13,7 @@ #define PACKAGE_NAME "ngircd" #ifndef VERSION -#define VERSION "??" +#define VERSION "??("__DATE__")" #endif #define SYSCONFDIR "/etc/ngircd" @@ -51,6 +51,9 @@ /* Define if IPV6 protocol should be enabled */ #define WANT_IPV6 1 +/* Define if PAM should be used */ +#define PAM 1 + /* -- Supported features -- */ /* Define if SSP C support is enabled. */ @@ -71,6 +74,8 @@ #define HAVE_STDBOOL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 +/* Define to 1 if you have the header file. */ +#define HAVE_NETINET_IP_H 1 /* Define to 1 if you have the `kqueue' function. */ #define HAVE_KQUEUE 1 @@ -103,4 +108,11 @@ #define HAVE_DNSSERVICEREGISTRATIONCREATE 1 #endif +#ifdef PAM +/* Define to 1 if you have the `pam_authenticate' function. */ +#define HAVE_PAM_AUTHENTICATE 1 +/* Define to 1 if you have the header file. */ +#define HAVE_PAM_PAM_APPL_H 1 +#endif + /* -eof- */