nginx/auto/have

13 lines
136 B
Plaintext
Raw Permalink Normal View History

2004-02-02 21:19:52 +00:00
# Copyright (C) Igor Sysoev
2012-01-18 15:07:43 +00:00
# Copyright (C) Nginx, Inc.
2004-02-02 21:19:52 +00:00
cat << END >> $NGX_AUTO_CONFIG_H
#ifndef $have
#define $have 1
#endif
END