Use mmap and cache the view buffer for get_view
[deliverable/binutils-gdb.git] / ld / config.in
index 2ab4844876364026e49c828e9ea0994e1a6da606..ad015fe1a16de77a3a3eb931c28f0706d616e439 100644 (file)
@@ -56,6 +56,9 @@
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
+/* Define to 1 if you have the `getpagesize' function. */
+#undef HAVE_GETPAGESIZE
+
 /* Define to 1 if you have the `glob' function. */
 #undef HAVE_GLOB
 
@@ -83,6 +86,9 @@
 /* Define to 1 if you have the `mkstemp' function. */
 #undef HAVE_MKSTEMP
 
+/* Define to 1 if you have a working `mmap' system call. */
+#undef HAVE_MMAP
+
 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 #undef HAVE_NDIR_H
 
This page took 0.027328 seconds and 4 git commands to generate.