summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMirco Bauer <meebey@meebey.net>2012-10-21 00:16:11 +0200
committerMirco Bauer <meebey@meebey.net>2012-10-21 00:16:11 +0200
commitca9c963604ce905f1e98fbb07e038d6f78432f75 (patch)
tree99b2a5574056d7795609b4dbdd796b7e13b6cb5e /config.h.in
parentb35dd9807f10fb8e82615a881de32526937b536e (diff)
downloadmono-ca9c963604ce905f1e98fbb07e038d6f78432f75.tar.gz
Imported Upstream version 3.0.0+dfsgupstream/3.0.0+dfsg
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in48
1 files changed, 48 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 9f39b43e93..717f9a43a6 100644
--- a/config.h.in
+++ b/config.h.in
@@ -33,6 +33,9 @@
/* Disable generics support */
#undef DISABLE_GENERICS
+/* Icall tables disabled */
+#undef DISABLE_ICALL_TABLES
+
/* Disable the JIT, only full-aot mode will be supported by the runtime. */
#undef DISABLE_JIT
@@ -87,6 +90,12 @@
/* Enable DTrace probes */
#undef ENABLE_DTRACE
+/* Icall export enabled */
+#undef ENABLE_ICALL_EXPORT
+
+/* Icall symbol map enabled */
+#undef ENABLE_ICALL_SYMBOL_MAP
+
/* Enable the LLVM back end */
#undef ENABLE_LLVM
@@ -225,6 +234,9 @@
/* Define to 1 if you have the `gethostid' function. */
#undef HAVE_GETHOSTID
+/* Have getifaddrs */
+#undef HAVE_GETIFADDRS
+
/* Define to 1 if you have the `getlogin_r' function. */
#undef HAVE_GETLOGIN_R
@@ -252,9 +264,15 @@
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H
+/* Define if you have the iconv() function and it works. */
+#undef HAVE_ICONV
+
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H
+/* Have if_nametoindex */
+#undef HAVE_IF_NAMETOINDEX
+
/* Define to 1 if you have the `inet_aton' function. */
#undef HAVE_INET_ATON
@@ -291,15 +309,27 @@
/* Have large file support */
#undef HAVE_LARGE_FILE_SUPPORT
+/* Define to 1 if you have the <libproc.h> header file. */
+#undef HAVE_LIBPROC_H
+
/* Define to 1 if you have the `unwind' library (-lunwind). */
#undef HAVE_LIBUNWIND
/* Define to 1 if you have the <link.h> header file. */
#undef HAVE_LINK_H
+/* Define to 1 if you have the <linux/magic.h> header file. */
+#undef HAVE_LINUX_MAGIC_H
+
+/* Define to 1 if you have the <linux/netlink.h> header file. */
+#undef HAVE_LINUX_NETLINK_H
+
/* Define to 1 if you have the <linux/rtc.h> header file. */
#undef HAVE_LINUX_RTC_H
+/* Define to 1 if you have the <linux/rtnetlink.h> header file. */
+#undef HAVE_LINUX_RTNETLINK_H
+
/* Define to 1 if you have the `lockf' function. */
#undef HAVE_LOCKF
@@ -387,6 +417,9 @@
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
+/* Define to 1 if you have the `pthread_kill' function. */
+#undef HAVE_PTHREAD_KILL
+
/* Define to 1 if you have the `pthread_mutex_timedlock' function. */
#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
@@ -567,6 +600,9 @@
/* Define to 1 if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H
+/* Define to 1 if you have the <sys/inotify.h> header file. */
+#undef HAVE_SYS_INOTIFY_H
+
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
@@ -708,6 +744,9 @@
/* Host Platform is Win32 */
#undef HOST_WIN32
+/* Define as const if the declaration of iconv() needs const. */
+#undef ICONV_CONST
+
/* Major version of LLVM libraries */
#undef LLVM_MAJOR_VERSION
@@ -808,6 +847,12 @@
/* byte order of target */
#undef TARGET_BYTE_ORDER
+/* The JIT/AOT targets Apple platforms */
+#undef TARGET_MACH
+
+/* ... */
+#undef TARGET_MIPS
+
/* ... */
#undef TARGET_NACL
@@ -820,6 +865,9 @@
/* ... */
#undef TARGET_PS3
+/* ... */
+#undef TARGET_S390X
+
/* Target OS is Win32/MinGW */
#undef TARGET_WIN32