diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 05:30:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 05:30:31 +0000 |
| commit | 0644c5832827bf153d7ac3a3d7401f03ede739ba (patch) | |
| tree | 60d657658695cf8f27a5b9197d000b707e343592 /gnu/usr.bin/binutils/libbinutils | |
| parent | 4363df4cf9039f9dc62b23b53f3443c2a472a035 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/config.h b/gnu/usr.bin/binutils/libbinutils/config.h index 18eebd0bc7e5..fb43cd346874 100644 --- a/gnu/usr.bin/binutils/libbinutils/config.h +++ b/gnu/usr.bin/binutils/libbinutils/config.h @@ -31,9 +31,6 @@ /* Define to `long' if <sys/types.h> doesn't define. */ /* #undef off_t */ -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - /* Define to `unsigned' if <sys/types.h> doesn't define. */ /* #undef size_t */ @@ -85,6 +82,9 @@ /* Define if you have the setlocale function. */ #define HAVE_SETLOCALE 1 +/* Define if you have the setmode function. */ +#define HAVE_SETMODE 1 + /* Define if you have the stpcpy function. */ /* #undef HAVE_STPCPY */ @@ -140,7 +140,7 @@ #define PACKAGE "binutils" /* Version number of package */ -/* #define VERSION "000427" */ +/* #define VERSION "2.11" */ /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ |
