]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/messages.h
Removed "USE_" prefixes of configuration #defines (from HEAD).
[ngircd.git] / src / ngircd / messages.h
index 57fde868b5cf6b815763d06ecb22a6c371df22c4..4ac4174beea7930d3edcd94bc80636a2e14140c4 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.64.2.1 2003/12/26 16:16:48 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