comparison compat.h @ 234:a292977629ba

Include string.h no matter what.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 05 Feb 2003 10:02:05 +0000
parents e3dd5c765775
children f225f16bebbd
comparison
equal deleted inserted replaced
233:f2435b378aed 234:a292977629ba
174 #include <arpa/nameser.h> 174 #include <arpa/nameser.h>
175 #if defined(__OS2__) && defined(RES_DEFAULT) 175 #if defined(__OS2__) && defined(RES_DEFAULT)
176 #undef RES_DEFAULT 176 #undef RES_DEFAULT
177 #endif 177 #endif
178 #include <resolv.h> 178 #include <resolv.h>
179 #if defined(STDC_HEADERS) || defined(__EMX__)
180 #include <stdarg.h> 179 #include <stdarg.h>
181 #include <string.h> 180 #include <string.h>
182 #endif /* STDC_HEADERS */
183 #endif /* !WIN32 */ 181 #endif /* !WIN32 */
184 #include <ctype.h> 182 #include <ctype.h>
185 183
186 #ifndef _MAX_PATH 184 #ifndef _MAX_PATH
187 #define _MAX_PATH 255 185 #define _MAX_PATH 255