#2/6 config.h --> ngspice/config.h, #include's

This commit is contained in:
rlar 2011-12-27 11:33:01 +00:00
parent ee48c0952a
commit 4ca58067a2
127 changed files with 130 additions and 126 deletions

View File

@ -1,3 +1,7 @@
2011-12-27 Robert Larice
* **/* :
#2/6 config.h --> ngspice/config.h, #include's
2011-12-27 Robert Larice 2011-12-27 Robert Larice
* configure.ac , * configure.ac ,
* .cvsignore , * .cvsignore ,

View File

@ -1,6 +1,6 @@
/* Common configuration file for ng-spice and nutmeg */ /* Common configuration file for ng-spice and nutmeg */
#include "config.h" #include "ngspice/config.h"
#include "conf.h" #include "conf.h"
/* The GNU configure system should set PACKAGE_BUGREPORT /* The GNU configure system should set PACKAGE_BUGREPORT

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"
#include "ngspice/wordlist.h" #include "ngspice/wordlist.h"

View File

@ -2,7 +2,7 @@
* com_echo.c * com_echo.c
************/ ************/
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/wordlist.h" #include "ngspice/wordlist.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include <stdio.h> #include <stdio.h>
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/macros.h" #include "ngspice/macros.h"

View File

@ -4,7 +4,7 @@
Patches by Bill Swartz from 2009-05-18 and 2009-08-21 are included. Patches by Bill Swartz from 2009-05-18 and 2009-08-21 are included.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/memory.h" #include "ngspice/memory.h"

View File

@ -1,7 +1,7 @@
#ifndef _COM_MEASURE_H #ifndef _COM_MEASURE_H
#define _COM_MEASURE_H #define _COM_MEASURE_H
#include <config.h> #include "ngspice/config.h"
extern int measure_get_precision(void) ; extern int measure_get_precision(void) ;
extern int get_measure2(wordlist *wl,double *result,char *out_line, bool auto_check) ; extern int get_measure2(wordlist *wl,double *result,char *out_line, bool auto_check) ;

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"

View File

@ -2,7 +2,7 @@
* com_rehash.c * com_rehash.c
************/ ************/
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/wordlist.h" #include "ngspice/wordlist.h"

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"

View File

@ -2,7 +2,7 @@
* com_shell.c * com_shell.c
************/ ************/
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/wordlist.h" #include "ngspice/wordlist.h"

View File

@ -2,7 +2,7 @@
* com_shift.c * com_shift.c
************/ ************/
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"
#include "ngspice/wordlist.h" #include "ngspice/wordlist.h"

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"
#include "ngspice/wordlist.h" #include "ngspice/wordlist.h"

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"

View File

@ -7,7 +7,7 @@
*/ */
#include "config.h" #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpdefs.h" #include "ngspice/cpdefs.h"
#include "ngspice/fteext.h" #include "ngspice/fteext.h"

View File

@ -2,7 +2,7 @@
* com_unset.c * com_unset.c
************/ ************/
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/macros.h" #include "ngspice/macros.h"

View File

@ -8,7 +8,7 @@ Modified 1999 Emmanuel Rouat
* The main entry point for the help system. * The main entry point for the help system.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpstd.h" #include "ngspice/cpstd.h"
#include "ngspice/hlpdefs.h" #include "ngspice/hlpdefs.h"

View File

@ -12,7 +12,7 @@ Modified 1999 Emmanuel Rouat
* Toss the help window up on the screen, and deal with the graph... * Toss the help window up on the screen, and deal with the graph...
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpstd.h" #include "ngspice/cpstd.h"
#include "ngspice/hlpdefs.h" #include "ngspice/hlpdefs.h"

View File

@ -11,7 +11,7 @@ Modified 1999 Emmanuel Rouat
* when a complete match is not found - additional code based on code in MacSpice. * when a complete match is not found - additional code based on code in MacSpice.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpstd.h" #include "ngspice/cpstd.h"
#include "ngspice/hlpdefs.h" #include "ngspice/hlpdefs.h"

