diff options
| author | Alexander Barton <alex@barton.de> | 2002-03-25 19:13:19 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-03-25 19:13:19 +0000 |
| commit | 8d79f26721f1c8154379f63013a241969c393ab1 (patch) | |
| tree | d71ee5e749c68410d1fa674aa336f930a49c24a3 /src/portab/portab.h | |
| parent | 95a4b1b1587f33692830153d6d03081b5e51d172 (diff) | |
| download | ngircd-8d79f26721f1c8154379f63013a241969c393ab1.tar.gz ngircd-8d79f26721f1c8154379f63013a241969c393ab1.zip | |
- neuer Header splint.h fuer Code-Check mit SPLint.
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 |