summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJo Shields <directhex@apebox.org>2011-01-26 01:09:22 +0000
committerJo Shields <directhex@apebox.org>2011-01-26 01:09:22 +0000
commit98cb87c3c08e317dbff60033741b7b6749f1bdcf (patch)
tree1e8209b06f2c793586edfdf71f05ebd23bb91b53 /config.h.in
parentf85b0b1a56036469a3217c34b1090f68b118972e (diff)
downloadmono-98cb87c3c08e317dbff60033741b7b6749f1bdcf.tar.gz
Imported Upstream version 2.10~rc1upstream/2.10_rc1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 15 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index a85771c5a5..c011dc9f57 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,6 +12,9 @@
/* Disable AOT Compiler */
#undef DISABLE_AOT_COMPILER
+/* Disable assembly remapping. */
+#undef DISABLE_ASSEMBLY_REMAPPING
+
/* Disable agent attach support */
#undef DISABLE_ATTACH
@@ -129,6 +132,9 @@
/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
+/* Define to 1 if you have the `dladdr' function. */
+#undef HAVE_DLADDR
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -159,6 +165,9 @@
/* Define to 1 if you have the <execinfo.h> header file. */
#undef HAVE_EXECINFO_H
+/* Define to 1 if you have the `execvp' function. */
+#undef HAVE_EXECVP
+
/* Define to 1 if you have the `fgetgrent' function. */
#undef HAVE_FGETGRENT
@@ -384,6 +393,9 @@
/* Define to 1 if you have the `round' function. */
#undef HAVE_ROUND
+/* Define to 1 if you have the `sched_getcpu' function. */
+#undef HAVE_SCHED_GETCPU
+
/* Define to 1 if you have the `sched_setaffinity' function. */
#undef HAVE_SCHED_SETAFFINITY
@@ -627,6 +639,9 @@
/* Define to 1 if you have the <sys/xattr.h> header file. */
#undef HAVE_SYS_XATTR_H
+/* Have system zlib */
+#undef HAVE_SYS_ZLIB
+
/* Define to 1 if you have the `telldir' function. */
#undef HAVE_TELLDIR
@@ -721,9 +736,6 @@
/* Length of zero length arrays */
#undef MONO_ZERO_LEN_ARRAY
-/* Building for Moonlight */
-#undef MOONLIGHT
-
/* Name of /dev/random */
#undef NAME_DEV_RANDOM