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

Comparing ircd-hybrid-7.2/include/stdinc.h (file contents):
Revision 923 by michael, Mon Nov 12 19:15:27 2007 UTC vs.
Revision 1001 by michael, Sat Aug 29 22:44:44 2009 UTC

# Line 80 | Line 80
80   #include <signal.h>
81   #include <ctype.h>
82  
83 #ifdef _WIN32
84 #define PATH_MAX (MAX_PATH - 1)
85 #define WIN32_LEAN_AND_MEAN
86 #include <windows.h>
87 #include <winsock.h>
88 #else
83   #include <dirent.h>
84   #include <netdb.h>
85   #include <sys/socket.h>
# Line 93 | Line 87
87   #include <arpa/inet.h>
88   #include <sys/time.h>
89   #include <sys/file.h>
96 #endif
90  
91   #include <limits.h>
92  
# Line 121 | Line 114 | extern int errno;
114   #endif
115  
116   #include "inet_misc.h"
124
125 #ifdef _WIN32
126 #undef strcasecmp
127 #define strcasecmp stricmp
128 #endif
129
117   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)