diff options
author | Alan Modra <amodra@gmail.com> | 2002-02-11 05:05:09 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-02-11 05:05:09 +0000 |
commit | 2c73f9d86113b392342ec5a8cff8a42be78bd429 (patch) | |
tree | 98b392012540fdfa3c48fd89f41538e6084aaa1d /bfd/config.in | |
parent | 9a81ba5174efe59df521923738da90c4fc127164 (diff) | |
download | gdb-2c73f9d86113b392342ec5a8cff8a42be78bd429.zip gdb-2c73f9d86113b392342ec5a8cff8a42be78bd429.tar.gz gdb-2c73f9d86113b392342ec5a8cff8a42be78bd429.tar.bz2 |
* Makefile.am: "make dep-am".
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 9440d71..e0b0c20 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -160,9 +160,15 @@ /* Define if you have the <sys/procfs.h> header file. */ #undef HAVE_SYS_PROCFS_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H +/* Define if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the <time.h> header file. */ #undef HAVE_TIME_H |