summaryrefslogtreecommitdiffstats
path: root/server/gen_test_char.c
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2012-04-25 12:36:37 +0200
committerGuenter Knauf <fuankg@apache.org>2012-04-25 12:36:37 +0200
commit7fa1a7c928083066f1c06d223a33067774cc1098 (patch)
treeb17553bb80ba9ad2074c67a0caee7943ad3eab1d /server/gen_test_char.c
parentUpdate CSS to have a perl style as well. (diff)
downloadapache2-7fa1a7c928083066f1c06d223a33067774cc1098.tar.xz
apache2-7fa1a7c928083066f1c06d223a33067774cc1098.zip
Fixed position of the NEED_ENHANCED_ESCAPES define.
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
Diffstat (limited to '')
-rw-r--r--server/gen_test_char.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/gen_test_char.c b/server/gen_test_char.c
index 1c40bde93e..e25238f31b 100644
--- a/server/gen_test_char.c
+++ b/server/gen_test_char.c
@@ -29,10 +29,10 @@
#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