replace gpl getopt by BSD getopt

This commit is contained in:
h_vogt
2009-04-12 21:08:18 +00:00
parent c9b58436f6
commit 6f4cdcac47
7 changed files with 338 additions and 307 deletions
+6 -6
View File
@@ -460,22 +460,22 @@
/* #undef NOSQRT */
/* Name of package */
#define PACKAGE "ng-spice-rework"
#define PACKAGE "ngspice"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
/* Define to the full name of this package. */
#define PACKAGE_NAME "ng-spice-rework"
#define PACKAGE_NAME "ngspice"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ng-spice-rework 18"
#define PACKAGE_STRING "ngspice 19"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ng-spice-rework"
#define PACKAGE_TARNAME "ngspice"
/* Define to the version of this package. */
#define PACKAGE_VERSION "18"
#define PACKAGE_VERSION "19"
/* Define if we want predictor algorithm */
/* #undef PREDICTOR */
@@ -530,7 +530,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "18"
#define VERSION "19"
/* Define if we want spice2 sensitivity analysis */
/* #undef WANT_SENSE2 */
+3 -7
View File
@@ -40,7 +40,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""$(ProjectDir)..\src\maths\poly";"$(ProjectDir)..\src\frontend";"$(ProjectDir)..\src\spicelib\devices";"$(ProjectDir)..\src\include";"$(ProjectDir)include""
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;SIMULATOR;OUTDECK"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="0"
@@ -1076,7 +1076,7 @@
>
</File>
<File
RelativePath="..\src\misc\getopt.h"
RelativePath="..\src\misc\getopt_bsd.h"
>
</File>
<File
@@ -4964,11 +4964,7 @@
>
</File>
<File
RelativePath="..\src\misc\getopt.c"
>
</File>
<File
RelativePath="..\src\misc\getopt1.c"
RelativePath="..\src\misc\getopt_long_bsd.c"
>
</File>
<File