From 4f7c64e3e2bbafd378277f1648de28573c263878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 29 Nov 2005 17:29:04 +0000 Subject: moved configuration from compiler-arguments into zexyconf.h only build regex if there is a regex.h in the system svn path=/trunk/externals/zexy/; revision=4080 --- src/zexyconf.h.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/zexyconf.h.in (limited to 'src/zexyconf.h.in') diff --git a/src/zexyconf.h.in b/src/zexyconf.h.in new file mode 100644 index 0000000..3b54b63 --- /dev/null +++ b/src/zexyconf.h.in @@ -0,0 +1,14 @@ + +/* Define if you have the header file. */ +#undef HAVE_REGEX_H + +/* define if you want parallelport-support (direct access to the port address) */ +#undef Z_WANT_LPT + +/* define if you have the header file. + * (for parport _device_ support) + * you need Z_WANT_LPT for this to have an effect ! + */ +#undef HAVE_LINUX_PPDEV_H + + -- cgit v1.2.1