aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-07 15:16:35 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-03-07 15:16:35 +0000
commit90df060ac8a040e8d46142e3e441e0e4ad62eb9a (patch)
tree954356e01779d72f4880d1ba029dd19aeec5d7a0 /src/zexyconf.h
parent002112922c8294ea33ec3ad35972f67b9b9bea54 (diff)
added [matchbox] an object to search a list (with pattern matching) in a "box" of lists
svn path=/trunk/externals/zexy/; revision=7475
Diffstat (limited to 'src/zexyconf.h')
-rw-r--r--src/zexyconf.h21
1 files changed, 8 insertions, 13 deletions
diff --git a/src/zexyconf.h b/src/zexyconf.h
index b3b3041..0d263f3 100644
--- a/src/zexyconf.h
+++ b/src/zexyconf.h
@@ -1,26 +1,21 @@
-/* this is a zexyconf.h for windows
- * on unix-derivatives (linux, os-X,...) this file should be overwritten by configure
- * via the template zexyconf.h.in
- *
- * if you cannot use configure to re-generate this file, make sure all the defines
- * are set correctly
- */
-
+/* zexyconf.h. Generated from zexyconf.h.in by configure. */
+#ifndef _ZEXYCONF_H_
+#define _ZEXYCONF_H_
/* Define if you have the <regex.h> header file. */
-/* #undef HAVE_REGEX_H */
+#define HAVE_REGEX_H 1
/* Define if you have the <alloca.h> header file. */
-/* #undef HAVE_ALLOCA_H */
+#define HAVE_ALLOCA_H 1
/* define if you want parallelport-support (direct access to the port address) */
-/* most likely, you do not want to do this on apple hardware */
-/* #define Z_WANT_LPT 1 */
+#define Z_WANT_LPT 1
/* 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 */
+#define HAVE_LINUX_PPDEV_H 1
+#endif /* _ZEXYCONF_H_ */