Module: ngircd.git
Branch: master
Commit: e1315f30fd2e1984907dc42cf1fd0370354d4f55
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=e1315f30…
Author: Alexander Barton <alex(a)barton.de>
Date: Sat Dec 24 13:16:38 2011 +0100
define HAVE_GAI_STRERROR for Mac OS X Xcode builds
On Mac OS X 10.7 Lion, this fixes
In file included from .../contrib/MacOSX/../../src/ngircd/client.c:28:
/Developer/SDKs/MacOSX10.7.sdk/usr/include/netdb.h:272:13:
error: expected identifier or '('
---
contrib/MacOSX/config.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h
index 86b460b..5b47e9d 100644
--- a/contrib/MacOSX/config.h
+++ b/contrib/MacOSX/config.h
@@ -74,6 +74,8 @@
/* 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 `gai_strerror' function. */
+#define HAVE_GAI_STRERROR 1
/* Define to 1 if you have the `kqueue' function. */
#define HAVE_KQUEUE 1
/* Define to 1 if you have the `inet_ntoa' function. */
Module: ngircd.git
Branch: master
Commit: e4a06844a3b0ad1bbb7307cbe40f7d2bfb2f1226
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=e4a06844…
Author: Alexander Barton <alex(a)barton.de>
Date: Tue Nov 8 21:12:01 2011 +0100
sample-ngircd.conf: show correct default for "PAM" variable
The default of "PAM" is "yes" when ngIRCd has been configured to use it,
so show the correct default value in the sample configuration file.
Closes #119.
---
doc/sample-ngircd.conf.tmpl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl
index fb5d826..26103a7 100644
--- a/doc/sample-ngircd.conf.tmpl
+++ b/doc/sample-ngircd.conf.tmpl
@@ -160,7 +160,7 @@
;OperServerMode = no
# Use PAM if ngIRCd has been compiled with support for it.
- ;PAM = no
+ ;PAM = yes
# Allow Pre-Defined Channels only (see Section [Channels])
;PredefChannelsOnly = no