代码搜索结果

找到约 820,005 项符合 if 的代码

mod_load.h.in

/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. *

awk.scr

/.*\(0x3da.*/||/.*\(0x3ba.*/ { if (v_3da != 1) print "_v_retrace_"; v_3da = 1; next; } /.*\(0x42.*/||/.*\(0x43.*/ { if (v_4x != 1) print "_timer_";

runtest.in

#! /bin/sh # This file is generated by configure from RunTest.in. Make any changes # to that file. # Run PCRE tests cf=diff testdata=@top_srcdir@/testdata # Select which tests to run; if no select

runtest

#! /bin/sh # Run PCRE tests cf=diff # Select which tests to run; if no selection, run all do1=no do2=no do3=no do4=no while [ $# -gt 0 ] ; do case $1 in 1) do1=yes;; 2) do2=yes;; 3)

make_var_export.awk

# Based on apr's make_export.awk, which is # based on Ryan Bloom's make_export.pl /^#[ \t]*if(def)? (AP[RUI]?_|!?defined).*/ { if (old_filename != FILENAME) { if (old_filename != "") printf("%s",

makewin32make.awk

{ if (match($0, /\@INCLUDE_RULES\@/ ) ) { print "ALL: \$(TARGETS)"; print ""; print "CL = cl.exe"; print "LINK = link.exe /nologo /debug /machine:I386 /subsystem:console

apu_config.h.in

/* include/private/apu_config.h.in. Generated from configure.in by autoheader. */ /* define if Expat 1.0 or 1.1 was found */ #undef APR_HAVE_OLD_EXPAT /* Define if the system crypt() function is t

apu_config.h

/* include/private/apu_config.h. Generated by configure. */ /* include/private/apu_config.h.in. Generated from configure.in by autoheader. */ /* define if Expat 1.0 or 1.1 was found */ /* #undef

config.m4

if test "$MPM_NAME" = "prefork" ; then APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile) fi

config.m4

if test "$OS" = "beos" ; then APR_ADDTO(CFLAGS,-DBEOS) fi