forked from Mirrors/privacore-open-source-search-engine
Document some of the PF_xxx flags
This commit is contained in:
10
Parms.h
10
Parms.h
@ -58,11 +58,11 @@ enum parameter_type_t {
|
||||
#define PF_WIDGET_PARM 0x00000008
|
||||
#define PF_API 0x00000010
|
||||
#define PF_REBUILDURLFILTERS 0x00000020
|
||||
#define PF_NOSYNC 0x00000040
|
||||
|
||||
#define PF_HIDDEN 0x00000100
|
||||
#define PF_NOSAVE 0x00000200
|
||||
#define PF_DUP 0x00000400
|
||||
#define PF_NOSYNC 0x00000040 // Don't synchronize the parameter value across hosts
|
||||
//#define PF_UNUSED 0x00000080
|
||||
#define PF_HIDDEN 0x00000100 // Hidden parameter/setting
|
||||
#define PF_NOSAVE 0x00000200 // Don't save to gb.conf/coll.conf/..
|
||||
#define PF_DUP 0x00000400 // Underlying variable is coverd by other parameter already
|
||||
#define PF_TEXTAREA 0x00000800
|
||||
#define PF_COLLDEFAULT 0x00001000
|
||||
#define PF_NOAPI 0x00002000
|
||||
|
Reference in New Issue
Block a user