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