代码搜索:Conf
找到约 10,000 项符合「Conf」的源代码
代码结果 10,000
www.eeworm.com/read/371500/9551598
conf
www.eeworm.com/read/345992/3194251
conf
#define Conf_width 63
#define Conf_height 62
static unsigned char Conf_bits[] = {
0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x2a, 0x55, 0x55, 0x55, 0x55,
0x55, 0x55, 0x55, 0x55, 0xaa, 0xaa, 0xaa
www.eeworm.com/read/325387/3484291
conf
# Copyright (C) Igor Sysoev
ngx_feature="Google perftools"
ngx_feature_name=
ngx_feature_run=no
ngx_feature_incs=
ngx_feature_path=
ngx_feature_libs="-lprofiler"
ngx_fea
www.eeworm.com/read/325387/3484297
conf
# Copyright (C) Igor Sysoev
if [ $PCRE != NONE ]; then
CORE_INCS="$CORE_INCS $PCRE"
CORE_DEPS="$CORE_DEPS $REGEX_DEPS"
CORE_SRCS="$CORE_SRCS $REGEX_SRCS"
case "$NGX_CC_NAME" in
www.eeworm.com/read/325387/3484305
conf
# Copyright (C) Igor Sysoev
if [ $SHA1 != NONE ]; then
CORE_INCS="$CORE_INCS $SHA1"
case "$NGX_CC_NAME" in
msvc* | owc* | bcc)
LINK_DEPS="$LINK_DEPS $SHA1/sha1.lib"
www.eeworm.com/read/325387/3484310
conf
# Copyright (C) Igor Sysoev
if [ $MD5 != NONE ]; then
if grep MD5_Init $MD5/md5.h >/dev/null; then
# OpenSSL md5
OPENSSL_MD5=YES
have=NGX_HAVE_OPENSSL_MD5 . auto/have
www.eeworm.com/read/325387/3484312
conf
# Copyright (C) Igor Sysoev
if [ $USE_PCRE = YES -o $PCRE != NONE ]; then
. auto/lib/pcre/conf
fi
if [ $USE_OPENSSL = YES ]; then
. auto/lib/openssl/conf
fi
if [ $USE_MD5 = YES ]; then
www.eeworm.com/read/325387/3484314
conf
# Copyright (C) Igor Sysoev
if [ $OPENSSL != NONE ]; then
CORE_INCS="$CORE_INCS $OPENSSL/include"
case "$CC" in
*)
have=NGX_OPENSSL . auto/have
have=NGX_SSL
www.eeworm.com/read/325387/3484318
conf
# Copyright (C) Igor Sysoev
if [ $ZLIB != NONE ]; then
CORE_INCS="$CORE_INCS $ZLIB"
case "$NGX_CC_NAME" in
msvc* | owc* | bcc)
LINK_DEPS="$LINK_DEPS $ZLIB/zlib.lib"