diff options
| author | Alexander Barton <alex@barton.de> | 2003-12-26 15:55:07 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2003-12-26 15:55:07 +0000 |
| commit | c40592d2cef21dd255af978644eb96c330913be7 (patch) | |
| tree | 4ec4c015e9b02ddec651eede73ec657bd53c09b6 /src/ngircd/irc-server.c | |
| parent | 05170bc94cc3c200da0b973b3cf1a44635e64611 (diff) | |
| download | ngircd-c40592d2cef21dd255af978644eb96c330913be7.tar.gz ngircd-c40592d2cef21dd255af978644eb96c330913be7.zip | |
Removed "USE_" prefixes of configuration #defines.
Diffstat (limited to 'src/ngircd/irc-server.c')
| -rw-r--r-- | src/ngircd/irc-server.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/irc-server.c b/src/ngircd/irc-server.c index 7b7340f2..694da656 100644 --- a/src/ngircd/irc-server.c +++ b/src/ngircd/irc-server.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc-server.c,v 1.33 2003/07/09 18:45:56 alex Exp $"; +static char UNUSED id[] = "$Id: irc-server.c,v 1.34 2003/12/26 15:55:07 alex Exp $"; #include "imp.h" #include <assert.h> @@ -117,7 +117,7 @@ IRC_SERVER( CLIENT *Client, REQUEST *Req ) Client_SetType( Client, CLIENT_SERVER ); Conf_SetServer( i, con ); -#ifdef USE_ZLIB +#ifdef ZLIB /* Kompression initialisieren, wenn erforderlich */ if( strchr( Client_Flags( Client ), 'Z' )) { |