diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-28 17:11:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-28 17:11:55 +0000 |
commit | af65db5730d467aae8b82dcc032b5873a049afa3 (patch) | |
tree | 0b1a1be4f3686ec14a7b25d545e7c702c96e4c1e /opcodes/config.in | |
parent | 88a257cbfb0f92ecc713e5de9221c41250b0fb24 (diff) | |
download | gdb-af65db5730d467aae8b82dcc032b5873a049afa3.zip gdb-af65db5730d467aae8b82dcc032b5873a049afa3.tar.gz gdb-af65db5730d467aae8b82dcc032b5873a049afa3.tar.bz2 |
* configure.in: Add stdlib.h to AC_CHECK_HEADERS list.
* configure, config.in: Rebuild.
* sysdep.h: Include <stdlib.h> if it exists.
* sparc-dis.c: Include <stdio.h> and "sysdep.h". Don't include
<string.h>.
* Makefile.in: Rebuild dependencies.
Diffstat (limited to 'opcodes/config.in')
-rw-r--r-- | opcodes/config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/config.in b/opcodes/config.in new file mode 100644 index 0000000..aedc490 --- /dev/null +++ b/opcodes/config.in @@ -0,0 +1,10 @@ +/* config.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H |