CodeFree/7_source/nginx-stable-1.26/auto/have

13 lines
136 B
Plaintext
Raw Normal View History

2024-12-26 13:57:27 +08:00
# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.
cat << END >> $NGX_AUTO_CONFIG_H
#ifndef $have
#define $have 1
#endif
END