about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-03-10 15:40:26 +0000
committerAlexander Barton <alex@barton.de>2002-03-10 15:40:26 +0000
commit81889df4b747811429ae10dd1d5f58bb7ea61b50 (patch)
tree5bfcf4e60bd10af3fe4c88bae18c366fe38a1d49 /configure.in
parent0e092b3f062ed4e0b5ee019de203cc7724ab0bae (diff)
downloadngircd-81889df4b747811429ae10dd1d5f58bb7ea61b50.tar.gz
ngircd-81889df4b747811429ae10dd1d5f58bb7ea61b50.zip
- Anpassungen an neues GNU automake/autoconf: acconfig.h entfaellt nun.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 42d7bafc..645005ad 100644
--- a/configure.in
+++ b/configure.in
@@ -9,9 +9,12 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: configure.in,v 1.33 2002/03/02 03:57:56 alex Exp $
+# $Id: configure.in,v 1.34 2002/03/10 15:40:26 alex Exp $
 #
 # $Log: configure.in,v $
+# Revision 1.34  2002/03/10 15:40:26  alex
+# - Anpassungen an neues GNU automake/autoconf: acconfig.h entfaellt nun.
+#
 # Revision 1.33  2002/03/02 03:57:56  alex
 # - Versionsnummer auf 0.3.0-CVS angehoben.
 #
@@ -121,6 +124,14 @@ AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AM_INIT_AUTOMAKE(ngircd,0.3.0-CVS)
 AM_CONFIG_HEADER(src/config.h)
 
+# -- Templates fuer config.h --
+
+AH_TEMPLATE([DEBUG], [Define if debug-mode should be enabled])
+AH_TEMPLATE([HAVE_socklen_t], [Define if socklen_t exists])
+AH_TEMPLATE([SNIFFER], [Define if IRC sniffer should be enabled])
+AH_TEMPLATE([STRICT_RFC], [Define if ngIRCd should behave strict RFC compliant])
+AH_TEMPLATE([USE_SYSLOG], [Define if syslog should be used for logging])
+
 # -- C Compiler --
 
 AC_PROG_CC