diff options
author | musil <tmusil@users.sourceforge.net> | 2007-07-05 14:52:13 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2007-07-05 14:52:13 +0000 |
commit | 0264c5772d3940f9dbfac1572b72ee1848d86801 (patch) | |
tree | 7f549f79aa2b2dfb47fe84081159fc71130a8d37 | |
parent | 1249e522b4bc5753fabac0ccb11ff13613a3f669 (diff) |
make it vc6-proof! when using autoconf, this will be overwritten anyhow
svn path=/trunk/externals/zexy/; revision=7900
-rw-r--r-- | src/zexyconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <regex.h> header file. */ -#define HAVE_REGEX_H 1 +//#define HAVE_REGEX_H 1 /* Define if you have the <alloca.h> 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_ */ |