You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
243 B
16 lines
243 B
#ifndef __CONF_H
|
|
#define __CONF_H
|
|
|
|
char Spice_Version[];
|
|
char Spice_Notice[];
|
|
char Spice_Build_Date[];
|
|
char *Spice_Exec_Dir;
|
|
char *Spice_Lib_Dir;
|
|
char *Def_Editor;
|
|
int AsciiRawFile;
|
|
|
|
char *Bug_Addr;
|
|
char *Spice_Host;
|
|
char *Spiced_Log;
|
|
|
|
#endif
|