diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 13:10:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 13:10:59 +0000 |
| commit | 04f69e4432dcef4a5d429d01e1f298a37c8d1a89 (patch) | |
| tree | e8c353ca6798d474ac4b2dfc24654b7a05985412 /gnu/usr.bin/binutils/libbinutils | |
| parent | 19d2231085347e6c03d39b10126f6874bd8582f1 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/config.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/config.h b/gnu/usr.bin/binutils/libbinutils/config.h index fb43cd346874..4308f06511e6 100644 --- a/gnu/usr.bin/binutils/libbinutils/config.h +++ b/gnu/usr.bin/binutils/libbinutils/config.h @@ -61,6 +61,9 @@ /* Define if you have the dcgettext function. */ /* #undef HAVE_DCGETTEXT */ +/* Define if you have the getc_unlocked function. */ +/* #undef HAVE_GETC_UNLOCKED */ + /* Define if you have the getcwd function. */ #define HAVE_GETCWD 1 @@ -130,6 +133,12 @@ /* Define if you have the <sys/param.h> header file. */ #define HAVE_SYS_PARAM_H 1 +/* Define if you have the <sys/stat.h> header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define if you have the <sys/types.h> header file. */ +#define HAVE_SYS_TYPES_H 1 + /* Define if you have the <unistd.h> header file. */ #define HAVE_UNISTD_H 1 @@ -140,7 +149,7 @@ #define PACKAGE "binutils" /* Version number of package */ -/* #define VERSION "2.11" */ +/* #define VERSION "2.11.93" */ /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ @@ -160,6 +169,12 @@ /* Suffix used for executables, if any. */ #define EXECUTABLE_SUFFIX "" +/* Is fopen64 available? */ +/* #undef HAVE_FOPEN64 */ + +/* Enable LFS */ +/* #undef _LARGEFILE64_SOURCE */ + /* Is the type time_t defined in <time.h>? */ #define HAVE_TIME_T_IN_TIME_H 1 |
