]> granicus.if.org Git - apache/commitdiff
Fixed position of the NEED_ENHANCED_ESCAPES define.
authorGuenter Knauf <fuankg@apache.org>
Wed, 25 Apr 2012 10:36:37 +0000 (10:36 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 25 Apr 2012 10:36:37 +0000 (10:36 +0000)
This define should be outside of the else case so that it
gets also defined if we cross-compile for Win32 or OS2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330189 13f79535-47bb-0310-9956-ffa450edef68

server/gen_test_char.c

index 1c40bde93e53d90b9f41fc906f45956c5ec53ce2..e25238f31b2f20261708a271f55b218a7cb10292 100644 (file)
 #include "apr.h"
 #include "apr_lib.h"
 
-#if defined(WIN32) || defined(OS2)
-#define NEED_ENHANCED_ESCAPES
 #endif
 
+#if defined(WIN32) || defined(OS2)
+#define NEED_ENHANCED_ESCAPES
 #endif
 
 #if APR_HAVE_STDIO_H