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 /configure.ac
parent7bdff9065b93319639fc8379a05c91b8ff12bc2e (diff)
Remove configure cruft -- Interlocked and GetProcessId. (#15633)
They are never checked and all relevant systems have all of them.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index da89d677deb..b2e2875d09b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3943,13 +3943,6 @@ else
], [
AC_MSG_RESULT(no)
])
-
- AC_CHECK_DECLS(InterlockedExchange64, [], [], [[#include <windows.h>]])
- AC_CHECK_DECLS(InterlockedCompareExchange64, [], [], [[#include <windows.h>]])
- AC_CHECK_DECLS(InterlockedDecrement64, [], [], [[#include <windows.h>]])
- AC_CHECK_DECLS(InterlockedIncrement64, [], [], [[#include <windows.h>]])
- AC_CHECK_DECLS(InterlockedAdd, [], [], [[#include <windows.h>]])
- AC_CHECK_DECLS(InterlockedAdd64, [], [], [[#include <windows.h>]])
fi
dnl socklen_t check