summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index 1ee10817527..52706ff94dd 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -83,6 +83,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Define to 1 if you have the `fallocate' function. */
+#undef HAVE_FALLOCATE
+
/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL
@@ -152,9 +155,15 @@
/* Define to 1 if you have the `mprotect' function. */
#undef HAVE_MPROTECT
+/* Define to 1 if you have the mremap function with MREMAP_MAYMOVE support */
+#undef HAVE_MREMAP
+
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
+/* Define to 1 if you have the `posix_fallocate' function. */
+#undef HAVE_POSIX_FALLOCATE
+
/* Define if <sys/procfs.h> has prpsinfo32_t. */
#undef HAVE_PRPSINFO32_T