comparison config.h.mingw @ 17343:8c056932bcc2

Don't include unistd.h if HAVE_UNISTD_H isn't defined.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 25 May 2007 20:06:37 +0000
parents fac61b64be1e
children a8d6f071eb6d
comparison
equal deleted inserted replaced
17342:ecf5bf6daa78 17343:8c056932bcc2
304 /* Define to 1 if you don't have `tm_zone' but do have the external array 304 /* Define to 1 if you don't have `tm_zone' but do have the external array
305 `tzname'. */ 305 `tzname'. */
306 /* #undef HAVE_TZNAME */ 306 /* #undef HAVE_TZNAME */
307 307
308 /* Define to 1 if you have the <unistd.h> header file. */ 308 /* Define to 1 if you have the <unistd.h> header file. */
309 #define HAVE_UNISTD_H 1 309 /*#define HAVE_UNISTD_H 1*/
310 310
311 /* Define to 1 if you have the `vprintf' function. */ 311 /* Define to 1 if you have the `vprintf' function. */
312 #define HAVE_VPRINTF 1 312 #define HAVE_VPRINTF 1
313 313
314 /* Define to 1 if you have X11 */ 314 /* Define to 1 if you have X11 */