]> jfr.im git - solanum.git/blobdiff - include/common.h
Send YES/NO to Davy Jones's Locker.
[solanum.git] / include / common.h
index e674e1004d6b2ae501ef1cb9b73ccb5be0d0c20d..7754007ef5a922b607107e5d5abe8e7a276489ab 100644 (file)
 #endif
 
 
-/* Blah. I use these a lot. -Dianora */
-#ifdef YES
-#undef YES
-#endif
-
-#define YES 1
-
-#ifdef NO
-#undef NO
-#endif
-
-#define NO  0
-
 /* Just blindly define our own MIN/MAX macro */
 
 #define IRCD_MAX(a, b)  ((a) > (b) ? (a) : (b))