summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-10-02 19:21:12 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-10-02 19:21:12 +0000
commit4544178c537a4ad29b108438131a1407953b0b72 (patch)
tree87a289ffc033576a7facbc04cd3877109961e7e7 /app
parent6a4b62a3ec78b9061d406ca5e2952e450b4f9b9f (diff)
merge xfs 1.0.5. This version contains security fixes for heap overflow
and corruption vulnerabilites. CVE-2007-4568.
Diffstat (limited to 'app')
-rw-r--r--app/xfs/config.h.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/app/xfs/config.h.in b/app/xfs/config.h.in
index 001246e13..deb42a850 100644
--- a/app/xfs/config.h.in
+++ b/app/xfs/config.h.in
@@ -3,6 +3,33 @@
/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
#undef BSD44SOCKETS
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* 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
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
/* Support IPv6 for TCP connections */
#undef IPv6
@@ -39,6 +66,9 @@
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
/* Support TCP socket connections */
#undef TCPCONN