mirror of
https://github.com/nginx/nginx.git
synced 2026-06-20 15:46:44 +00:00
11 lines
108 B
Text
11 lines
108 B
Text
|
|
# Copyright (C) Igor Sysoev
|
|
|
|
|
|
cat << END >> $NGX_AUTO_CONFIG_H
|
|
|
|
#ifndef $have
|
|
#define $have 1
|
|
#endif
|
|
|
|
END
|