From 5ff927f260a94fa3ecc9c8b9a926911273a2557d Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 4 Nov 2007 19:30:55 +0000 Subject: [PATCH] prevent double define under mingw --- src/conf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/conf.h b/src/conf.h index e50ddb7ba..9ef299f17 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,11 +1,6 @@ #ifndef __CONF_H #define __CONF_H -#ifdef __MINGW32__ -#define NGSPICEBINDIR "C:\\msys\\1.0\\local\\bin" -#define NGSPICEDATADIR "C:\\msys\\1.0\\local\\share\\ng-spice-rework" -#endif - char Spice_Version[]; char Spice_Notice[]; char Spice_Build_Date[];