nginx/auto/define
2004-05-18 20:28:54 +00:00

9 lines
83 B
Plaintext

cat << END >> $NGX_AUTO_CONFIG_H
#ifndef $have
#define $have $value
#endif
END