]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/global.h
- Test auf socklen_t verbessert.
[ngircd-alex.git] / src / ngircd / global.h
index 5bb490f05c7840b21607f5701d03ed3f80e8cfc7..3834eb60e25b8396b05b63b131a16a195add63c1 100644 (file)
@@ -9,22 +9,30 @@
  * 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.1 2001/12/11 21:53:04 alex Exp $
+ * $Id: global.h,v 1.2 2001/12/12 01:58:53 alex Exp $
  *
  * global.h: Globaler Header, wir in jedes(!) Modul eingebunden.
  *
  * $Log: global.h,v $
- * Revision 1.1  2001/12/11 21:53:04  alex
- * Initial revision
+ * Revision 1.2  2001/12/12 01:58:53  alex
+ * - Test auf socklen_t verbessert.
  *
+ * Revision 1.1.1.1  2001/12/11 21:53:04  alex
+ * Imported sources to CVS.
  */
 
 
 #ifndef __global_h__
 #define __global_h__
 
+
 #include "config.h"
 
+#ifndef HAVE_socklen_t
+#define socklen_t int                  /* u.a. fuer Mac OS X */
+#endif
+
+
 #endif