Flex (v 2.5.35) uses this symbol to "exclude" unistd.h
authorAnders Broman <anders.broman@ericsson.com>
Fri, 25 Apr 2008 06:42:37 +0000 (06:42 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Fri, 25 Apr 2008 06:42:37 +0000 (06:42 -0000)
svn path=/trunk/; revision=25170

config.h.win32

index fe6b66c66e6588d341a82b5f7fe640464bedc7f8..deab5ee6e7c4fabbd3610367ff60b46d2a767906 100644 (file)
 #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