diff options
author | Alan Modra <amodra@gmail.com> | 2004-03-19 07:06:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-03-19 07:06:35 +0000 |
commit | 81359a70c359b2a27a9dc1eb15a58b70f7aaf475 (patch) | |
tree | d4e3259d37ef583a4aa4a306b0e160214632618f /ld/config.in | |
parent | 6e1772d5c096185b66db8682aa27612c42c1e6b0 (diff) | |
download | gdb-81359a70c359b2a27a9dc1eb15a58b70f7aaf475.zip gdb-81359a70c359b2a27a9dc1eb15a58b70f7aaf475.tar.gz gdb-81359a70c359b2a27a9dc1eb15a58b70f7aaf475.tar.bz2 |
* config.in: Regenerate.
* po/ld.pot: Regenerate.
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ld/config.in b/ld/config.in index f76bb42..acf484d 100644 --- a/ld/config.in +++ b/ld/config.in @@ -25,9 +25,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 @@ -130,6 +127,12 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |