From 0264c5772d3940f9dbfac1572b72ee1848d86801 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 5 Jul 2007 14:52:13 +0000 Subject: make it vc6-proof! when using autoconf, this will be overwritten anyhow svn path=/trunk/externals/zexy/; revision=7900 --- src/zexyconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/zexyconf.h b/src/zexyconf.h index 0d263f3..d75e23e 100644 --- a/src/zexyconf.h +++ b/src/zexyconf.h @@ -3,7 +3,7 @@ #define _ZEXYCONF_H_ /* Define if you have the header file. */ -#define HAVE_REGEX_H 1 +//#define HAVE_REGEX_H 1 /* Define if you have the header file. */ #define HAVE_ALLOCA_H 1 @@ -15,7 +15,7 @@ * (for parport _device_ support) * you need Z_WANT_LPT for this to have an effect ! */ -#define HAVE_LINUX_PPDEV_H 1 +//#define HAVE_LINUX_PPDEV_H 1 #endif /* _ZEXYCONF_H_ */ -- cgit v1.2.1