]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
Removed "USE_" prefixes of configuration #defines.
[ngircd-alex.git] / src / ngircd / messages.h
index 57fde868b5cf6b815763d06ecb22a6c371df22c4..3ac479e8b6e7f454ba467b0b79c7e3c580a82550 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: messages.h,v 1.64 2003/03/19 21:16:16 alex Exp $
+ * $Id: messages.h,v 1.65 2003/12/26 15:55:07 alex Exp $
  *
  * IRC numerics (Header)
  */
 #define ERR_UMODEUNKNOWNFLAG2_MSG      "501 %s :Unknown mode \"%c%c\""
 #define ERR_USERSDONTMATCH_MSG         "502 %s :Can't set/get mode for other users"
 
-#ifdef USE_ZLIB
+#ifdef ZLIB
 #define RPL_STATSLINKINFOZIP_MSG       "211 %s %s %d %ld %ld/%ld %ld %ld/%ld :%ld"
 #endif