diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-09-07 08:18:34 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-09-07 08:18:34 +0000 |
| commit | 1fdfa7ab3c26598fcfb4e8b59dabd3a5da497d9c (patch) | |
| tree | a34e969b856c927320ae71802d8bf9caee245f2b /gnu/usr.bin/binutils/libbfd/alpha/config.h | |
| parent | dfa8100aec7136b490a51d6fea251f75dd6a6319 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/alpha/config.h')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/alpha/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/alpha/config.h b/gnu/usr.bin/binutils/libbfd/alpha/config.h index 895769d74050..dcea308a796c 100644 --- a/gnu/usr.bin/binutils/libbfd/alpha/config.h +++ b/gnu/usr.bin/binutils/libbfd/alpha/config.h @@ -1,6 +1,12 @@ /* config.h. Generated automatically by configure. */ /* config.in. Generated automatically from configure.in by autoheader. */ +/* Name of package. */ +#define PACKAGE "bfd" + +/* Version of package. */ +#define VERSION "2.9.1" + /* Whether strstr must be declared even if <string.h> is included. */ /* #undef NEED_DECLARATION_STRSTR */ @@ -40,6 +46,9 @@ /* Define if you have the fcntl function. */ #define HAVE_FCNTL 1 +/* Define if you have the fdopen function. */ +#define HAVE_FDOPEN 1 + /* Define if you have the getpagesize function. */ #define HAVE_GETPAGESIZE 1 |