View File

@ -4,7 +4,7 @@ Author: Jeffrey M. Hsu
Modified 1999 Emmanuel Rouat Modified 1999 Emmanuel Rouat
**********/ **********/
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#ifndef X_DISPLAY_MISSING #ifndef X_DISPLAY_MISSING

View File

@ -4,7 +4,7 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
Modified 1999 Emmanuel Rouat Modified 1999 Emmanuel Rouat
**********/ **********/
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpstd.h" #include "ngspice/cpstd.h"
#include "ngspice/hlpdefs.h" #include "ngspice/hlpdefs.h"

View File

@ -12,7 +12,7 @@
#include <math.h> #include <math.h>
#include <stdarg.h> #include <stdarg.h>
#include "config.h" #include "ngspice/config.h"
#ifdef HAS_WINDOWS #ifdef HAS_WINDOWS
#include "ngspice/wstdio.h" #include "ngspice/wstdio.h"
#endif #endif

View File

@ -8,7 +8,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* Do backquote substitution on a word list. * Do backquote substitution on a word list.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpdefs.h" #include "ngspice/cpdefs.h"
#include "backq.h" #include "backq.h"

View File

@ -13,7 +13,7 @@ Modified: 1999 Paolo Nenzi
* filename completion. * filename completion.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpdefs.h" #include "ngspice/cpdefs.h"
#include "complete.h" #include "complete.h"

View File

@ -7,7 +7,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* Expand global characters. * Expand global characters.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpdefs.h" #include "ngspice/cpdefs.h"
#include "glob.h" #include "glob.h"

View File

@ -6,7 +6,7 @@ Author: 1988 Jeffrey M. Hsu
/* /*
* Stand-alone input routine. * Stand-alone input routine.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include <errno.h> #include <errno.h>

View File

@ -7,7 +7,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* Initial lexer. * Initial lexer.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpdefs.h" #include "ngspice/cpdefs.h"

View File

@ -5,7 +5,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
/* This routine parses a number. */ /* This routine parses a number. */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"
#include "ngspice/ftedefs.h" #include "ngspice/ftedefs.h"

View File

@ -8,7 +8,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* Most moved to MISC/ * Most moved to MISC/
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpstd.h" #include "ngspice/cpstd.h"

View File

@ -7,7 +7,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* Routines to do execution of unix commands. * Routines to do execution of unix commands.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpdefs.h" #include "ngspice/cpdefs.h"
#include "unixcom.h" #include "unixcom.h"

View File

@ -1,5 +1,5 @@
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include <config.h> #include "ngspice/config.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"
#include "ngspice/wordlist.h" #include "ngspice/wordlist.h"
#include "ngspice/graph.h" #include "ngspice/graph.h"

View File

@ -12,7 +12,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* Others: Use original code with sbrk(0) and some "ugly hacks" * Others: Use original code with sbrk(0) and some "ugly hacks"
*/ */
#include "config.h" #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpdefs.h" #include "ngspice/cpdefs.h"
#include "ngspice/ftedefs.h" #include "ngspice/ftedefs.h"

View File

@ -2,7 +2,7 @@
* streams.c * streams.c
************/ ************/
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/wordlist.h" #include "ngspice/wordlist.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"

View File

@ -9,7 +9,7 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
* can be written for every possible machine... * can be written for every possible machine...
*/ */
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "config.h" #include "ngspice/config.h"
#include <stdarg.h> #include <stdarg.h>

View File

