From ee9987ca852ddeb16ad266fd2c06c3c9a2c3f4f1 Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 2 Jan 2008 18:46:24 +0000 Subject: [PATCH] belong spice3 manual ascii is default anyway --- src/conf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/conf.c b/src/conf.c index 41c8a1d26..fb54eefa7 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1,6 +1,6 @@ /* Common configuration file for ng-spice and nutmeg */ -#include +#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 = "";