diff options
author | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-04 17:33:54 +0000 |
---|---|---|
committer | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-04 17:33:54 +0000 |
commit | 2e3cd6373e847a2d667a23f56e2b4c8d614ef318 (patch) | |
tree | 57606334dc29196000e1c06229646ad4e857de7d /libmudflap/config.h.in | |
parent | 9a89afa2ede1c5a88c414f322f5faef1c72cd9fe (diff) | |
download | gcc-2e3cd6373e847a2d667a23f56e2b4c8d614ef318.tar.gz |
2004-10-04 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Look for more headers & functions.
* mf-hooks2.c (getmntent, inet_ntoa, getproto*): New wrapper functions.
* mf-runtime.h.in: Add new "#pragma redefine_extname"s for them.
* mf-runtime.c (options): Clean up integer signedness warnings.
(main): Add a declaration to fix a warning.
* mf-hooks3.c (pthread_exit): Add not-reached exit() to wrapper.
* configure, config.h.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88517 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/config.h.in')
-rw-r--r-- | libmudflap/config.h.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in index 2372c226aa9..41e61948905 100644 --- a/libmudflap/config.h.in +++ b/libmudflap/config.h.in @@ -1,5 +1,11 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to 1 if you have the `addmntent' function. */ +#undef HAVE_ADDMNTENT + +/* Define to 1 if you have the <arpa/inet.h> header file. */ +#undef HAVE_ARPA_INET_H + /* Define to 1 if you have the `backtrace' function. */ #undef HAVE_BACKTRACE @@ -60,6 +66,18 @@ /* Define to 1 if you have the `getlogin_r' function. */ #undef HAVE_GETLOGIN_R +/* Define to 1 if you have the `getmntent' function. */ +#undef HAVE_GETMNTENT + +/* Define to 1 if you have the `getprotobyname' function. */ +#undef HAVE_GETPROTOBYNAME + +/* Define to 1 if you have the `getprotobynumber' function. */ +#undef HAVE_GETPROTOBYNUMBER + +/* Define to 1 if you have the `getprotoent' function. */ +#undef HAVE_GETPROTOENT + /* Define to 1 if you have the `getpwent' function. */ #undef HAVE_GETPWENT @@ -90,6 +108,9 @@ /* Define to 1 if you have the <grp.h> header file. */ #undef HAVE_GRP_H +/* Define to 1 if you have the `inet_ntoa' function. */ +#undef HAVE_INET_NTOA + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -105,9 +126,15 @@ /* Define to 1 if you have the `memrchr' function. */ #undef HAVE_MEMRCHR +/* Define to 1 if you have the <mntent.h> header file. */ +#undef HAVE_MNTENT_H + /* Define to 1 if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H +/* Define to 1 if you have the <netinet/in.h> header file. */ +#undef HAVE_NETINET_IN_H + /* define if you have <pthread.h> */ #undef HAVE_PTHREAD_H @@ -117,6 +144,9 @@ /* Define to 1 if you have the `sethostname' function. */ #undef HAVE_SETHOSTNAME +/* Define to 1 if you have the `setmntent' function. */ +#undef HAVE_SETMNTENT + /* Define to 1 if you have the `signal' function. */ #undef HAVE_SIGNAL |