1 /* ADOL-C/src/config.h.  Generated from config.h.in by configure.  */
2 /* ADOL-C/src/config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* ADOL-C adouble late initialization mode */
5 /* #undef ADOLC_ADOUBLE_LATEINIT */
6 
7 /* ADOL-C adouble zeroing mode */
8 #define ADOLC_ADOUBLE_STDCZERO 1
9 
10 /* defined if adjoinable MPI support is to be compiled in */
11 /* #undef ADOLC_AMPI_SUPPORT */
12 
13 /* ADOL-C debug mode */
14 /* #undef ADOLC_DEBUG */
15 
16 /* ADOL-C hard debug mode */
17 /* #undef ADOLC_HARDDEBUG */
18 
19 /* ADOL-C Patchlevel */
20 #define ADOLC_PATCHLEVEL 2
21 
22 /* ADOL-C Subversion */
23 #define ADOLC_SUBVERSION 7
24 
25 /* ADOL-C tape_doc routine computes values */
26 #define ADOLC_TAPE_DOC_VALUES 1
27 
28 /* ADOL-C thread save errno mode */
29 /* #undef ADOLC_THREADSAVE_ERRNO */
30 
31 /* Use calloc instead of malloc for memory allocation */
32 #define ADOLC_USE_CALLOC 1
33 
34 /* ADOL-C Version */
35 #define ADOLC_VERSION 2
36 
37 /* Boost pool should not assume multithreading */
38 #define BOOST_POOL_NO_MT 1
39 
40 /* define if the Boost library is available */
41 #define HAVE_BOOST
42 
43 /* Define to 1 if you have the <boost/pool/pool_alloc.hpp> header file. */
44 #define HAVE_BOOST_POOL_POOL_ALLOC_HPP 1
45 
46 /* define if the Boost::System library is available */
47 #define HAVE_BOOST_SYSTEM
48 
49 /* Define if the compiler provides __builtin_expect */
50 #define HAVE_BUILTIN_EXPECT 0
51 
52 /* define if the compiler supports basic C++11 syntax */
53 #define HAVE_CXX11 1
54 
55 /* Define to 1 if you have the <dlfcn.h> header file. */
56 #define HAVE_DLFCN_H 1
57 
58 /* Define to 1 if you have the `floor' function. */
59 #define HAVE_FLOOR 1
60 
61 /* Define to 1 if you have the `fmax' function. */
62 #define HAVE_FMAX 1
63 
64 /* Define to 1 if you have the `fmin' function. */
65 #define HAVE_FMIN 1
66 
67 /* Define to 1 if you have the `ftime' function. */
68 #define HAVE_FTIME 1
69 
70 /* Define to 1 if you have the <inttypes.h> header file. */
71 #define HAVE_INTTYPES_H 1
72 
73 /* Define 1 if ColPack is available */
74 /* #undef HAVE_LIBCOLPACK */
75 
76 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
77    to 0 otherwise. */
78 #define HAVE_MALLOC 1
79 
80 /* Define to 1 if you have the <memory.h> header file. */
81 #define HAVE_MEMORY_H 1
82 
83 /* Define to 1 if you have the `pow' function. */
84 #define HAVE_POW 1
85 
86 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
87    and to 0 otherwise. */
88 #define HAVE_REALLOC 1
89 
90 /* Define to 1 if you have the `sqrt' function. */
91 #define HAVE_SQRT 1
92 
93 /* Define to 1 if stdbool.h conforms to C99. */
94 #define HAVE_STDBOOL_H 1
95 
96 /* Define to 1 if you have the <stddef.h> header file. */
97 #define HAVE_STDDEF_H 1
98 
99 /* Define to 1 if you have the <stdint.h> header file. */
100 #define HAVE_STDINT_H 1
101 
102 /* Define to 1 if you have the <stdio.h> header file. */
103 #define HAVE_STDIO_H 1
104 
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #define HAVE_STDLIB_H 1
107 
108 /* Define to 1 if you have the `strchr' function. */
109 #define HAVE_STRCHR 1
110 
111 /* Define to 1 if you have the <strings.h> header file. */
112 #define HAVE_STRINGS_H 1
113 
114 /* Define to 1 if you have the <string.h> header file. */
115 #define HAVE_STRING_H 1
116 
117 /* Define to 1 if you have the `strtol' function. */
118 #define HAVE_STRTOL 1
119 
120 /* Define to 1 if you have the <sys/stat.h> header file. */
121 #define HAVE_SYS_STAT_H 1
122 
123 /* Define to 1 if you have the <sys/timeb.h> header file. */
124 #define HAVE_SYS_TIMEB_H 1
125 
126 /* Define to 1 if you have the <sys/types.h> header file. */
127 #define HAVE_SYS_TYPES_H 1
128 
129 /* Define to 1 if you have the `trunc' function. */
130 #define HAVE_TRUNC 1
131 
132 /* Define to 1 if you have the <unistd.h> header file. */
133 /* #undef HAVE_UNISTD_H */
134 
135 /* Define to 1 if the system has the type `_Bool'. */
136 #define HAVE__BOOL 1
137 
138 /* Define to the sub-directory in which libtool stores uninstalled libraries.
139    */
140 #define LT_OBJDIR ".libs/"
141 
142 /* Name of package */
143 #define PACKAGE "adolc"
144 
145 /* Define to the address where bug reports for this package should be sent. */
146 #define PACKAGE_BUGREPORT "adol-c@list.coin-or.org"
147 
148 /* Define to the full name of this package. */
149 #define PACKAGE_NAME "adolc"
150 
151 /* Define to the full name and version of this package. */
152 #define PACKAGE_STRING "adolc 2.7.2"
153 
154 /* Define to the one symbol short name of this package. */
155 #define PACKAGE_TARNAME "adolc"
156 
157 /* Define to the home page for this package. */
158 #define PACKAGE_URL ""
159 
160 /* Define to the version of this package. */
161 #define PACKAGE_VERSION "2.7.2"
162 
163 /* The size of `void *', as computed by sizeof. */
164 #define SIZEOF_VOID_P 8
165 
166 /* Define 1 if sparse derivative propagation is to be enabled */
167 /* #undef SPARSE */
168 
169 /* Define to 1 if you have the ANSI C header files. */
170 #define STDC_HEADERS 1
171 
172 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
173 #define TIME_WITH_SYS_TIME 1
174 
175 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
176 /* #undef TM_IN_SYS_TIME */
177 
178 /* Version number of package */
179 #define VERSION "2.7.2"
180 
181 /* Define to rpl_calloc if the replacement function should be used. */
182 /* #define calloc rpl_calloc */
183 
184 /* Define to empty if `const' does not conform to ANSI C. */
185 /* #undef const */
186 
187 /* Define to `__inline__' or `__inline' if that's what the C compiler
188    calls it, or to nothing if 'inline' is not supported under any name.  */
189 #ifndef __cplusplus
190 /* #undef inline */
191 #endif
192 
193 /* Define to rpl_malloc if the replacement function should be used. */
194 /* #define malloc rpl_malloc */
195 
196 /* Define to rpl_realloc if the replacement function should be used. */
197 /* #define realloc rpl_realloc */
198 
199 /* Define to `unsigned int' if <sys/types.h> does not define. */
200 /* #undef size_t */
201