]> jfr.im git - solanum.git/blobdiff - include/common.h
ircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
[solanum.git] / include / common.h
index d5cd0c368797ff3e25820af1d936ea17249c355c..e674e1004d6b2ae501ef1cb9b73ccb5be0d0c20d 100644 (file)
@@ -20,8 +20,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: common.h 6 2005-09-10 01:02:21Z nenolod $
  */
 
 #ifndef INCLUDED_common_h
 #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
@@ -64,8 +51,8 @@
 
 /* Right out of the RFC */
 #define IRCD_BUFSIZE 512
-\r
-/* readbuf size */\r
+
+/* readbuf size */
 #define READBUF_SIZE 16384
 
 #endif /* INCLUDED_common_h */