belong spice3 manual ascii is default anyway

This commit is contained in:
dwarning 2008-01-02 18:46:24 +00:00
parent c3badfd017
commit ee9987ca85
1 changed files with 2 additions and 3 deletions

View File

@ -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 = "";