summaryrefslogtreecommitdiff
path: root/winconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h31
1 files changed, 28 insertions, 3 deletions
diff --git a/winconfig.h b/winconfig.h
index dd3d69b0a5..811ba97516 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -92,6 +92,34 @@
/* Define to 1 if you have the <curses.h> header file. */
/* #undef HAVE_CURSES_H */
+/* Define to 1 if you have the declaration of `InterlockedAdd',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDADD 1
+
+/* Define to 1 if you have the declaration of `InterlockedAdd64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDADD64 1
+
+/* Define to 1 if you have the declaration of `InterlockedCompareExchange64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDCOMPAREEXCHANGE64 1
+
+/* Define to 1 if you have the declaration of `InterlockedDecrement64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDDECREMENT64 1
+
+/* Define to 1 if you have the declaration of `InterlockedExchange64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDEXCHANGE64 1
+
+/* Define to 1 if you have the declaration of `InterlockedIncrement64',
+ and to 0 if you don't. */
+#define HAVE_DECL_INTERLOCKEDINCREMENT64 1
+
+/* Define to 1 if you have the declaration of `__readfsdword',
+ and to 0 if you don't. */
+#define HAVE_DECL___READFSDWORD 1
+
/* Define to 1 if you have the <dirent.h> header file. */
/* #define HAVE_DIRENT_H 1 */
@@ -529,9 +557,6 @@
/* Enable the allocation and indexing of arrays greater than Int32.MaxValue */
/* #undef MONO_BIG_ARRAYS */
-/* The Mono Debugger is supported on this platform */
-/* #undef MONO_DEBUGGER_SUPPORTED */
-
/* Sizeof sock_un.sun_path */
/* #undef MONO_SIZEOF_SUNPATH */