aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/config.h.in
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-06-01 07:43:27 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2004-06-01 07:43:27 +0200
commit76f824a4a0a6427b8c29ce6253b2b79c4ad3e519 (patch)
tree28a1f4875ec626127272bfd00d6bc5955bca283e /libmudflap/config.h.in
parent42fcd7bb7ad33da94b8eeb4c92461639cc6a1f7c (diff)
downloadgcc-76f824a4a0a6427b8c29ce6253b2b79c4ad3e519.zip
gcc-76f824a4a0a6427b8c29ce6253b2b79c4ad3e519.tar.gz
gcc-76f824a4a0a6427b8c29ce6253b2b79c4ad3e519.tar.bz2
config.h.in: Regenerated.
* config.h.in: Regenerated. * testsuite/Makefile.in: Regenerated. From-SVN: r82528
Diffstat (limited to 'libmudflap/config.h.in')
-rw-r--r--libmudflap/config.h.in97
1 files changed, 69 insertions, 28 deletions
diff --git a/libmudflap/config.h.in b/libmudflap/config.h.in
index ebb7360..3e3aa12 100644
--- a/libmudflap/config.h.in
+++ b/libmudflap/config.h.in
@@ -1,62 +1,103 @@
-/* config.h.in. Generated automatically from configure.in by autoheader. */
+/* config.h.in. Generated from configure.in by autoheader. */
-/* Define if you have the backtrace function. */
+/* Define to 1 if you have the `backtrace' function. */
#undef HAVE_BACKTRACE
-/* Define if you have the backtrace_symbols function. */
+/* Define to 1 if you have the `backtrace_symbols' function. */
#undef HAVE_BACKTRACE_SYMBOLS
-/* Define if you have the dlvsym function. */
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* Define to 1 if you have the `dlvsym' function. */
#undef HAVE_DLVSYM
-/* Define if you have the fopen64 function. */
+/* Define to 1 if you have the <execinfo.h> header file. */
+#undef HAVE_EXECINFO_H
+
+/* Define to 1 if you have the `fopen64' function. */
#undef HAVE_FOPEN64
-/* Define if you have the fseeko64 function. */
+/* Define to 1 if you have the `fseeko64' function. */
#undef HAVE_FSEEKO64
-/* Define if you have the ftello64 function. */
+/* Define to 1 if you have the `ftello64' function. */
#undef HAVE_FTELLO64
-/* Define if you have the gettimeofday function. */
+/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
-/* Define if you have the signal function. */
-#undef HAVE_SIGNAL
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
-/* Define if you have the stat64 function. */
-#undef HAVE_STAT64
+/* Define to 1 if you have the `dl' library (-ldl). */
+#undef HAVE_LIBDL
-/* Define if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
-/* Define if you have the <execinfo.h> header file. */
-#undef HAVE_EXECINFO_H
+/* define if you have <pthread.h> */
+#undef HAVE_PTHREAD_H
+
+/* Define to 1 if you have the `signal' function. */
+#undef HAVE_SIGNAL
-/* Define if you have the <signal.h> header file. */
+/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
-/* Define if you have the <stdint.h> header file. */
+/* Define it socklen_t typedef is in sys/socket.h. */
+#undef HAVE_SOCKLEN_T
+
+/* Define to 1 if you have the `stat64' function. */
+#undef HAVE_STAT64
+
+/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
-/* Define if you have the dl library (-ldl). */
-#undef HAVE_LIBDL
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
-/* Name of package */
-#undef PACKAGE
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
-/* Version number of package */
-#undef VERSION
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
/* 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 to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
-/* define if you have <pthread.h> */
-#undef HAVE_PTHREAD_H
+/* Name of package */
+#undef PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
/* pthread_create symbol version */
#undef PTHREAD_CREATE_VERSION
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Version number of package */
+#undef VERSION