#ifndef CONFIGURATION_DEFINITIONS /* #define MSB_FIRST_PROCESSOR */ /* x86 processors are LSB-first */ #define DICTIONARIES_DIRECTORY "" /* local dir only */ #define DIRECTORY_SEPARATOR "\\" /* not used in this OS */ #define LOCAL_SAPRC_FILENAME ".saprc" /* not used in this OS */ #define GLOBAL_SAPRC_FULLPATH "saprc" /* optional prefs file in local dir */ #define FILENAME_DATABASE_1 "dvp_1.dic" #define FILENAME_DATABASE_2 "dvp_2.dic" #define CONFIGURATION_DEFINITIONS #endif