X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2FMacOSX%2Fconfig.h;h=ba5e7e6a9b8917117d7511cbf44e79c37aabe86a;hb=4188a82e7674a46903c87e257ebbeeb013dc8146;hp=72c8875b684fba5b370ee2cd7b0cf1f8f282d4ef;hpb=fb4b5acfb8871c43e34dc2aa9c354a86f14f9293;p=ngircd-alex.git diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 72c8875b..ba5e7e6a 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -97,6 +97,8 @@ #define HAVE_GETADDRINFO 1 /* Define to 1 if you have the `getnameinfo' function. */ #define HAVE_GETNAMEINFO 1 +/* Define to 1 if you have the `sigaction' function. */ +#define HAVE_SIGACTION 1 /* Define if socklen_t exists */ #define HAVE_socklen_t 1 @@ -113,6 +115,8 @@ #define HAVE_PAM_AUTHENTICATE 1 /* Define to 1 if you have the header file. */ #define HAVE_PAM_PAM_APPL_H 1 +/* Mac OS X <10.6 doesn't have pam_fail_delay() */ +#define NO_PAM_FAIL_DELAY 1 #endif /* -eof- */