diff options
Diffstat (limited to 'apps/xwininfo/config.h')
-rw-r--r-- | apps/xwininfo/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/xwininfo/config.h b/apps/xwininfo/config.h index b77456819..d842dcc60 100644 --- a/apps/xwininfo/config.h +++ b/apps/xwininfo/config.h @@ -46,7 +46,7 @@ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ -#undef PACKAGE_STRING +#define PACKAGE_STRING "xwininfo" /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME @@ -107,3 +107,5 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE + +#define _X_COLD |