aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-28 14:02:02 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-28 14:02:02 +0000
commitb7594213dc071c81e0e5013f3ec8ef17f9023dfb (patch)
tree8418262b7a7130323ec2c843f921e02122bed441 /src/zexyconf.h
parente10a2c1660b13506e9ff0117974d5786b81875c0 (diff)
autotools
svn path=/trunk/externals/zexy/; revision=15373
Diffstat (limited to 'src/zexyconf.h')
-rw-r--r--src/zexyconf.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/zexyconf.h b/src/zexyconf.h
new file mode 100644
index 0000000..2fca57b
--- /dev/null
+++ b/src/zexyconf.h
@@ -0,0 +1,32 @@
+#ifndef _ZEXYCONF_H_
+#define _ZEXYCONF_H_
+/* zexyconf.h: configuration for zexy:
+ * this is only included if no config.h is created
+ * adapt this to your own needs
+ */
+
+/* Define if you have the <regex.h> header file. */
+/*
+#undef HAVE_REGEX_H
+*/
+
+/* Define if you have the <alloca.h> header file. */
+/*
+#undef HAVE_ALLOCA_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
+*/
+
+#endif /* _ZEXYCONF_H_ */
+