]> granicus.if.org Git - apache/commitdiff
Another Windows build fix
authorStefan Fritsch <sf@apache.org>
Thu, 25 Nov 2010 22:32:10 +0000 (22:32 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 25 Nov 2010 22:32:10 +0000 (22:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039208 13f79535-47bb-0310-9956-ffa450edef68

server/util_expr_private.h

index 517c87d126b6d4a8497cbd37c3f741230846a93b..2979ba5fe056ca42712f8e531c13b780ccb77c47 100644 (file)
 #define MIN(a,b) (((a)<(b))?(a):(b))
 #endif
 
+#if !APR_HAVE_UNISTD_H
+#define YY_NO_UNISTD_H
+#endif
+
 #ifndef YYDEBUG
 #define YYDEBUG 0
 #endif