diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-20 00:09:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-20 00:09:54 +0000 |
commit | 66e25bab621c0f46430803161b76d537087a8e85 (patch) | |
tree | 873804ab30aa22d398eb1a4c1495f5ca8e726cf2 /bfd/config.in | |
parent | 3f076845f56ec8c0a2ff3c3ceeae4e0847791330 (diff) | |
download | gdb-66e25bab621c0f46430803161b76d537087a8e85.zip gdb-66e25bab621c0f46430803161b76d537087a8e85.tar.gz gdb-66e25bab621c0f46430803161b76d537087a8e85.tar.bz2 |
* acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
* configure.in (build-warnings): Likewise.
(Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 920af17..222096e 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -25,6 +25,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 |