summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorGaspar Fernandez <gaspar.fernandez@totaki.com>2016-08-12 02:01:12 +0200
committerGaspar Fernandez <gaspar.fernandez@totaki.com>2016-08-12 02:01:12 +0200
commit48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4 (patch)
tree8d23348e9ca36aced3c804572b554e1578162973 /src/config.h
parente463cfd3cbd419dc38583fe25b93be36b330a606 (diff)
downloaddwgo-48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4.tar.gz
dwgo-48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4.tar.bz2
dwgo-48f7b7c060f5a867fc8bac5a29202ffc6de9d4c4.zip
Version 0.4dHEADmaster
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h8
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"