about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2001-12-14 08:14:34 +0000
committerAlexander Barton <alex@barton.de>2001-12-14 08:14:34 +0000
commit8e293583f2ea3e5a68c9758cf975bbaf69d120fc (patch)
treeb60596242afd1d6f46d2d3603a1814db279a4e54 /src
parent23603adf96d815c067c573fab2833482758b9b5a (diff)
downloadngircd-8e293583f2ea3e5a68c9758cf975bbaf69d120fc.tar.gz
ngircd-8e293583f2ea3e5a68c9758cf975bbaf69d120fc.zip
- NONE als -1 definiert. Macht den Source lesbarer ;-)
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/global.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ngircd/global.h b/src/ngircd/global.h
index 3834eb60..409b0248 100644
--- a/src/ngircd/global.h
+++ b/src/ngircd/global.h
@@ -9,11 +9,14 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: global.h,v 1.2 2001/12/12 01:58:53 alex Exp $
+ * $Id: global.h,v 1.3 2001/12/14 08:14:34 alex Exp $
  *
  * global.h: Globaler Header, wir in jedes(!) Modul eingebunden.
  *
  * $Log: global.h,v $
+ * Revision 1.3  2001/12/14 08:14:34  alex
+ * - NONE als -1 definiert. Macht den Source lesbarer ;-)
+ *
  * Revision 1.2  2001/12/12 01:58:53  alex
  * - Test auf socklen_t verbessert.
  *
@@ -33,6 +36,9 @@
 #endif
 
 
+#define NONE -1
+
+
 #endif