代码搜索:CONFIG
找到约 10,000 项符合「CONFIG」的源代码
代码结果 10,000
www.eeworm.com/read/291164/8438688
config
Customizing John the Ripper.
John the Ripper's behavior can be customized by editing its
configuration file. The configuration file can be named either
john.conf (on Unix-like systems) or john.ini
www.eeworm.com/read/290325/8489875
config
# make configuration for the tu-testbed engine library
# If you haven't set TU_TESTBED_COMPILER, then take a guess at its value
# based on the OSTYPE env variable.
#
# If you want to use a particula
www.eeworm.com/read/386806/8725083
config
#
# This file is used for selecting non-standard netcard options, and
# need not be modified for typical use.
#
# Drivers are *not* selected in this file, but rather with files
# automatically ge
www.eeworm.com/read/186676/8918616
config
# Set this to "no" if pserver shouldn't check system users/passwords
#SystemAuth=no
# Set `PreservePermissions' to `yes' to save file status information
# in the repository.
#PreservePermissions=no
www.eeworm.com/read/383713/8924732
config
#
# This file is used for selecting non-standard netcard options, and
# need not be modified for typical use.
#
# Drivers are *not* selected in this file, but rather with files
# automatically ge
www.eeworm.com/read/383589/8933192
config
#
# The proxy to the Glacier2 router for all outgoing connections. This
# must match the value of Glacier2.Client.Endpoints in config.glacier2.
#
Ice.Default.Router=Glacier2/router:ssl -p 10005
#
# T
www.eeworm.com/read/283965/8974462
config
#!/bin/sh
echo
echo "Choose Qt Version:"
echo
echo "Your choices (2 , 3):"
read version
case "$version" in
2) echo "#define QT_2" >qt2or3.h;;
3) echo "#define QT_3" >qt
www.eeworm.com/read/281650/9144298
config .config
#
# Automatically generated by make menuconfig: don't edit
#
#
# System Type
#
# CONFIG_ARCH_SA1100 is not set
# CONFIG_ARCH_PXA250 is not set
# CONFIG_ARCH_S3C2400 is not set
# CONFIG_ARCH_S3C2410 i
www.eeworm.com/read/380126/9161406
config
#!/bin/sh -e
. /usr/share/debconf/confmodule
db_version 2.0
prio=low
if test ! -e /dev/.devfsd -a ! -b /dev/pktcdvd0; then
db_input $prio udftools/makedev-ask || true
fi
db_go || true