about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2001-12-29 03:04:35 +0000
committerAlexander Barton <alex@barton.de>2001-12-29 03:04:35 +0000
commit2a29a72456b5b773b87413387c79b9b26b135ae9 (patch)
tree307147438e9d8a88b79afdfda28a8eb6c8d6f994
parent680e2ad6b160069a20716fe4472567db8f2a358f (diff)
downloadngircd-2a29a72456b5b773b87413387c79b9b26b135ae9.tar.gz
ngircd-2a29a72456b5b773b87413387c79b9b26b135ae9.zip
- neue configure-Option "--enable-strict-rfc", #define STRICT_RFC.
-rw-r--r--acconfig.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 3091adb4..d5028042 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.4 2001/12/27 01:44:49 alex Exp $
+ * $Id: acconfig.h,v 1.5 2001/12/29 03:04:35 alex Exp $
  *
  * $Log: acconfig.h,v $
+ * Revision 1.5  2001/12/29 03:04:35  alex
+ * - neue configure-Option "--enable-strict-rfc", #define STRICT_RFC.
+ *
  * Revision 1.4  2001/12/27 01:44:49  alex
  * - die Verwendung von syslog kann nun abgeschaltet werden.
  *
@@ -34,5 +37,7 @@
 
 #undef USE_SYSLOG
 
+#undef STRICT_RFC
+
 
 /* -eof- */