From a8d7af9ba6569c0f0fa068182cd0463838791442 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Tue, 6 Dec 2005 01:08:33 +0000 Subject: [PATCH] linux fixes svn path=/trunk/; revision=19924 --- reactos/include/wine/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/include/wine/config.h b/reactos/include/wine/config.h index 04a395461b8..e182aa0b977 100644 --- a/reactos/include/wine/config.h +++ b/reactos/include/wine/config.h @@ -55,7 +55,7 @@ #define HAVE_DAYLIGHT 1 /* Define to 1 if you have the header file. */ -#define HAVE_DIRECT_H 1 +//#define HAVE_DIRECT_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_DLFCN_H */ @@ -217,7 +217,7 @@ /* #undef HAVE_IOKIT_IOKITLIB_H */ /* Define to 1 if you have the header file. */ -#define HAVE_IO_H 1 +//#define HAVE_IO_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_JACK_JACK_H */ @@ -454,7 +454,7 @@ /* #undef HAVE_PREAD */ /* Define to 1 if you have the header file. */ -#define HAVE_PROCESS_H 1 +// #define HAVE_PROCESS_H 1 /* Define to 1 if you have the `pthread_getattr_np' function. */ /* #undef HAVE_PTHREAD_GETATTR_NP */ @@ -853,7 +853,7 @@ #define HAVE__SPAWNVP 1 /* Define to 1 if you have the `_stricmp' function. */ -#define HAVE__STRICMP 1 +//#define HAVE__STRICMP 1 /* Define to 1 if you have the `_strnicmp' function. */ #define HAVE__STRNICMP 1 -- 2.17.1