diff options
Diffstat (limited to 'contrib/conf-w32ce-msc/config.h')
-rwxr-xr-x | contrib/conf-w32ce-msc/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/conf-w32ce-msc/config.h b/contrib/conf-w32ce-msc/config.h index bf24d98..1d8132c 100755 --- a/contrib/conf-w32ce-msc/config.h +++ b/contrib/conf-w32ce-msc/config.h @@ -94,10 +94,10 @@ #define HAVE_STRING_H 1 /* Define to 1 if you have the <sys/stat.h> header file. */ -#define HAVE_SYS_STAT_H 1 +#undef HAVE_SYS_STAT_H /* Define to 1 if you have the <sys/types.h> header file. */ -#define HAVE_SYS_TYPES_H 1 +#undef HAVE_SYS_TYPES_H /* Define to 1 if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 |