diff options
Diffstat (limited to 'auto/os/win32')
-rw-r--r-- | auto/os/win32 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/auto/os/win32 b/auto/os/win32 index 5567535c2..f65f2c9a4 100644 --- a/auto/os/win32 +++ b/auto/os/win32 @@ -2,14 +2,7 @@ # Copyright (C) Igor Sysoev -cat << END >> $NGX_AUTO_HEADERS_H - -#ifndef NGX_WIN32 -#define NGX_WIN32 1 -#endif - -END - +have=NGX_WIN32 . auto/have_headers CORE_INCS="$WIN32_INCS" CORE_DEPS="$WIN32_DEPS" |