From f73e403ae59fc4a8d5d6e55523ff878ab3e5ef72 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 24 Apr 2002 13:33:56 +0000 Subject: - Test auf POSIX Regular-Expression-Funktionen eingebaut. --- src/ngircd/ngircd.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 78ffd9a0..ecc9d332 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -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: ngircd.c,v 1.43 2002/04/04 13:03:55 alex Exp $ + * $Id: ngircd.c,v 1.44 2002/04/24 13:33:56 alex Exp $ * * ngircd.c: Hier beginnt alles ;-) */ @@ -311,6 +311,10 @@ GLOBAL CHAR *NGIRCd_VersionAddition( VOID ) if( txt[0] ) strcat( txt, "+" ); strcat( txt, "SYSLOG" ); #endif +#ifdef REGEX + if( txt[0] ) strcat( txt, "+" ); + strcat( txt, "REGEX" ); +#endif #ifdef STRICT_RFC if( txt[0] ) strcat( txt, "+" ); strcat( txt, "RFC" ); -- cgit 1.4.1