19 lines
492 B
C
19 lines
492 B
C
|
|
/* Common configuration file for ng-spice and nutmeg */
|
||
|
|
|
||
|
|
#include <config.h>
|
||
|
|
|
||
|
|
#include "conf.h"
|
||
|
|
|
||
|
|
char Spice_Version[ ] = VERSION;
|
||
|
|
char Spice_Notice[ ] = "Please submit bug-reports to: ng-spice-bugs@ieee.ing.uniroma1.it";
|
||
|
|
char Spice_Build_Date[ ] = NGSPICEBUILDDATE;
|
||
|
|
char *Spice_Exec_Dir = NGSPICEBINDIR;
|
||
|
|
char *Spice_Lib_Dir = NGSPICEDATADIR;
|
||
|
|
char *Def_Editor = "vi";
|
||
|
|
int AsciiRawFile = 0;
|
||
|
|
|
||
|
|
char *Bug_Addr = "ng-spice-bugs@ieee.ing.uniroma1.it";
|
||
|
|
char *Spice_Host = "";
|
||
|
|
char *Spiced_Log = "";
|
||
|
|
|