comparison cfg-common-opts.h @ 26416:9d53b15aed02

Add options to disable some or all config files. Patch by Andrew Savchenko (Bircoph -at- list -dot- ru).
author albeu
date Mon, 14 Apr 2008 11:21:29 +0000
parents 7a36d5941fd8
children e7c989f7a7c9
comparison
equal deleted inserted replaced
26415:cc7c52fa5eb1 26416:9d53b15aed02
16 #endif 16 #endif
17 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL}, 17 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
18 #ifdef WIN32 18 #ifdef WIN32
19 {"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL}, 19 {"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL},
20 #endif 20 #endif
21 {"noconfig", noconfig_opts, CONF_TYPE_SUBCONFIG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 0, NULL},
21 22
22 // ------------------------- stream options -------------------- 23 // ------------------------- stream options --------------------
23 24
24 #ifdef USE_STREAM_CACHE 25 #ifdef USE_STREAM_CACHE
25 {"cache", &stream_cache_size, CONF_TYPE_INT, CONF_RANGE, 32, 1048576, NULL}, 26 {"cache", &stream_cache_size, CONF_TYPE_INT, CONF_RANGE, 32, 1048576, NULL},