diff options
| author | Gaspar Fernandez <gaspar.fernandez@totaki.com> | 2016-08-12 02:01:12 +0200 |
|---|---|---|
| committer | Gaspar Fernandez <gaspar.fernandez@totaki.com> | 2016-08-12 02:01:12 +0200 |
| commit | 48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4 (patch) | |
| tree | 8d23348e9ca36aced3c804572b554e1578162973 /src/config.h | |
| parent | e463cfd3cbd419dc38583fe25b93be36b330a606 (diff) | |
| download | dwgo-48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4.tar.gz dwgo-48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4.tar.bz2 dwgo-48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4.zip | |
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
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" |
