comparison compat.h @ 1324:032037c378ef

Don't include arpa/inet.h on OS/2 with VisualAge.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 08 Nov 2011 11:29:22 +0000
parents 209d7f5137f2
children 03f0a57c9e87
comparison
equal deleted inserted replaced
1323:209d7f5137f2 1324:032037c378ef
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 #ifndef __IBMC__
189 #include <arpa/inet.h> 190 #include <arpa/inet.h>
191 #endif
190 #if defined(__OS2__) && defined(RES_DEFAULT) 192 #if defined(__OS2__) && defined(RES_DEFAULT)
191 #undef RES_DEFAULT 193 #undef RES_DEFAULT
192 #endif 194 #endif
193 #include <stdarg.h> 195 #include <stdarg.h>
194 #include <string.h> 196 #include <string.h>