]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
Changed all of the proprietary strucmp() and struncmp() calls to the more
[citadel.git] / citadel / citadel.h
index 05c9b9dd7d7e2d2e958558ba7515211c9fe7d6f2..ff9fc30d7fa58087f8c3fe801b179b81e1be02f3 100644 (file)
 
 #undef tolower
 #define tolower(x)     ( ((x>='A')&&(x<='Z')) ? (x+'a'-'A') : x )
-#define strucmp(lstr,rstr) struncmp(lstr,rstr,32767)
 #define NEW_CONFIG
 
+#define strucmp(lstr,rstr) struncmp(lstr,rstr,32767)
+
 /* 
  * The only typedef we do is an 8-bit unsigned, for screen dimensions.
  * All other defs are done using standard C types.  The code assumes that