aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-22 10:18:48 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-10-22 10:18:48 +0000
commit21ff032fa838b3aa2adf2db77ce2a27d12813c4b (patch)
treed3adaaa5680bffa594b6c9c07d9cbdfcb1bd26b7 /src/zexyconf.h
parentfb31e01fd646ef0538a3c54ab1a52e4c51a043b8 (diff)
removed zexyconf.h as it was too easy to enable the wrong stuff when not
using copnfigure (e.g. in ./externals/build/src) instead we just do it ordinarily: configure will define HAVE_CONFIG_H in Make.config, and if this is set we include zexyconf.h, else we don't svn path=/trunk/externals/zexy/; revision=8857
Diffstat (limited to 'src/zexyconf.h')
-rw-r--r--src/zexyconf.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/zexyconf.h b/src/zexyconf.h
deleted file mode 100644
index e05a568..0000000
--- a/src/zexyconf.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* zexyconf.h. Generated from zexyconf.h.in by configure. */
-#ifndef _ZEXYCONF_H_
-#define _ZEXYCONF_H_
-
-/* Define if you have the <regex.h> header file. */
-#define HAVE_REGEX_H 1
-
-/* 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) */
-#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
-
-#endif /* _ZEXYCONF_H_ */
-