Browse Source

visualc/config.h, cleanup and drop unused NGSPICEBUILDDATE

pre-master-46
rlar 11 years ago
parent
commit
a30d5b6921
  1. 8
      visualc/include/ngspice/config.h

8
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 <dirent.h> 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 <sys/dir.h> 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"

Loading…
Cancel
Save