summaryrefslogtreecommitdiff
path: root/app/xrdb/config.h.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-04-05 18:59:50 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-04-05 18:59:50 +0000
commiteca2f0e760d126f15a41a9d1306429526955f612 (patch)
tree3fe447fed3732049157f3536cff238b2acd0d736 /app/xrdb/config.h.in
parentc3c92c113aff78591beaab28e3b28bd27722a333 (diff)
Update to xrdb 1.0.9.
Includes a fix for CVE-2011-0465, to which OpenBSD is not vulnerable, since dhclient will reject any hostname option containing invalid characters like $ or `
Diffstat (limited to 'app/xrdb/config.h.in')
-rw-r--r--app/xrdb/config.h.in39
1 files changed, 37 insertions, 2 deletions
diff --git a/app/xrdb/config.h.in b/app/xrdb/config.h.in
index b6cdb6a55..6c59d2a95 100644
--- a/app/xrdb/config.h.in
+++ b/app/xrdb/config.h.in
@@ -3,8 +3,8 @@
/* Path to CPP program */
#undef CPP
-/* Define to 1 if you have the 'mkstemp' function. */
-#undef HAS_MKSTEMP
+/* Define to 1 if you have the `asprintf' function. */
+#undef HAVE_ASPRINTF
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -12,6 +12,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the `mkstemp' function. */
+#undef HAVE_MKSTEMP
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -71,3 +74,35 @@
/* Version number of package */
#undef VERSION
+
+/* Define to 1 if on MINIX. */
+#undef _MINIX
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+ this defined. */
+#undef _POSIX_1_SOURCE
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+#undef _POSIX_SOURCE
+
+/* Enable extensions on AIX 3, Interix. */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+/* Enable threading extensions on Solaris. */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+/* Enable extensions on HP NonStop. */
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
+/* Enable general extensions on Solaris. */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+