From 9671355d99de111ca17ec4e862da0cb79c69f4d5 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Thu, 16 Aug 2007 22:23:41 +0000 Subject: freadln: repaired the file read error in freadln and added the textfile/msgfile mode with ";" fwriteln: added the textfile/msgfile compatible mode with ";" svn path=/trunk/externals/zexy/; revision=8602 --- src/zexyconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zexyconf.h') diff --git a/src/zexyconf.h b/src/zexyconf.h index d75e23e..0d263f3 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