3
0
mirror of https://github.com/nginx/nginx.git synced 2025-01-02 20:26:59 -06:00
nginx/auto/have_headers
2012-01-18 15:07:43 +00:00

13 lines
137 B
Plaintext

# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.
cat << END >> $NGX_AUTO_HEADERS_H
#ifndef $have
#define $have 1
#endif
END