aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-05-19 14:04:32 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-05-19 14:04:32 +0000
commitc741b3433355b4c8a73975bc06f6caac6b2c4440 (patch)
treea03a6e6b6cde232e32ceee16bfe4bdda942d7f00 /src/zexyconf.h
parentaca5259edd0a49f12fc30f14c9308e32d86647ba (diff)
rudimentary help-messages on receiving "help"
svn path=/trunk/externals/zexy/; revision=5091
Diffstat (limited to 'src/zexyconf.h')
-rw-r--r--src/zexyconf.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/src/zexyconf.h b/src/zexyconf.h
index 1e02d87..3231f5d 100644
--- a/src/zexyconf.h
+++ b/src/zexyconf.h
@@ -1,25 +1,18 @@
-/* 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 by configure. */
/* 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) */
#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 !
+ * (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