nginx/auto/have
2004-02-02 21:19:52 +00:00

9 lines
78 B
Plaintext

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