diff options
Diffstat (limited to 'auto/os/linux')
-rw-r--r-- | auto/os/linux | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/auto/os/linux b/auto/os/linux index 84e4f6667..5926211a4 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -2,13 +2,7 @@ # Copyright (C) Igor Sysoev -cat << END >> $NGX_AUTO_HEADERS_H - -#ifndef NGX_LINUX -#define NGX_LINUX 1 -#endif - -END +have=NGX_LINUX . auto/have_headers CORE_INCS="$UNIX_INCS" CORE_DEPS="$UNIX_DEPS $LINUX_DEPS" |