config.h
const char ** tempDirs
Array of temp directories which can be used in order of preference.
Definition: config.h:63
int tempDirCount
Number of directories in the tempDirs array.
Definition: config.h:65
bool useTempFile
Indicates whether a temporary file should be created instead of using the original file.
Definition: config.h:58
bool allInMemory
True if the data file should be loaded entirely into continuous memory.
Definition: config.h:50
Base configuration structure containing common configuration options, and options that apply to struc...
Definition: config.h:49
bool reuseTempFile
Indicates that an existing temp file may be used.
Definition: config.h:60
bool usesUpperPrefixedHeaders
True if the HTTP header field names MIGHT include the prefix HTTP_.
Definition: config.h:52
bool freeData
True if the memory containing the data set should be freed after it is no longer needed.
Definition: config.h:54