diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 19:57:14 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 19:57:14 +0000 |
commit | 893ac1c025ec1aac6ef32d1741b33e619e546822 (patch) | |
tree | aee5505f6c49d6d0c124119b5a03cc0e932f7d92 /app/xwininfo/config.h.in | |
parent | c7aa701233375461de4e986bf0526c70b5e5baee (diff) |
Update to xwininfo 1.1.3
Diffstat (limited to 'app/xwininfo/config.h.in')
-rw-r--r-- | app/xwininfo/config.h.in | 42 |
1 files changed, 24 insertions, 18 deletions
diff --git a/app/xwininfo/config.h.in b/app/xwininfo/config.h.in index cc39d1f47..1fb52e5d7 100644 --- a/app/xwininfo/config.h.in +++ b/app/xwininfo/config.h.in @@ -1,6 +1,6 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Define to 1 if you have the iconv() function */ +/* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the <inttypes.h> header file. */ @@ -36,6 +36,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define as const if the declaration of iconv() needs const. */ +#undef ICONV_CONST + /* Name of package */ #undef PACKAGE @@ -51,6 +54,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -66,23 +72,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to 1 to call xcb-icccm library functions instead of local - replacements */ -#undef USE_XCB_ICCCM - -/* 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 @@ -104,3 +93,20 @@ # undef __EXTENSIONS__ #endif + +/* Define to 1 to call xcb-icccm library functions instead of local + replacements */ +#undef USE_XCB_ICCCM + +/* 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 |