aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h.in
diff options
context:
space:
mode:
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
+
+