diff options
Diffstat (limited to 'auto/have')
-rw-r--r-- | auto/have | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/auto/have b/auto/have new file mode 100644 index 00000000..b10b8394 --- /dev/null +++ b/auto/have @@ -0,0 +1,12 @@ + +# Copyright (C) Igor Sysoev +# Copyright (C) NGINX, Inc. + + +cat << END >> $NXT_AUTO_CONFIG_H + +#ifndef $nxt_have +#define $nxt_have 1 +#endif + +END |