X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc.c;fp=src%2Fngircd%2Firc.c;h=4c1c7d51a7e2223b5236d04d3c35dbccecf52c38;hb=a34d8ae59f8d71ac7573aab63d73bceb388cfe4b;hp=4e95a31ae9a8424365e9e4a80b91756dacb9d244;hpb=d917f06af830d1e0ab2f48be08498402e5e7c22b;p=ngircd.git diff --git a/src/ngircd/irc.c b/src/ngircd/irc.c index 4e95a31a..4c1c7d51 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.120.2.2 2003/11/07 20:51:11 alex Exp $"; +static char UNUSED id[] = "$Id: irc.c,v 1.120.2.3 2003/12/26 16:16:48 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