summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJo Shields <directhex@apebox.org>2013-10-17 13:55:48 +0100
committerJo Shields <directhex@apebox.org>2013-10-17 13:55:48 +0100
commitd0a215f5626219ff7927f576588a777e5331c7be (patch)
tree000e730e32af8a6528a38a4164fef173d4b7fa2a /config.h.in
parent621d62beabd2b7a9cf0a7d77b961695f9ebfaac5 (diff)
downloadmono-d0a215f5626219ff7927f576588a777e5331c7be.tar.gz
Imported Upstream version 3.2.3+dfsgupstream/3.2.3+dfsg
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in29
1 files changed, 28 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index ea9c843779..6394084bde 100644
--- a/config.h.in
+++ b/config.h.in
@@ -139,9 +139,15 @@
/* Define to 1 if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H
-/* "Host supports ARMV6 instructions" */
+/* ARM v5 */
+#undef HAVE_ARMV5
+
+/* ARM v6 */
#undef HAVE_ARMV6
+/* ARM v7 */
+#undef HAVE_ARMV7
+
/* Supports C99 array initialization */
#undef HAVE_ARRAY_ELEM_INIT
@@ -679,6 +685,9 @@
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
+/* Define to 1 if you have the <sys/auxv.h> header file. */
+#undef HAVE_SYS_AUXV_H
+
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H
@@ -835,6 +844,9 @@
/* Have system zlib */
#undef HAVE_ZLIB
+/* Define to 1 if you have the `_finite' function. */
+#undef HAVE__FINITE
+
/* Host Platform is Win32 */
#undef HOST_WIN32
@@ -890,6 +902,9 @@
/* Define if Unix sockets cannot be created in an anonymous namespace */
#undef NEED_LINK_UNLINK
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
/* Name of package */
#undef PACKAGE
@@ -944,6 +959,9 @@
/* byte order of target */
#undef TARGET_BYTE_ORDER
+/* ... */
+#undef TARGET_IA64
+
/* The JIT/AOT targets iOS */
#undef TARGET_IOS
@@ -971,6 +989,12 @@
/* ... */
#undef TARGET_S390X
+/* ... */
+#undef TARGET_SPARC
+
+/* ... */
+#undef TARGET_SPARC64
+
/* Target OS is Win32/MinGW */
#undef TARGET_WIN32
@@ -980,6 +1004,9 @@
/* ... */
#undef TARGET_XBOX360
+/* ... */
+#undef USE_GCC_ATOMIC_OPS
+
/* Use jump tables in JIT */
#undef USE_JUMP_TABLES