ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/include/ircd_defs.h
(Generate patch)

Comparing ircd-hybrid-7.2/include/ircd_defs.h (file contents):
Revision 907 by michael, Sun Oct 9 14:43:13 2005 UTC vs.
Revision 908 by stu, Sun Nov 4 23:21:51 2007 UTC

# Line 37 | Line 37
37  
38   /* Right out of the RFC */
39   #define IRCD_BUFSIZE    512     /* WARNING: *DONT* CHANGE THIS!!!!         */
40 #define HOSTLEN         63      /* Length of hostname.  Updated to         */
41                                /* comply with RFC1123                     */
40   #define PORTNAMELEN 6  /* ":31337" */
41  
44 #define USERLEN         10
42   #define REALLEN         50
43   #define KILLLEN         90
44   #define LOCAL_CHANNELLEN 50
# Line 84 | Line 81 | struct utsname
81    char domainname[_UTSNAME_DOMAIN_LENGTH];
82   };
83   int uname (struct utsname *);
84 +
85 + #define PATH_DEVNULL "dev.null"
86 + #else
87 + #define PATH_DEVNULL "/dev/null"
88   #endif
89  
90   /* This is to get around the fact that some implementations have ss_len and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines