X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libmudflap%2Fconfig.h.in;h=e280b7897139b4d2b7b042dd02c49d9cbc508219;hb=cd23ba5d0fc9ece814e90b9d193f807745593a7b;hp=41e6194890524b7aa6001b9a00932339f5d867d0;hpb=2e3cd6373e847a2d667a23f56e2b4c8d614ef318;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in index 41e61948905..e280b789713 100644 --- a/libmudflap/config.h.in +++ b/libmudflap/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Define to the name of the symbol used for the entry point. */ +#undef ENTRY_POINT + /* Define to 1 if you have the `addmntent' function. */ #undef HAVE_ADDMNTENT @@ -33,6 +36,9 @@ /* Define to 1 if you have the `fopen64' function. */ #undef HAVE_FOPEN64 +/* Define to 1 if you have the `freopen64' function. */ +#undef HAVE_FREOPEN64 + /* Define to 1 if you have the `fseeko64' function. */ #undef HAVE_FSEEKO64 @@ -126,27 +132,45 @@ /* Define to 1 if you have the `memrchr' function. */ #undef HAVE_MEMRCHR +/* Define to 1 if you have the `mmap' function. */ +#undef HAVE_MMAP + /* Define to 1 if you have the header file. */ #undef HAVE_MNTENT_H +/* Define to 1 if you have the `munmap' function. */ +#undef HAVE_MUNMAP + /* Define to 1 if you have the header file. */ #undef HAVE_NETDB_H /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H -/* define if you have */ +/* Define to 1 if you have the header file. */ #undef HAVE_PTHREAD_H /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H +/* Define to 1 if you have the `setbuf' function. */ +#undef HAVE_SETBUF + +/* Define to 1 if you have the `setbuffer' function. */ +#undef HAVE_SETBUFFER + /* Define to 1 if you have the `sethostname' function. */ #undef HAVE_SETHOSTNAME +/* Define to 1 if you have the `setlinebuf' function. */ +#undef HAVE_SETLINEBUF + /* Define to 1 if you have the `setmntent' function. */ #undef HAVE_SETMNTENT +/* Define to 1 if you have the `setvbuf' function. */ +#undef HAVE_SETVBUF + /* Define to 1 if you have the `signal' function. */ #undef HAVE_SIGNAL @@ -180,6 +204,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IPC_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MMAN_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SEM_H @@ -198,6 +225,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_WAIT_H +/* Define to 1 if the target supports thread-local storage. */ +#undef HAVE_TLS + /* union semun defined in sys/ipc.h or sys/sem.h */ #undef HAVE_UNION_SEMUN @@ -213,6 +243,9 @@ /* Define to 1 if you have the `__ctype_toupper_loc' function. */ #undef HAVE___CTYPE_TOUPPER_LOC +/* Define to 1 if you have the `__libc_freeres' function. */ +#undef HAVE___LIBC_FREERES + /* Name of package */ #undef PACKAGE