aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-18 08:29:53 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-18 08:29:53 +0000
commit9fa1ac4431fbceb0d3472dc9d8191c129169cdac (patch)
treedff77cbddc941608aa00f94e1e68503736bdaa1b
parentd850ad2fc338d5c6e6831294a652676e4e29e7f0 (diff)
this file got updated accidentially;
in this version (which shouldn't change), nothing optional is defined, so it should allow to build zexy on any platform (with less features) svn path=/trunk/externals/zexy/; revision=6131
-rw-r--r--src/zexyconf.h18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/zexyconf.h b/src/zexyconf.h
index 56841fa..b3b3041 100644
--- a/src/zexyconf.h
+++ b/src/zexyconf.h
@@ -1,18 +1,26 @@
-/* zexyconf.h. Generated from zexyconf.h.in by configure. */
+/* 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
+ */
+
/* Define if you have the <regex.h> header file. */
-#define HAVE_REGEX_H 1
+/* #undef HAVE_REGEX_H */
/* Define if you have the <alloca.h> header file. */
-#define HAVE_ALLOCA_H 1
+/* #undef HAVE_ALLOCA_H */
/* define if you want parallelport-support (direct access to the port address) */
-#define Z_WANT_LPT 1
+/* most likely, you do not want to do this on apple hardware */
+/* #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 !
*/
-#define HAVE_LINUX_PPDEV_H 1
+/* #undef HAVE_LINUX_PPDEV_H */