diff cfg-common.h @ 11922:b2f7ad678181

Duplicate -include option moved to cfg-common.h.
author diego
date Thu, 05 Feb 2004 17:08:55 +0000
parents 6b28eb95c08b
children cdf62dc6d6a0
line wrap: on
line diff
--- a/cfg-common.h	Thu Feb 05 15:56:05 2004 +0000
+++ b/cfg-common.h	Thu Feb 05 17:08:55 2004 +0000
@@ -1,10 +1,11 @@
 #ifdef MAIN_CONF /* this will be included in conf[] */
 
-// ------------------------- common optionss --------------------
+// ------------------------- common options --------------------
 	{"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
 	{"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
 	{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},
 	{"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL},
+	{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
 
 // ------------------------- stream options --------------------