NGINX----源码阅读---have配置脚本

/auto/have

have配置脚本负责在$NGX_OBJS/ngx_auto_config.h定义宏

 1 # Copyright (C) Igor Sysoev
 2 # Copyright (C) Nginx, Inc.
 3 
 4 
 5 cat << END >> $NGX_AUTO_CONFIG_H
 6 
 7 #ifndef $have
 8 #define $have  1
 9 #endif
10 
11 END
View Code

 

posted @ 2016-12-25 19:56  丶丨zuoluo  阅读(205)  评论(0编辑  收藏  举报