diff --git a/visualc/include/ngspice/config.h b/visualc/include/ngspice/config.h index 501cda3f0..6ad59ad55 100644 --- a/visualc/include/ngspice/config.h +++ b/visualc/include/ngspice/config.h @@ -56,7 +56,7 @@ #define HAVE_ACCESS 1 /* Define to 1 if you have the `acosh' function. */ -/* undef HAVE_ACOSH */ +/* #undef HAVE_ACOSH */ /* Define to 1 if you have `alloca', as a function or macro. */ /* #undef HAVE_ALLOCA */ @@ -96,6 +96,7 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_DIRENT_H */ + /* Define to 1 if you have the `dirname' function. */ /* #undef HAVE_DIRNAME */ @@ -305,7 +306,7 @@ /* Define to 1 if you have the `strtol' function. */ #define HAVE_STRTOL 1 -/* Define to 1 if `tm_zone' is member of `struct tm'. */ +/* Define to 1 if `tm_zone' is a member of `struct tm'. */ /* #undef HAVE_STRUCT_TM_TM_ZONE */ /* Define to 1 if you have the header file, and it defines `DIR'. @@ -429,9 +430,6 @@ /* Do not trigger unwanted traps by default */ /* #undef NEWTRUNC */ -/* Define the build date */ -#define NGSPICEBUILDDATE "Mon Sep 06 23:06:55 GMT 2010" - #ifdef CONFIG64 /* Define the directory for executables */ #define NGSPICEBINDIR "C:/Spice64/bin"