]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/portab.h
- das Error-File wird nun komplett durch das Log-Modul verwaltet, der
[ngircd-alex.git] / src / portab / portab.h
index 779b9a3b6e2d12401bf0ba43dc4e29a2ac2a95b2..b2bd98161786eb3919055050c1a51f82bc88cc18 100644 (file)
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: portab.h,v 1.2 2002/03/12 15:19:12 alex Exp $
+ * $Id: portab.h,v 1.3 2002/03/25 19:13:19 alex Exp $
  *
  * portab.h: "Portabilitaets-Definitionen"
  */
@@ -63,6 +63,14 @@ typedef UINT8 BOOLEAN;
 #define GLOBAL
 
 
+/* SPLint */
+
+
+#ifdef S_SPLINT_S
+#include "splint.h"
+#endif
+
+
 /* configure-Optionen */
 
 #ifndef HAVE_socklen_t