diff options
author | Alan Modra <amodra@gmail.com> | 2002-02-11 05:12:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-02-11 05:12:26 +0000 |
commit | 9253c5e5c10f61f8093f193f40562443c45ceacd (patch) | |
tree | b830c2624077a42c8b48c50e6761ecc44cb6cee6 /gas/config.in | |
parent | 12b87c89b6e52a274148e1464ff625a5f7ebbb99 (diff) | |
download | gdb-9253c5e5c10f61f8093f193f40562443c45ceacd.zip gdb-9253c5e5c10f61f8093f193f40562443c45ceacd.tar.gz gdb-9253c5e5c10f61f8093f193f40562443c45ceacd.tar.bz2 |
* Makefile.am: "make dep-am".
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index 6f1311f..621bb74 100644 --- a/gas/config.in +++ b/gas/config.in @@ -130,6 +130,9 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H |