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:
authorJoão Matos <joao@tritao.eu>2015-07-24 21:45:39 +0300
committerJoão Matos <joao@tritao.eu>2015-07-24 21:56:16 +0300
commit0b76c6ac8cac2a411fe2e3081c21126e37696cdc (patch)
tree7e7db4e0bfba6ef7052eca2bcc65ef4bb5eaa024 /winconfig.h
parent223e634cf511dab7506a6226b5b68bbb917828ca (diff)
[runtime] Check for signal function in Autoconf.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index af1960918fc..27e774f066c 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -365,6 +365,9 @@
/* Using the simple generational GC. */
/* #undef HAVE_SGEN_GC */
+ /* Have signal */
+#define HAVE_SIGNAL 1
+
/* Have signbit */
/* #undef HAVE_SIGNBIT */