/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group **********/ #ifndef ngspice_FTEINP_H #define ngspice_FTEINP_H #include "ngspice/inpdefs.h" /* Listing types. */ #define LS_LOGICAL 1 #define LS_PHYSICAL 2 #define LS_DECK 3 #define LS_RUNABLE 4 #endif