/* directory paths for SIO PC config
 * this should be linked in spray_files.h
 * by an include statement under the correct
 * pre-compiler choice
 */
 
     char Spray_Data[]      = "c:\\d_spray\\data\\"; 
     char Spray_Proc_Stat[] = "c:\\c_spray\\config\\proc_stat.txt";
     char Spray_Config[]    = "c:\\c_spray\\config\\";
     char Spray_XP_Config[] = "c:\\c_spray\\XP_config\\"; 
     char Spray_Active[]    = "c:\\d_spray\\data\\active\\";
     char Spray_Hex[]       = "c:\\d_spray\\data\\active\\hex\\";
     char Spray_Atmp[]      = "c:\\d_spray\\data\\active\\tmp\\";
     char Spray_Tmp[]       = "c:\\c_spray\\tmp\\";
     char Spray_Queue[]     = "c:\\c_spray\\queue\\";
     char Spray_Waypt[]     = "c:\\c_spray\\waypt\\";
     char Spray_Russ[]      = "c:\\c_spray\\pinfo.txt"; 
     char Www_Bin[]         = "c:\\c_spray\\bin\\";
     char Www_Tmp[]         = "c:\\c_spray\\public_html\\tmp\\";


//BASE64 is the header line preceding the base64 data, as
//written by the mailbox server.  This may vary across mail servers
// mbox2hex.c converts from lower to upper case, so
// BASE64 should be written as all upper case.
#define BASE64 "CONTENT-TRANSFER-ENCODING: BASE64"

//define a string to display at the program start
#define USER_INFO "Compiled for SIO, PC Version"
