diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-02 19:37:45 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-02 19:37:45 +0000 |
commit | dea92435ad6ed261615eb4aa675a9b2a6eb4edd4 (patch) | |
tree | 8292cc0a19b95a50eb36e5e8bf3f13d89c366126 /gcc/config.in | |
parent | e116f54041df13b71c0f63851fbc77b181cae9e9 (diff) | |
download | gcc-dea92435ad6ed261615eb4aa675a9b2a6eb4edd4.tar.gz |
gcc/
* configure.ac: Drop unneeded backslash ending up in config.in.
* acinclude.m4: Likewise.
* config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136292 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/gcc/config.in b/gcc/config.in index 3c02951378a..ec2c468d402 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,6 +1,6 @@ /* config.in. Generated from configure.ac by autoheader. */ -/* Define as the number of bits in a byte, if \`limits.h' doesn't. */ +/* Define as the number of bits in a byte, if `limits.h' doesn't. */ #ifndef USED_FOR_TARGET #undef CHAR_BIT #endif @@ -729,6 +729,12 @@ #endif +/* Define to 1 if you have the <dlfcn.h> header file. */ +#ifndef USED_FOR_TARGET +#undef HAVE_DLFCN_H +#endif + + /* Define to 1 if you have the <fcntl.h> header file. */ #ifndef USED_FOR_TARGET #undef HAVE_FCNTL_H @@ -1315,6 +1321,13 @@ #endif +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#ifndef USED_FOR_TARGET +#undef LT_OBJDIR +#endif + + /* Define if host mkdir takes a single argument. */ #ifndef USED_FOR_TARGET #undef MKDIR_TAKES_ONE_ARG @@ -1523,7 +1536,7 @@ #endif -/* Define to \`long' if <sys/resource.h> doesn't define. */ +/* Define to `long' if <sys/resource.h> doesn't define. */ #ifndef USED_FOR_TARGET #undef rlim_t #endif |