]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/config.in
* configure.ac: Check for sys/mman.h and mmap. Check for mremap
[thirdparty/binutils-gdb.git] / gold / config.in
index 7a824b045a04860856d77e66d9ace2d7b5749c92..86113763d9ba16bcd33e0d2966398d8e2059d8da 100644 (file)
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
-/* Define to 1 if you have the `mremap' function. */
+/* Define to 1 if you have the `mmap' function. */
+#undef HAVE_MMAP
+
+/* Define to 1 if you have the mremap function with MREMAP_MAYMOVE support */
 #undef HAVE_MREMAP
 
 /* Define if compiler supports #pragma omp threadprivate */
 /* Define to 1 if you have the `sysconf' function. */
 #undef HAVE_SYSCONF
 
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H