diff options
author | obrien <obrien@FreeBSD.org> | 2002-10-12 04:24:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-10-12 04:24:35 +0000 |
commit | 99a060908155059bb716b16cf95d7a1f284959e4 (patch) | |
tree | 949e8d403b7250cb8e205b29b8e3865f78fd9778 /gnu | |
parent | c8a413b441258d54d8bf59fd5a76d186a5080af7 (diff) | |
download | FreeBSD-src-99a060908155059bb716b16cf95d7a1f284959e4.zip FreeBSD-src-99a060908155059bb716b16cf95d7a1f284959e4.tar.gz |
Update for 2.13 10-Oct-2002 import.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/ld/config.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/config.h b/gnu/usr.bin/binutils/ld/config.h index 2cfddb1..722ec8f 100644 --- a/gnu/usr.bin/binutils/ld/config.h +++ b/gnu/usr.bin/binutils/ld/config.h @@ -28,6 +28,9 @@ /* 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 */ @@ -127,6 +130,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 @@ -137,7 +146,7 @@ #define PACKAGE "ld" /* Version number of package */ -/* #define VERSION "2.12" */ +/* #define VERSION "2.13" */ /* Define if you have the stpcpy function */ /* #undef HAVE_STPCPY */ |