X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc.c;h=a4355dd41ea9a75d7d0ff31fc3303fd5cdfe5d01;hp=eb32afdd134a9988fc17a0fe7282c4d4b82236ef;hb=c40592d2cef21dd255af978644eb96c330913be7;hpb=05170bc94cc3c200da0b973b3cf1a44635e64611 diff --git a/src/ngircd/irc.c b/src/ngircd/irc.c index eb32afdd..a4355dd4 100644 --- a/src/ngircd/irc.c +++ b/src/ngircd/irc.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc.c,v 1.122 2003/11/05 23:24:48 alex Exp $"; +static char UNUSED id[] = "$Id: irc.c,v 1.123 2003/12/26 15:55:07 alex Exp $"; #include "imp.h" #include @@ -302,7 +302,7 @@ Option_String( CONN_ID Idx ) options = Conn_Options( Idx ); strcpy( option_txt, "F" ); /* No idea what this means but the original ircd sends it ... */ -#ifdef USE_ZLIB +#ifdef ZLIB if( options & CONN_ZIP ) strcat( option_txt, "z" ); #endif