]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
* Removed references to strucmp() and struncmp(), replaced them with
[citadel.git] / citadel / citadel.h
index 79148db0a4853a1ccd08f1320b03f472c84f115c..a3b723dcb694ea02c5f61dabd3a2134a264ea656 100644 (file)
@@ -28,8 +28,6 @@
 #define tolower(x)     ( ((x>='A')&&(x<='Z')) ? (x+'a'-'A') : x )
 #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