about summary refs log tree commit diff
path: root/acconfig.h
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2001-12-27 01:44:49 +0000
committerAlexander Barton <alex@barton.de>2001-12-27 01:44:49 +0000
commit50352dc93b2f450581422738ffc36a1e7528df84 (patch)
tree2f0c54aeb5cbca5d22ed73e20bba7d42c614b8a2 /acconfig.h
parent6284acf6cadc37fe8c7106aea039181582d9114e (diff)
downloadngircd-50352dc93b2f450581422738ffc36a1e7528df84.tar.gz
ngircd-50352dc93b2f450581422738ffc36a1e7528df84.zip
- die Verwendung von syslog kann nun abgeschaltet werden.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 0a6ed0e9..3091adb4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -9,9 +9,12 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: acconfig.h,v 1.3 2001/12/25 22:01:47 alex Exp $
+ * $Id: acconfig.h,v 1.4 2001/12/27 01:44:49 alex Exp $
  *
  * $Log: acconfig.h,v $
+ * Revision 1.4  2001/12/27 01:44:49  alex
+ * - die Verwendung von syslog kann nun abgeschaltet werden.
+ *
  * Revision 1.3  2001/12/25 22:01:47  alex
  * - neue configure-Option "--enable-sniffer".
  *
@@ -29,5 +32,7 @@
 
 #undef SNIFFER
 
+#undef USE_SYSLOG
+
 
 /* -eof- */