Browse Source

belong spice3 manual ascii is default anyway

pre-master-46
dwarning 18 years ago
parent
commit
ee9987ca85
  1. 5
      src/conf.c

5
src/conf.c

@ -1,6 +1,6 @@
/* Common configuration file for ng-spice and nutmeg */
#include <config.h>
#include "config.h"
#include "conf.h"
/* The GNU configure system should set PACKAGE_BUGREPORT
@ -20,11 +20,10 @@ char *Spice_Lib_Dir = NGSPICEDATADIR;
#ifdef __MINGW32__
char *Def_Editor = "notepad.exe";
int AsciiRawFile = 1;
#else
char *Def_Editor = "vi";
int AsciiRawFile = 0;
#endif
int AsciiRawFile = 0;
char *Bug_Addr = BUG_ADDRESS;
char *Spice_Host = "";

Loading…
Cancel
Save