aboutsummaryrefslogtreecommitdiff
path: root/src/zexyconf.h
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2007-08-16 22:23:41 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2007-08-16 22:23:41 +0000
commit9671355d99de111ca17ec4e862da0cb79c69f4d5 (patch)
treecea59d551ac18b1c9a39631435b756b067f99b76 /src/zexyconf.h
parentb19be3cca1a839593c952e0bb17b11119a2e6436 (diff)
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
Diffstat (limited to 'src/zexyconf.h')
-rw-r--r--src/zexyconf.h4
1 files changed, 2 insertions, 2 deletions
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 <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_ */