From 7a80b56ff1da9ea7ff0b7817213f5c9d09644a65 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 3 Apr 2004 23:00:48 +0000 Subject: Fixes for windows. --- config.win32.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.win32.h') diff --git a/config.win32.h b/config.win32.h index 524df57..497abfb 100644 --- a/config.win32.h +++ b/config.win32.h @@ -10,7 +10,7 @@ /* #undef HAVE_BYTE */ /* Define to 1 if you have the `chdir' function. */ -#define HAVE_CHDIR 1 +/* #define HAVE_CHDIR 1 */ /* Define to 1 if you have the `chmod' function. */ /* #define HAVE_CHMOD 1 */ @@ -25,7 +25,7 @@ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 +/* #define HAVE_GETCWD 1 */ /* Define to 1 if you have the `getopt' function. */ /* #define HAVE_GETOPT 1 */ @@ -52,7 +52,7 @@ /* #define HAVE_INTTYPES_H 1 */ /* Define to 1 if you have the header file. */ -/* #undef HAVE_IO_H */ +#define HAVE_IO_H 1 /* Define to 1 if you have the `itoa' function. */ /* #undef HAVE_ITOA */ @@ -148,7 +148,7 @@ /* #define HAVE_UINT64_T 1 */ /* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 +/* #define HAVE_UNISTD_H 1 */ /* Define to 1 if you have the `utimes' function. */ /* #define HAVE_UTIMES 1 */ -- cgit v1.2.3