@ -2,7 +2,7 @@
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/ **********/
#include <config.h> #include "ngspice/config.h"
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,7 +1,7 @@
#ifndef _COMPATMODE_H #ifndef _COMPATMODE_H
#define _COMPATMODE_H #define _COMPATMODE_H
#include <config.h> #include "ngspice/config.h"
typedef enum { typedef enum {
COMPATMODE_NATIVE = 0, COMPATMODE_NATIVE = 0,

View File

@ -11,7 +11,7 @@ Modified: 1999 Paolo Nenzi - 2000 AlansFixes
#ifndef FTEext_h #ifndef FTEext_h
#define FTEext_h #define FTEext_h
#include <config.h> #include "ngspice/config.h"
/* needed to find out what the interface structures look like */ /* needed to find out what the interface structures look like */
#include "ngspice/typedefs.h" #include "ngspice/typedefs.h"

View File

@ -7,7 +7,7 @@ Modified 1999 Emmanuel Rouat - 2000 AlansFixes
/* /*
* Definitions for the help system. * Definitions for the help system.
*/ */
# include <config.h> #include "ngspice/config.h"

View File

@ -17,7 +17,7 @@
# define _GNU_SOURCE # define _GNU_SOURCE
#endif #endif
#include "config.h" #include "ngspice/config.h"
#include <stddef.h> #include <stddef.h>
#ifdef HAVE_LIMITS_H #ifdef HAVE_LIMITS_H

View File

@ -3,7 +3,7 @@
* 1999 E. Rouat * 1999 E. Rouat
************/ ************/
#include "config.h" #include "ngspice/config.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"
#ifndef STRING_H_INCLUDED #ifndef STRING_H_INCLUDED

View File

@ -2,7 +2,7 @@
#include <math.h> #include <math.h>
#include <float.h> #include <float.h>
#include <config.h> #include "ngspice/config.h"
#include "ngspice/memory.h" #include "ngspice/memory.h"
#include "ngspice/dvec.h" #include "ngspice/dvec.h"
#include "ngspice/complex.h" #include "ngspice/complex.h"

View File

@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
#include <config.h> #include "ngspice/config.h"
#include "ngspice/memory.h" #include "ngspice/memory.h"
#include "ngspice/dvec.h" #include "ngspice/dvec.h"
#include "ngspice/complex.h" #include "ngspice/complex.h"

View File

@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
#include <config.h> #include "ngspice/config.h"
#include "ngspice/memory.h" #include "ngspice/memory.h"
#include "ngspice/dvec.h" #include "ngspice/dvec.h"
#include "ngspice/complex.h" #include "ngspice/complex.h"

View File

@ -2,7 +2,7 @@
#include <math.h> #include <math.h>
#include <float.h> #include <float.h>
#include <config.h> #include "ngspice/config.h"
#include "ngspice/memory.h" #include "ngspice/memory.h"
#include "ngspice/dvec.h" #include "ngspice/dvec.h"
#include "ngspice/complex.h" #include "ngspice/complex.h"

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpdefs.h" #include "ngspice/cpdefs.h"

View File

@ -94,7 +94,7 @@
* Spice3's matrix macro definitions. * Spice3's matrix macro definitions.
*/ */
#include <config.h> #include "ngspice/config.h"
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include <math.h> #include <math.h>

View File

@ -1,5 +1,5 @@
/* Modified: 2000 AlansFixes */ /* Modified: 2000 AlansFixes */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "dup2.h" #include "dup2.h"

View File

@ -6,7 +6,7 @@ Copyright 1990 Regents of the University of California. All rights reserved.
* Date and time utility functions * Date and time utility functions
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include <string.h> #include <string.h>
#include "misc_time.h" #include "misc_time.h"

View File

@ -5,7 +5,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
/* Wordlist manipulation stuff. */ /* Wordlist manipulation stuff. */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/bool.h" #include "ngspice/bool.h"
#include "ngspice/wordlist.h" #include "ngspice/wordlist.h"

View File

@ -7,7 +7,7 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
* The main routine for the help system in stand-alone mode. * The main routine for the help system in stand-alone mode.
*/ */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/cpdefs.h" #include "ngspice/cpdefs.h"
#include "ngspice/hlpdefs.h" #include "ngspice/hlpdefs.h"

View File

@ -1,5 +1,5 @@
/* Configuration file for nutmeg */ /* Configuration file for nutmeg */
#include <config.h> #include "ngspice/config.h"
/* /*
* Devices * Devices

View File

@ -3,7 +3,7 @@ Copyright 1990 Regents of the University of California. All rights reserved.
**********/ **********/
/* convert .process file to set of .model cards */ /* convert .process file to set of .model cards */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,5 +1,5 @@
/* Configuration file for ng-spice */ /* Configuration file for ng-spice */
#include <config.h> #include "ngspice/config.h"
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,4 @@
#include <config.h> #include "ngspice/config.h"
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/jobdefs.h" #include "ngspice/jobdefs.h"

View File

@ -19,7 +19,7 @@
#include "../../frontend/fourier.h" #include "../../frontend/fourier.h"
#include "../../frontend/variable.h" #include "../../frontend/variable.h"
#include "config.h" #include "ngspice/config.h"
#include "cktaccept.h" #include "cktaccept.h"
#include "ngspice/trandefs.h" #include "ngspice/trandefs.h"
#include "ngspice/fteext.h" #include "ngspice/fteext.h"

View File

@ -8,7 +8,7 @@ Modified: 2000 AlansFixes
--- ONLY, unlike spice2 routine with the same name! */ --- ONLY, unlike spice2 routine with the same name! */
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "config.h" #include "ngspice/config.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "cktaccept.h" #include "cktaccept.h"
#include "ngspice/trandefs.h" #include "ngspice/trandefs.h"

View File

@ -23,7 +23,7 @@
<!DOCTYPE admst SYSTEM "admst.dtd"> <!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst"> <admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code"> <admst:template match="code">
#include "config.h" #include "ngspice/config.h"
#include &quot;ngspice/devdefs.h&quot; #include &quot;ngspice/devdefs.h&quot;

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -8,7 +8,7 @@ Author: 1985 Thomas L. Quarles
* this is a driver program to iterate through all the various accept * this is a driver program to iterate through all the various accept
* functions provided for the circuit elements in the given circuit */ * functions provided for the circuit elements in the given circuit */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"
#include "ngspice/ifsim.h" #include "ngspice/ifsim.h"

View File

@ -7,7 +7,7 @@ Author: 1985 Thomas L. Quarles
* *
* Ask questions about a specified device. */ * Ask questions about a specified device. */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"

View File

@ -9,7 +9,7 @@ Author: 1985 Thomas L. Quarles
* in the specified circuit. */ * in the specified circuit. */
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include <config.h> #include "ngspice/config.h"
#include <stdio.h> #include <stdio.h>
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"

View File

@ -8,7 +8,7 @@ Author: 1985 Thomas L. Quarles
* Create a device of the specified type, with the given name, using * Create a device of the specified type, with the given name, using
* the specified model in the named circuit. */ * the specified model in the named circuit. */
#include <config.h> #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"

View File

@ -3,7 +3,7 @@ Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles Author: 1985 Thomas L. Quarles
**********/ **********/
#include <config.h> #include "ngspice/config.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "ngspice/sperror.h" #include "ngspice/sperror.h"

View File

@ -4,7 +4,7 @@ Author: 1985 Thomas L. Quarles
Modifed: 2000 AlansFixes Modifed: 2000 AlansFixes
**********/ **********/
#include "config.h" #include "ngspice/config.h"
#include "ngspice/memory.h" #include "ngspice/memory.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,6 +1,6 @@
/* Modified: 2000 AlansFixes */ /* Modified: 2000 AlansFixes */
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -28,7 +28,7 @@
* ENHANCEMENTS, OR MODIFICATIONS. */ * ENHANCEMENTS, OR MODIFICATIONS. */
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "config.h" #include "ngspice/config.h"
#include "assert.h" #include "assert.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "ngspice/cktdefs.h" #include "ngspice/cktdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

View File

@ -1,4 +1,4 @@
#include "config.h" #include "ngspice/config.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"

Some files were not shown because too many files have changed in this diff Show More