diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-21 23:26:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-21 23:26:26 +0000 |
commit | bd77213b851a5fa0af3a572194496e00314e5e14 (patch) | |
tree | 6023ebd9b5f2641d515db33ae5a6e5b6eb0fe4aa /bfd/config.in | |
parent | 53fb794b317aea974daa94f5ca98bc4880d41c6a (diff) | |
download | gdb-bd77213b851a5fa0af3a572194496e00314e5e14.zip gdb-bd77213b851a5fa0af3a572194496e00314e5e14.tar.gz gdb-bd77213b851a5fa0af3a572194496e00314e5e14.tar.bz2 |
* acconfig.h: Put NEED_DECLARATION_* in @TOP@ section.
* config.in: Rebuild with autoconf 2.6.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/bfd/config.in b/bfd/config.in index 49dbce1..21e16d2 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -1,23 +1,26 @@ /* config.in. Generated automatically from configure.in by autoheader. */ -/* Define if you have a working `mmap' system call. */ -#undef HAVE_MMAP - -/* Do we need to use the b modifier when opening binary files? */ -#undef USE_BINARY_FOPEN - /* Whether malloc must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_MALLOC /* Whether free must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_FREE +/* Define if you have a working `mmap' system call. */ +#undef HAVE_MMAP + +/* Do we need to use the b modifier when opening binary files? */ +#undef USE_BINARY_FOPEN + /* Name of host specific header file to include in trad-core.c. */ #undef TRAD_HEADER /* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */ #undef HAVE_SYS_PROCFS_H +/* Do we really want to use mmap if it's available? */ +#undef USE_MMAP + /* Define if you have the fcntl function. */ #undef HAVE_FCNTL |