diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-03-01 23:41:17 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-03-01 23:41:17 +0000 |
| commit | 2e280533a10eaa08d9445ae220903bf26e5519ff (patch) | |
| tree | dbe5f2021921d52092f7ed2bd4e64f726eec285a /gnu/usr.bin/binutils/libopcodes/config.h | |
| parent | 12df71b07cfc4e6d9f15120080013d09547b4a99 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libopcodes/config.h')
| -rw-r--r-- | gnu/usr.bin/binutils/libopcodes/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/libopcodes/config.h b/gnu/usr.bin/binutils/libopcodes/config.h new file mode 100644 index 000000000000..7a96285a1808 --- /dev/null +++ b/gnu/usr.bin/binutils/libopcodes/config.h @@ -0,0 +1,11 @@ +/* config.h. Generated automatically by configure. */ +/* config.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the <stdlib.h> header file. */ +#define HAVE_STDLIB_H 1 + +/* Define if you have the <string.h> header file. */ +#define HAVE_STRING_H 1 + +/* Define if you have the <strings.h> header file. */ +#define HAVE_STRINGS_H 1 |
