X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libmudflap%2Fconfig.h.in;h=ffdd6721c01f4669d00dc0460296cb603004fd2b;hb=13bfd413cf5e146347ad19d1f278d2409f726665;hp=94b2b8a209843fbd70e9b4576bfe730738d7d52d;hpb=5b2c75537d0bd3116dbb67aa7b60f13605a61e14;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in index 94b2b8a2098..ffdd6721c01 100644 --- a/libmudflap/config.h.in +++ b/libmudflap/config.h.in @@ -126,18 +126,30 @@ /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL +/* Define to 1 if you have the `rt' library (-lrt). */ +#undef HAVE_LIBRT + +/* Define to 1 if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET + /* Define to 1 if you have the `memmem' function. */ #undef HAVE_MEMMEM /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `mempcpy' function. */ +#undef HAVE_MEMPCPY + /* 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 `mmap64' function. */ +#undef HAVE_MMAP64 + /* Define to 1 if you have the header file. */ #undef HAVE_MNTENT_H @@ -156,6 +168,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H +/* Define to 1 if you have the `rawmemchr' function. */ +#undef HAVE_RAWMEMCHR + /* Define to 1 if you have the `setbuf' function. */ #undef HAVE_SETBUF @@ -192,6 +207,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if you have the `stpcpy' function. */ +#undef HAVE_STPCPY + /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H @@ -210,6 +228,9 @@ /* 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_MNTTAB_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SEM_H @@ -268,6 +289,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -277,5 +301,8 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define to 1 if the target use emutls for thread-local storage. */ +#undef USE_EMUTLS + /* Version number of package */ #undef VERSION