From 8222bc81a24ad204d76d22477847c9e34a4bbac2 Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 1 Mar 1998 23:41:17 +0000 Subject: Add bmakefiles for building binutils from the contrib tree. This finishes up the binutils import. But I am leaving it disabled in "src/gnu/usr.bin/Makefile" for now. It is not used by anything yet, so I'll take this opportunity to run one more round of tests before enabling it. --- gnu/usr.bin/binutils/libopcodes/config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gnu/usr.bin/binutils/libopcodes/config.h (limited to 'gnu/usr.bin/binutils/libopcodes/config.h') diff --git a/gnu/usr.bin/binutils/libopcodes/config.h b/gnu/usr.bin/binutils/libopcodes/config.h new file mode 100644 index 0000000..7a96285 --- /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 header file. */ +#define HAVE_STDLIB_H 1 + +/* Define if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Define if you have the header file. */ +#define HAVE_STRINGS_H 1 -- cgit v1.1