From 48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4 Mon Sep 17 00:00:00 2001 From: Gaspar Fernandez Date: Fri, 12 Aug 2016 02:01:12 +0200 Subject: Version 0.4d --- src/config.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index e50b2cc..07e7f2e 100644 --- a/src/config.h +++ b/src/config.h @@ -16,6 +16,9 @@ /* Define to 1 if you have the `pthread' library (-lpthread). */ #define HAVE_LIBPTHREAD 1 +/* Define to 1 if you have the `X11' library (-lX11). */ +#define HAVE_LIBX11 1 + /* Define to 1 if you have the `Xext' library (-lXext). */ #define HAVE_LIBXEXT 1 @@ -97,6 +100,9 @@ /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + /* Define to the version of this package. */ #define PACKAGE_VERSION "" @@ -104,4 +110,4 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "0.3" +#define VERSION "0.4" -- cgit v1.2.1