1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 #define HAVE_DLFCN_H 1
6 
7 /* Define to 1 if you have the `erfc' function. */
8 #define HAVE_ERFC 1
9 
10 /* Define to 1 if you have the <float.h> header file. */
11 #define HAVE_FLOAT_H 1
12 
13 /* Define to 1 if you have the `floor' function. */
14 #define HAVE_FLOOR 1
15 
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1
18 
19 /* Define to 1 if you have the `gsl' library (-lgsl). */
20 #define HAVE_LIBGSL 1
21 
22 /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
23 #define HAVE_LIBGSLCBLAS 1
24 
25 /* Define to 1 if you have the `lapack' library (-llapack). */
26 #define HAVE_LIBLAPACK 1
27 
28 /* Define to 1 if you have the `m' library (-lm). */
29 #define HAVE_LIBM 1
30 
31 /* Define to 1 if you have the `sbml' library (-lsbml). */
32 #define HAVE_LIBSBML 1
33 
34 /* Define to 1 if you have the `sundials_cvodes' library (-lsundials_cvodes).
35    */
36 #define HAVE_LIBSUNDIALS_CVODES 1
37 
38 /* Define to 1 if you have the `sundials_nvecserial' library
39    (-lsundials_nvecserial). */
40 #define HAVE_LIBSUNDIALS_NVECSERIAL 1
41 
42 /* Define to 1 if you have the <limits.h> header file. */
43 #define HAVE_LIMITS_H 1
44 
45 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
46    to 0 otherwise. */
47 #define HAVE_MALLOC 1
48 
49 /* Define to 1 if you have the <memory.h> header file. */
50 #define HAVE_MEMORY_H 1
51 
52 /* Define to 1 if you have the `modf' function. */
53 #define HAVE_MODF 1
54 
55 /* Define to 1 if you have the `nextafter' function. */
56 #define HAVE_NEXTAFTER 1
57 
58 /* Define to 1 if you have the `pow' function. */
59 #define HAVE_POW 1
60 
61 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
62    and to 0 otherwise. */
63 #define HAVE_REALLOC 1
64 
65 /* Define to 1 if you have the `sqrt' function. */
66 #define HAVE_SQRT 1
67 
68 /* Define to 1 if you have the <stdint.h> header file. */
69 #define HAVE_STDINT_H 1
70 
71 /* Define to 1 if you have the <stdlib.h> header file. */
72 #define HAVE_STDLIB_H 1
73 
74 /* Define to 1 if you have the `strchr' function. */
75 #define HAVE_STRCHR 1
76 
77 /* Define to 1 if you have the <strings.h> header file. */
78 #define HAVE_STRINGS_H 1
79 
80 /* Define to 1 if you have the <string.h> header file. */
81 #define HAVE_STRING_H 1
82 
83 /* Define to 1 if you have the <sys/stat.h> header file. */
84 #define HAVE_SYS_STAT_H 1
85 
86 /* Define to 1 if you have the <sys/types.h> header file. */
87 #define HAVE_SYS_TYPES_H 1
88 
89 /* Define to 1 if you have the <unistd.h> header file. */
90 #define HAVE_UNISTD_H 1
91 
92 /* Define to the sub-directory where libtool stores uninstalled libraries. */
93 #define LT_OBJDIR ".libs/"
94 
95 /* Name of package */
96 #define PACKAGE "mcsim"
97 
98 /* Define to the address where bug reports for this package should be sent. */
99 #define PACKAGE_BUGREPORT "bug-mcsim@gnu.org"
100 
101 /* Define to the full name of this package. */
102 #define PACKAGE_NAME "mcsim"
103 
104 /* Define to the full name and version of this package. */
105 #define PACKAGE_STRING "mcsim 6.2.0"
106 
107 /* Define to the one symbol short name of this package. */
108 #define PACKAGE_TARNAME "mcsim"
109 
110 /* Define to the home page for this package. */
111 #define PACKAGE_URL ""
112 
113 /* Define to the version of this package. */
114 #define PACKAGE_VERSION "6.2.0"
115 
116 /* Define to 1 if you have the ANSI C header files. */
117 #define STDC_HEADERS 1
118 
119 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
120 /* #undef TM_IN_SYS_TIME */
121 
122 /* Version number of package */
123 #define VERSION "6.2.0"
124 
125 /* Define to empty if `const' does not conform to ANSI C. */
126 /* #undef const */
127 
128 /* Define to rpl_malloc if the replacement function should be used. */
129 /* #undef malloc */
130 
131 /* Define to rpl_realloc if the replacement function should be used. */
132 /* #undef realloc */
133