From 8d79f26721f1c8154379f63013a241969c393ab1 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 25 Mar 2002 19:13:19 +0000 Subject: - neuer Header splint.h fuer Code-Check mit SPLint. --- src/portab/portab.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/portab/portab.h') 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 -- cgit 1.4.1