diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 20:28:54 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-05-18 20:28:54 +0000 |
| commit | 090849dc6f995c6ccdbd947093789165a347e460 (patch) | |
| tree | 4c25a4a1c9afb3dda64308b45675e29165b7bd2e /auto/define | |
| parent | ab517d58277429bba16d0641e00aebea061db1ce (diff) | |
| download | nginx-090849dc6f995c6ccdbd947093789165a347e460.tar.gz nginx-090849dc6f995c6ccdbd947093789165a347e460.tar.bz2 | |
nginx-0.0.3-2004-05-19-00:28:54 import
Diffstat (limited to 'auto/define')
| -rw-r--r-- | auto/define | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/define b/auto/define new file mode 100644 index 000000000..d872fc3e1 --- /dev/null +++ b/auto/define @@ -0,0 +1,8 @@ + +cat << END >> $NGX_AUTO_CONFIG_H + +#ifndef $have +#define $have $value +#endif + +END |
