Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Holmes <holmes@mono-cvs.ximian.com>2008-11-07 23:58:44 +0300
committerBill Holmes <holmes@mono-cvs.ximian.com>2008-11-07 23:58:44 +0300
commit0ee0cd041fbccccbd6e9a8f3f419867ecf8942cb (patch)
tree4b0c2e119dcbe94ce9a9f1c40a7563468b7d4461 /winconfig.h
parentf078cd634947d35df2c7feedc09202592c199563 (diff)
2008-11-07 Bill Holmes <billholmes54@gmail.com>
* 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
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h9
1 files changed, 6 insertions, 3 deletions
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 <curses.h> header file. */
/* #undef HAVE_CURSES_H */
+/* Define to 1 if you have the <dirent.h> header file. */
+/* #define HAVE_DIRENT_H 1 */
+
/* Define to 1 if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */
@@ -348,7 +351,7 @@
/* #undef HAVE_STATVFS */
/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
+/* #define HAVE_STDINT_H 1 */
/* Define to 1 if you have the <stdlib.h> 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 */