From 79de16f83cdfdab5fba327520d1d1770447f6c60 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Fri, 25 Apr 2008 06:42:37 +0000 Subject: Flex (v 2.5.35) uses this symbol to "exclude" unistd.h svn path=/trunk/; revision=25170 --- config.h.win32 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.h.win32') diff --git a/config.h.win32 b/config.h.win32 index fe6b66c66e..deab5ee6e7 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -20,6 +20,11 @@ #define __STDC__ 0 #endif +/* + * Flex (v 2.5.35) uses this symbol to "exclude" unistd.h + */ +#define YY_NO_UNISTD_H + /* Use Unicode in Windows runtime functions. */ #define UNICODE 1 #define _UNICODE 1 -- cgit v1.2.3