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:
authorJay Krell <jaykrell@microsoft.com>2019-07-11 14:39:12 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-11 14:39:11 +0300
commit2950bd39e14586c3052baaea59b39ef67f3138b6 (patch)
treee8dbf1551a34a47770bf82c26b64d2a7f5a03b57 /winconfig.h
parent7bdff9065b93319639fc8379a05c91b8ff12bc2e (diff)
Remove configure cruft -- Interlocked and GetProcessId. (#15633)
They are never checked and all relevant systems have all of them.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/winconfig.h b/winconfig.h
index 28a282a520f..ef6317ff137 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -61,30 +61,6 @@
/* Have /dev/random */
#define HAVE_CRYPT_RNG 1
-/* 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 `getaddrinfo' function. */
#define HAVE_GETADDRINFO 1
@@ -94,9 +70,6 @@
/* Define to 1 if you have the `getprotobyname' function. */
#define HAVE_GETPROTOBYNAME 1
-/* Define to 1 if you have the `GetProcessId' function. */
-#define HAVE_GETPROCESSID 1
-
/* Have inet_ntop */
#define HAVE_INET_NTOP 1