nginx/auto/have

13 lines
136 B
Plaintext
Raw Permalink Normal View History

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