1 
2 /* config.h.  Generated by configure.  */
3 /* config.h.in.  Generated from configure.in by autoheader.  */
4 
5 /* Define to a macro mangling the given C identifier (in lower and upper
6    case), which must not contain underscores, for linking with Fortran. */
7 #define F77_FUNC(name,NAME) NAME
8 
9 /* As F77_FUNC, but for C identifiers containing underscores. */
10 #define F77_FUNC_(name,NAME) NAME
11 
12 /* Define to the address where bug reports for this package should be sent. */
13 #define PACKAGE_BUGREPORT "devel@ssisc.org"
14 
15 /* Define to the full name of this package. */
16 #define PACKAGE_NAME "lis"
17 
18 /* Define to the full name and version of this package. */
19 #define PACKAGE_STRING "lis 2.0.30"
20 
21 /* Define to the one symbol short name of this package. */
22 #define PACKAGE_TARNAME "lis"
23 
24 /* Define to the version of this package. */
25 #define PACKAGE_VERSION "2.0.30"
26 
27