From 0ee0cd041fbccccbd6e9a8f3f419867ecf8942cb Mon Sep 17 00:00:00 2001 From: Bill Holmes Date: Fri, 7 Nov 2008 20:58:44 +0000 Subject: 2008-11-07 Bill Holmes * winconfig.h : Removing HAVE_DIRENT_H, HAVE_STDINT_H, HAVE_VISIBILITY_HIDDEN, HAVE_ZLIB for the VC builds. * monoposixhelper.def, monoposixhelper.vcproj : added. * mono.sln : Adding the monoposixhelper project. Code is contributed under MIT/X11 license. svn path=/trunk/mono/; revision=118214 --- winconfig.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'winconfig.h') diff --git a/winconfig.h b/winconfig.h index d90db30c3d2..10a39bad339 100644 --- a/winconfig.h +++ b/winconfig.h @@ -84,6 +84,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_CURSES_H */ +/* Define to 1 if you have the header file. */ +/* #define HAVE_DIRENT_H 1 */ + /* Define to 1 if you have the header file. */ /* #undef HAVE_DLFCN_H */ @@ -348,7 +351,7 @@ /* #undef HAVE_STATVFS */ /* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 +/* #define HAVE_STDINT_H 1 */ /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 @@ -495,7 +498,7 @@ /* #undef HAVE_VALGRIND_MEMCHECK_H */ /* Support for the visibility ("hidden") attribute */ -#define HAVE_VISIBILITY_HIDDEN 1 +/* #define HAVE_VISIBILITY_HIDDEN 1 */ /* Define to 1 if you have the `vsnprintf' function. */ /* #undef HAVE_VSNPRINTF */ @@ -510,7 +513,7 @@ /* #undef HAVE_WRITE_BARRIERS */ /* Have system zlib */ -#define HAVE_ZLIB 1 +/* #define HAVE_ZLIB 1 */ /* Architecture uses registers for Parameters */ /* #undef MONO_ARCH_REGPARMS */ -- cgit v1.2.3