diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-01-20 20:41:55 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-01-20 20:41:55 +0000 |
commit | 351df80413984221416167a2e0c6e28732bffb4d (patch) | |
tree | 7c40584bb08c27e62cb03fa56f6241447e67904c /gcc/config.in | |
parent | e32894124dc9860e977b8ebe23b9b21a2ca066ec (diff) | |
download | gcc-351df80413984221416167a2e0c6e28732bffb4d.tar.gz |
collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before prototyping.
* collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
prototyping.
* configure.in: Check for <ldfcn.h> and ldgetname() prototype.
* config.in, configure: Regenerate.
From-SVN: r61511
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in index 0900cb4b07b..7ae0005176e 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define if using alloca.c. */ #undef C_ALLOCA @@ -225,6 +225,9 @@ /* Define if you have the <langinfo.h> header file. */ #undef HAVE_LANGINFO_H +/* Define if you have the <ldfcn.h> header file. */ +#undef HAVE_LDFCN_H + /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -484,6 +487,9 @@ #undef HAVE_DECL_GETRUSAGE /* Define to 1 if we found this declaration otherwise define to 0. */ +#undef HAVE_DECL_LDGETNAME + +/* Define to 1 if we found this declaration otherwise define to 0. */ #undef HAVE_DECL_TIMES /* Define if <sys/times.h> defines struct tms. */ |