diff options
Diffstat (limited to 'auto/nohave')
| -rw-r--r-- | auto/nohave | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/nohave b/auto/nohave new file mode 100644 index 000000000..49bb7ceb8 --- /dev/null +++ b/auto/nohave @@ -0,0 +1,8 @@ + +cat << END >> $NGX_AUTO_CONFIG_H + +#ifndef $have +#define $have 0 +#endif + +END |
