Tor
0.4.7.0-alpha-dev
|
#include <conftypes.h>
Data Fields | |
const char * | abbreviated |
const char * | full |
int | commandline_only |
int | warn |
An abbreviation or alias for a configuration option.
Definition at line 242 of file conftypes.h.
const char* abbreviated |
The option name as abbreviated. Not case-sensitive.
Definition at line 244 of file conftypes.h.
int commandline_only |
True if this abbreviation should only be allowed on the command line.
Definition at line 248 of file conftypes.h.
const char* full |
The full name of the option. Not case-sensitive.
Definition at line 246 of file conftypes.h.
int warn |
True if we should warn whenever this abbreviation is used.
Definition at line 250 of file conftypes.h.