diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-12 08:12:18 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-07-13 13:31:17 -0700 |
commit | 727aa8de0510fc89c2e021452ad35d2c5f7b2c21 (patch) | |
tree | 1eed88528204a4ce9ddc93acdf20d0e790b9f294 /bfd/config.in | |
parent | 37567a2cdd8823c5700ec83b757179083446bf07 (diff) | |
download | gdb-727aa8de0510fc89c2e021452ad35d2c5f7b2c21.zip gdb-727aa8de0510fc89c2e021452ad35d2c5f7b2c21.tar.gz gdb-727aa8de0510fc89c2e021452ad35d2c5f7b2c21.tar.bz2 |
Add mmap.cusers/hjl/mmap/write
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 341afae..572b5f7 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -91,6 +91,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 @@ -160,9 +163,18 @@ /* 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 msync function with MS_SYNC support */ +#undef HAVE_MSYNC + /* 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 |