diff options
author | Alan Modra <amodra@gmail.com> | 2004-03-19 07:02:24 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-03-19 07:02:24 +0000 |
commit | e20c0b3d25224dd1b9d8dfc4146fea8c287ee6a3 (patch) | |
tree | a9cfd8ffc8cf00d7fb4307becc3d90f81532050e /opcodes/config.in | |
parent | 05864e2a715ee961ca9876e464107d558bf5846b (diff) | |
download | gdb-e20c0b3d25224dd1b9d8dfc4146fea8c287ee6a3.zip gdb-e20c0b3d25224dd1b9d8dfc4146fea8c287ee6a3.tar.gz gdb-e20c0b3d25224dd1b9d8dfc4146fea8c287ee6a3.tar.bz2 |
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
* po/opcodes.pot: Regenerate.
Diffstat (limited to 'opcodes/config.in')
-rw-r--r-- | opcodes/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/config.in b/opcodes/config.in index 5caef55..1185e89 100644 --- a/opcodes/config.in +++ b/opcodes/config.in @@ -106,6 +106,12 @@ /* 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 + /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |