diff config.h.mingw @ 17415: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
line wrap: on
line diff
--- a/config.h.mingw	Fri May 25 19:23:36 2007 +0000
+++ b/config.h.mingw	Fri May 25 20:06:37 2007 +0000
@@ -306,7 +306,7 @@
 /* #undef HAVE_TZNAME */
 
 /* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
+/*#define HAVE_UNISTD_H 1*/
 
 /* Define to 1 if you have the `vprintf' function. */
 #define HAVE_VPRINTF 1