Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
config.h
Go to the documentation of this file.
1 /* src/Common/config.h. Generated by configure. */
2 /* src/Common/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if the inexact linear solver option is included */
5 /* #undef BUILD_INEXACT */
6 
7 /* Define to be the name of C-function for Inf check */
8 #define COIN_C_FINITE finite
9 
10 /* Define to 1 if the ASL package is available */
11 /* #undef COIN_HAS_ASL */
12 
13 /* If defined, the BLAS Library is available. */
14 #define COIN_HAS_BLAS 1
15 
16 /* Define to 1 if the HSL package is available */
17 /* #undef COIN_HAS_HSL */
18 
19 /* If defined, the LAPACK Library is available. */
20 #define COIN_HAS_LAPACK 1
21 
22 /* Define to 1 if the Mumps package is available */
23 /* #undef COIN_HAS_MUMPS */
24 
25 /* Define to the debug sanity check level (0 is no test) */
26 #define COIN_IPOPT_CHECKLEVEL 0
27 
28 /* Define to the debug verbosity level (0 is no output) */
29 #define COIN_IPOPT_VERBOSITY 0
30 
31 /* Define to dummy `main' function (if any) required to link to the Fortran
32  libraries. */
33 /* #undef F77_DUMMY_MAIN */
34 
35 /* Define to a macro mangling the given C identifier (in lower and upper
36  case), which must not contain underscores, for linking with Fortran. */
37 #define F77_FUNC(name,NAME) name ## _
38 
39 /* As F77_FUNC, but for C identifiers containing underscores. */
40 #define F77_FUNC_(name,NAME) name ## _
41 
42 /* Define if F77 and FC dummy `main' functions are identical. */
43 /* #undef FC_DUMMY_MAIN_EQ_F77 */
44 
45 /* Define to the C type corresponding to Fortran INTEGER */
46 #define FORTRAN_INTEGER_TYPE int
47 
48 /* Define to 1 if you have the <assert.h> header file. */
49 /* #undef HAVE_ASSERT_H */
50 
51 /* Define to 1 if you have the <cassert> header file. */
52 #define HAVE_CASSERT 1
53 
54 /* Define to 1 if you have the <cctype> header file. */
55 #define HAVE_CCTYPE 1
56 
57 /* Define to 1 if you have the <cfloat> header file. */
58 #define HAVE_CFLOAT 1
59 
60 /* Define to 1 if you have the <cieeefp> header file. */
61 /* #undef HAVE_CIEEEFP */
62 
63 /* Define to 1 if you have the <cmath> header file. */
64 #define HAVE_CMATH 1
65 
66 /* Define to 1 if you have the <cstdarg> header file. */
67 #define HAVE_CSTDARG 1
68 
69 /* Define to 1 if you have the <cstddef> header file. */
70 #define HAVE_CSTDDEF 1
71 
72 /* Define to 1 if you have the <cstdio> header file. */
73 #define HAVE_CSTDIO 1
74 
75 /* Define to 1 if you have the <cstdlib> header file. */
76 #define HAVE_CSTDLIB 1
77 
78 /* Define to 1 if you have the <cstring> header file. */
79 #define HAVE_CSTRING 1
80 
81 /* Define to 1 if you have the <ctime> header file. */
82 #define HAVE_CTIME 1
83 
84 /* Define to 1 if you have the <ctype.h> header file. */
85 /* #undef HAVE_CTYPE_H */
86 
87 /* Define to 1 if you have the <dlfcn.h> header file. */
88 #define HAVE_DLFCN_H 1
89 
90 /* Define to 1 if function drand48 is available */
91 #define HAVE_DRAND48 1
92 
93 /* Define to 1 if you have the <float.h> header file. */
94 /* #undef HAVE_FLOAT_H */
95 
96 /* Define to 1 if you have the <ieeefp.h> header file. */
97 /* #undef HAVE_IEEEFP_H */
98 
99 /* Define to 1 if you have the <inttypes.h> header file. */
100 #define HAVE_INTTYPES_H 1
101 
102 /* Define to 1 if the linear solver loader should be compiled to allow dynamic
103  loading of shared libraries with linear solvers */
104 #define HAVE_LINEARSOLVERLOADER 1
105 
106 /* Define to 1 if you have the <math.h> header file. */
107 /* #undef HAVE_MATH_H */
108 
109 /* Define to 1 if you have the <memory.h> header file. */
110 #define HAVE_MEMORY_H 1
111 
112 /* Define to 1 if you have the `MPI_Initialized' function. */
113 /* #undef HAVE_MPI_INITIALIZED */
114 
115 /* Define to 1 if Pardiso is available */
116 /* #undef HAVE_PARDISO */
117 
118 /* Define to 1 if you are using Pardiso from MKL */
119 /* #undef HAVE_PARDISO_MKL */
120 
121 /* Define to 1 if you are not using at least a 4.0 version of Pardiso */
122 /* #undef HAVE_PARDISO_OLDINTERFACE */
123 
124 /* Define to 1 if you are using the parallel version of Pardiso */
125 /* #undef HAVE_PARDISO_PARALLEL */
126 
127 /* Define to 1 if function rand is available */
128 #define HAVE_RAND 1
129 
130 /* Define to 1 if you have the `snprintf' function. */
131 #define HAVE_SNPRINTF 1
132 
133 /* Define to 1 if you have the <stdarg.h> header file. */
134 /* #undef HAVE_STDARG_H */
135 
136 /* Define to 1 if you have the <stddef.h> header file. */
137 /* #undef HAVE_STDDEF_H */
138 
139 /* Define to 1 if you have the <stdint.h> header file. */
140 #define HAVE_STDINT_H 1
141 
142 /* Define to 1 if you have the <stdio.h> header file. */
143 /* #undef HAVE_STDIO_H */
144 
145 /* Define to 1 if you have the <stdlib.h> header file. */
146 #define HAVE_STDLIB_H 1
147 
148 /* Define to 1 if function std::rand is available */
149 #define HAVE_STD__RAND 1
150 
151 /* Define to 1 if you have the <strings.h> header file. */
152 #define HAVE_STRINGS_H 1
153 
154 /* Define to 1 if you have the <string.h> header file. */
155 #define HAVE_STRING_H 1
156 
157 /* Define to 1 if you have the <sys/stat.h> header file. */
158 #define HAVE_SYS_STAT_H 1
159 
160 /* Define to 1 if you have the <sys/types.h> header file. */
161 #define HAVE_SYS_TYPES_H 1
162 
163 /* Define to 1 if you have the <time.h> header file. */
164 /* #undef HAVE_TIME_H */
165 
166 /* Define to 1 if you have the <unistd.h> header file. */
167 #define HAVE_UNISTD_H 1
168 
169 /* Define to 1 if va_copy is available */
170 #define HAVE_VA_COPY 1
171 
172 /* Define to 1 if you have the `vsnprintf' function. */
173 #define HAVE_VSNPRINTF 1
174 
175 /* Define to 1 if you have the <windows.h> header file. */
176 /* #undef HAVE_WINDOWS_H */
177 
178 /* Define to 1 if WSMP is available */
179 /* #undef HAVE_WSMP */
180 
181 /* Define to 1 if you have the `_snprintf' function. */
182 /* #undef HAVE__SNPRINTF */
183 
184 /* Define to 1 if you have the `_vsnprintf' function. */
185 /* #undef HAVE__VSNPRINTF */
186 
187 /* SVN revision number of project */
188 /* #undef IPOPT_SVN_REV */
189 
190 /* Version number of project */
191 #define IPOPT_VERSION "3.12.12"
192 
193 /* Major Version number of project */
194 #define IPOPT_VERSION_MAJOR 3
195 
196 /* Minor Version number of project */
197 #define IPOPT_VERSION_MINOR 12
198 
199 /* Release Version number of project */
200 #define IPOPT_VERSION_RELEASE 12
201 
202 /* Name of package */
203 #define PACKAGE "ipopt"
204 
205 /* Define to the address where bug reports for this package should be sent. */
206 #define PACKAGE_BUGREPORT "http://projects.coin-or.org/Ipopt/newticket"
207 
208 /* Define to the full name of this package. */
209 #define PACKAGE_NAME "Ipopt"
210 
211 /* Define to the full name and version of this package. */
212 #define PACKAGE_STRING "Ipopt 3.12.12"
213 
214 /* Define to the one symbol short name of this package. */
215 #define PACKAGE_TARNAME "ipopt"
216 
217 /* Define to the version of this package. */
218 #define PACKAGE_VERSION "3.12.12"
219 
220 /* Set to extension for shared libraries in quotes. */
221 #define SHAREDLIBEXT "so"
222 
223 /* The size of a `int *', as computed by sizeof. */
224 #define SIZEOF_INT_P 8
225 
226 /* Define to 1 if you have the ANSI C header files. */
227 #define STDC_HEADERS 1
228 
229 /* Version number of package */
230 #define VERSION "3.12.12"