diff options
author | Anders Broman <anders.broman@ericsson.com> | 2008-04-25 06:42:37 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2008-04-25 06:42:37 +0000 |
commit | 79de16f83cdfdab5fba327520d1d1770447f6c60 (patch) | |
tree | e4ac0eb9395bedac3597ee4018a87bd1338c34ad /config.h.win32 | |
parent | eedcd98bd2cf79459d03ff798c9db6802685b86d (diff) | |
download | wireshark-79de16f83cdfdab5fba327520d1d1770447f6c60.tar.gz wireshark-79de16f83cdfdab5fba327520d1d1770447f6c60.tar.bz2 wireshark-79de16f83cdfdab5fba327520d1d1770447f6c60.zip |
Flex (v 2.5.35) uses this symbol to "exclude" unistd.h
svn path=/trunk/; revision=25170
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 5 |
1 files changed, 5 insertions, 0 deletions
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 |