ngspice/src/conf.c

19 lines
492 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/* 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 = "";