comparison compat.h @ 1323:209d7f5137f2

Cleaned up the compatibility library header.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 08 Nov 2011 11:07:32 +0000
parents 850b2e6cfeab
children 032037c378ef
comparison
equal deleted inserted replaced
1322:3f1ac800bf65 1323:209d7f5137f2
184 #include <sys/time.h> 184 #include <sys/time.h>
185 #include <sys/socket.h> 185 #include <sys/socket.h>
186 #include <sys/un.h> 186 #include <sys/un.h>
187 #include <netinet/in.h> 187 #include <netinet/in.h>
188 #include <netdb.h> 188 #include <netdb.h>
189 //#include <arpa/nameser.h> 189 #include <arpa/inet.h>
190 #if defined(__OS2__) && defined(RES_DEFAULT) 190 #if defined(__OS2__) && defined(RES_DEFAULT)
191 #undef RES_DEFAULT 191 #undef RES_DEFAULT
192 #endif 192 #endif
193 //#include <resolv.h>
194 #include <stdarg.h> 193 #include <stdarg.h>
195 #include <string.h> 194 #include <string.h>
196 #endif /* !WIN32 */ 195 #endif /* !WIN32 */
197 #include <ctype.h> 196 #include <ctype.h>
198 197