summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorJo Shields <directhex@apebox.org>2013-08-05 01:54:02 +0100
committerJo Shields <directhex@apebox.org>2013-08-05 01:54:02 +0100
commit621d62beabd2b7a9cf0a7d77b961695f9ebfaac5 (patch)
treea0c4a55fa94ef8cf67e86184325a2949e3bd8a11 /config.h.in
parent44b076b61811658e9216dd75f550dd688b0b2fb2 (diff)
downloadmono-621d62beabd2b7a9cf0a7d77b961695f9ebfaac5.tar.gz
Imported Upstream version 3.2.1+dfsgupstream/3.2.1+dfsg
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in60
1 files changed, 56 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 5bb03bcd80..ea9c843779 100644
--- a/config.h.in
+++ b/config.h.in
@@ -69,6 +69,13 @@
/* Disable assembly saving support in reflection emit */
#undef DISABLE_REFLECTION_EMIT_SAVE
+/* Disable remoting support (This disables type proxies and make com
+ non-functional) */
+#undef DISABLE_REMOTING
+
+/* Disable CAS/CoreCLR security */
+#undef DISABLE_SECURITY
+
/* Disable major=copying support in SGEN. */
#undef DISABLE_SGEN_MAJOR_COPYING
@@ -222,12 +229,18 @@
/* Define to 1 if you have the <fstab.h> header file. */
#undef HAVE_FSTAB_H
+/* Define to 1 if you have the `fstatat' function. */
+#undef HAVE_FSTATAT
+
/* Define to 1 if you have the `fstatfs' function. */
#undef HAVE_FSTATFS
/* Define to 1 if you have the `fstatvfs' function. */
#undef HAVE_FSTATVFS
+/* Define to 1 if you have the `futimens' function. */
+#undef HAVE_FUTIMENS
+
/* Define to 1 if you have the `futimes' function. */
#undef HAVE_FUTIMES
@@ -384,6 +397,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the `mknodat' function. */
+#undef HAVE_MKNODAT
+
/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP
@@ -396,6 +412,9 @@
/* Have MSG_NOSIGNAL */
#undef HAVE_MSG_NOSIGNAL
+/* Define to 1 if you have the <nacl/nacl_dyncode.h> header file. */
+#undef HAVE_NACL_NACL_DYNCODE_H
+
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
@@ -432,6 +451,9 @@
/* Define to 1 if you have the `posix_madvise' function. */
#undef HAVE_POSIX_MADVISE
+/* Define to 1 if you have the `preadv' function. */
+#undef HAVE_PREADV
+
/* Define to 1 if you have the `psignal' function. */
#undef HAVE_PSIGNAL
@@ -471,6 +493,15 @@
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
+/* Define to 1 if you have the `pwritev' function. */
+#undef HAVE_PWRITEV
+
+/* Define to 1 if you have the `readlinkat' function. */
+#undef HAVE_READLINKAT
+
+/* Define to 1 if you have the `readv' function. */
+#undef HAVE_READV
+
/* Define to 1 if you have the `remap_file_pages' function. */
#undef HAVE_REMAP_FILE_PAGES
@@ -591,6 +622,9 @@
/* Define to 1 if the system has the type `struct flock'. */
#undef HAVE_STRUCT_FLOCK
+/* Define to 1 if the system has the type `struct iovec'. */
+#undef HAVE_STRUCT_IOVEC
+
/* Have struct ip_mreq */
#undef HAVE_STRUCT_IP_MREQ
@@ -612,6 +646,15 @@
/* Define to 1 if `f_flags' is a member of `struct statfs'. */
#undef HAVE_STRUCT_STATFS_F_FLAGS
+/* Define to 1 if `st_atim' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_ATIM
+
+/* Define to 1 if `st_ctim' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_CTIM
+
+/* Define to 1 if `st_mtim' is a member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_MTIM
+
/* Define to 1 if the system has the type `struct timespec'. */
#undef HAVE_STRUCT_TIMESPEC
@@ -744,7 +787,7 @@
/* Have timezone variable */
#undef HAVE_TIMEZONE
-/* tld_model available */
+/* tls_model available */
#undef HAVE_TLS_MODEL_ATTR
/* Have tm_gmtoff */
@@ -765,6 +808,9 @@
/* Define to 1 if you have /usr/include/malloc.h. */
#undef HAVE_USR_INCLUDE_MALLOC_H
+/* Define to 1 if you have the `utimensat' function. */
+#undef HAVE_UTIMENSAT
+
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
@@ -783,6 +829,9 @@
/* Have a working sigaltstack */
#undef HAVE_WORKING_SIGALTSTACK
+/* Define to 1 if you have the `writev' function. */
+#undef HAVE_WRITEV
+
/* Have system zlib */
#undef HAVE_ZLIB
@@ -943,14 +992,17 @@
/* Use malloc for each single mempool allocation */
#undef USE_MALLOC_FOR_MEMPOOLS
-/* Use mono_mutex_t */
-#undef USE_MONO_MUTEX
-
/* Version number of package */
#undef VERSION
+/* ... */
+#undef __default_codegen__
+
/* 64 bit mode with 4 byte longs and pointers */
#undef __mono_ilp32__
/* ... */
#undef __mono_ppc64__
+
+/* ... */
+#undef __native_client_codegen__