From eca2f0e760d126f15a41a9d1306429526955f612 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 5 Apr 2011 18:59:50 +0000 Subject: 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 ` --- app/xrdb/config.h.in | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'app/xrdb/config.h.in') 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 header file. */ #undef HAVE_INTTYPES_H @@ -12,6 +12,9 @@ /* Define to 1 if you have the 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 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 + -- cgit v1.2.3