]> jfr.im git - solanum.git/blobdiff - include/common.h
ircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
[solanum.git] / include / common.h
index e8838009d9166c88030e27af70133546506f92c2..e674e1004d6b2ae501ef1cb9b73ccb5be0d0c20d 100644 (file)
 #define NULL 0
 #endif
 
-#ifdef TRUE
-#undef TRUE
-#endif
-
-#ifdef FALSE
-#undef FALSE
-#endif
-
-#define FALSE  0
-#define TRUE   1
-#define HIDEME 2
 
 /* Blah. I use these a lot. -Dianora */
 #ifdef YES