Files
nginx-custom/auto/nohave
2017-02-25 23:55:24 +01:00

13 lines
136 B
Plaintext

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