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

Comparing ircd-hybrid-7.2/include/stdinc.h (file contents):
Revision 912 by michael, Wed Nov 7 22:47:44 2007 UTC vs.
Revision 923 by michael, Mon Nov 12 19:15:27 2007 UTC

# Line 30 | Line 30
30  
31   #include "defaults.h"
32  
33 #ifdef HAVE_STDLIB_H
33   #include <stdlib.h>
34 < #endif
36 < #ifdef STRING_WITH_STRINGS
37 < # include <string.h>
38 < # include <strings.h>
39 < #else
40 < # ifdef HAVE_STRING_H
41 < #  include <string.h>
42 < # else
43 < #  ifdef HAVE_STRINGS_H
44 < #   include <strings.h>
45 < #  endif
46 < # endif
47 < #endif  
34 > #include <string.h>
35  
36   #ifdef HAVE_STRTOK_R
37   # define strtoken(x, y, z) strtok_r(y, z, x)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines