]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc.c
Removed "USE_" prefixes of configuration #defines.
[ngircd-alex.git] / src / ngircd / irc.c
index eb32afdd134a9988fc17a0fe7282c4d4b82236ef..a4355dd41ea9a75d7d0ff31fc3303fd5cdfe5d01 100644 (file)
@@ -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 <assert.h>
@@ -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