From 4ee9c6840ad3fc92a9034343278a1e476ad6872a Mon Sep 17 00:00:00 2001 From: dnovillo Date: Thu, 13 May 2004 06:41:07 +0000 Subject: Merge tree-ssa-20020619-branch into mainline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81764 138bc75d-0d04-0410-961f-82ee72b054a4 --- libmudflap/config.h.in | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 libmudflap/config.h.in (limited to 'libmudflap/config.h.in') diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in new file mode 100644 index 00000000000..ebb7360df60 --- /dev/null +++ b/libmudflap/config.h.in @@ -0,0 +1,62 @@ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the backtrace function. */ +#undef HAVE_BACKTRACE + +/* Define if you have the backtrace_symbols function. */ +#undef HAVE_BACKTRACE_SYMBOLS + +/* Define if you have the dlvsym function. */ +#undef HAVE_DLVSYM + +/* Define if you have the fopen64 function. */ +#undef HAVE_FOPEN64 + +/* Define if you have the fseeko64 function. */ +#undef HAVE_FSEEKO64 + +/* Define if you have the ftello64 function. */ +#undef HAVE_FTELLO64 + +/* Define if you have the gettimeofday function. */ +#undef HAVE_GETTIMEOFDAY + +/* Define if you have the signal function. */ +#undef HAVE_SIGNAL + +/* Define if you have the stat64 function. */ +#undef HAVE_STAT64 + +/* Define if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define if you have the header file. */ +#undef HAVE_EXECINFO_H + +/* Define if you have the header file. */ +#undef HAVE_SIGNAL_H + +/* Define if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define if you have the dl library (-ldl). */ +#undef HAVE_LIBDL + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION + +/* union semun defined in sys/ipc.h or sys/sem.h */ +#undef HAVE_UNION_SEMUN + +/* Define it socklen_t typedef is in sys/socket.h. */ +#undef HAVE_SOCKLEN_T + +/* define if you have */ +#undef HAVE_PTHREAD_H + +/* pthread_create symbol version */ +#undef PTHREAD_CREATE_VERSION + -- cgit v1.2.1