aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h.in
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-29 17:29:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-11-29 17:29:04 +0000
commit4f7c64e3e2bbafd378277f1648de28573c263878 (patch)
treec3a4ee8ff19a6c3f83a2761c77b62f3956198100 /src/zexyconf.h.in
parent77c4cc40647f91852ccf2225d178ad77286ac376 (diff)
moved configuration from compiler-arguments into zexyconf.h
only build regex if there is a regex.h in the system svn path=/trunk/externals/zexy/; revision=4080
Diffstat (limited to 'src/zexyconf.h.in')
-rw-r--r--src/zexyconf.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/zexyconf.h.in b/src/zexyconf.h.in
new file mode 100644
index 0000000..3b54b63
--- /dev/null
+++ b/src/zexyconf.h.in
@@ -0,0 +1,14 @@
+
+/* Define if you have the <regex.h> header file. */
+#undef HAVE_REGEX_H
+
+/* define if you want parallelport-support (direct access to the port address) */
+#undef Z_WANT_LPT
+
+/* define if you have the <linux/ppdev.h> header file.
+ * (for parport _device_ support)
+ * you need Z_WANT_LPT for this to have an effect !
+ */
+#undef HAVE_LINUX_PPDEV_H
+
+