diff options
Diffstat (limited to 'src/portab/portab.h')
| -rw-r--r-- | src/portab/portab.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/portab/portab.h b/src/portab/portab.h index 779b9a3b..b2bd9816 100644 --- a/src/portab/portab.h +++ b/src/portab/portab.h @@ -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 |