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 zeroing mode */ |
---|
5 | /* #undef ADOLC_ADOUBLE_STDCZERO */ |
---|
6 | |
---|
7 | /* ADOL-C debug mode */ |
---|
8 | /* #undef ADOLC_DEBUG */ |
---|
9 | |
---|
10 | /* ADOL-C hard debug mode */ |
---|
11 | /* #undef ADOLC_HARDDEBUG */ |
---|
12 | |
---|
13 | /* ADOL-C Patchlevel */ |
---|
14 | #define ADOLC_PATCHLEVEL 0 |
---|
15 | |
---|
16 | /* ADOL-C safe extern mode */ |
---|
17 | /* #undef ADOLC_SAFE_EXTERN */ |
---|
18 | |
---|
19 | /* ADOL-C Subversion */ |
---|
20 | #define ADOLC_SUBVERSION 3 |
---|
21 | |
---|
22 | /* ADOL-C thread save errno mode */ |
---|
23 | /* #undef ADOLC_THREADSAVE_ERRNO */ |
---|
24 | |
---|
25 | /* ADOL-C Version */ |
---|
26 | #define ADOLC_VERSION 2 |
---|
27 | |
---|
28 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
---|
29 | #define HAVE_DLFCN_H 1 |
---|
30 | |
---|
31 | /* Define to 1 if you have the `floor' function. */ |
---|
32 | #define HAVE_FLOOR 1 |
---|
33 | |
---|
34 | /* Define to 1 if you have the `ftime' function. */ |
---|
35 | #define HAVE_FTIME 1 |
---|
36 | |
---|
37 | /* Define to 1 if you have the <inttypes.h> header file. */ |
---|
38 | #define HAVE_INTTYPES_H 1 |
---|
39 | |
---|
40 | /* Define 1 if ColPack is available */ |
---|
41 | #define HAVE_LIBCOLPACK 1 |
---|
42 | |
---|
43 | /* Define to 1 if you have the `m' library (-lm). */ |
---|
44 | #define HAVE_LIBM 1 |
---|
45 | |
---|
46 | /* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
---|
47 | to 0 otherwise. */ |
---|
48 | #define HAVE_MALLOC 0 |
---|
49 | |
---|
50 | /* Define to 1 if you have the <memory.h> header file. */ |
---|
51 | #define HAVE_MEMORY_H 1 |
---|
52 | |
---|
53 | /* Define to 1 if you have the `pow' function. */ |
---|
54 | #define HAVE_POW 1 |
---|
55 | |
---|
56 | /* Define to 1 if your system has a GNU libc compatible `realloc' function, |
---|
57 | and to 0 otherwise. */ |
---|
58 | #define HAVE_REALLOC 0 |
---|
59 | |
---|
60 | /* Define to 1 if you have the `sqrt' function. */ |
---|
61 | #define HAVE_SQRT 1 |
---|
62 | |
---|
63 | /* Define to 1 if stdbool.h conforms to C99. */ |
---|
64 | #define HAVE_STDBOOL_H 1 |
---|
65 | |
---|
66 | /* Define to 1 if you have the <stddef.h> header file. */ |
---|
67 | #define HAVE_STDDEF_H 1 |
---|
68 | |
---|
69 | /* Define to 1 if you have the <stdint.h> header file. */ |
---|
70 | #define HAVE_STDINT_H 1 |
---|
71 | |
---|
72 | /* Define to 1 if you have the <stdio.h> header file. */ |
---|
73 | #define HAVE_STDIO_H 1 |
---|
74 | |
---|
75 | /* Define to 1 if you have the <stdlib.h> header file. */ |
---|
76 | #define HAVE_STDLIB_H 1 |
---|
77 | |
---|
78 | /* Define to 1 if you have the `strchr' function. */ |
---|
79 | #define HAVE_STRCHR 1 |
---|
80 | |
---|
81 | /* Define to 1 if you have the <strings.h> header file. */ |
---|
82 | #define HAVE_STRINGS_H 1 |
---|
83 | |
---|
84 | /* Define to 1 if you have the <string.h> header file. */ |
---|
85 | #define HAVE_STRING_H 1 |
---|
86 | |
---|
87 | /* Define to 1 if you have the `strtol' function. */ |
---|
88 | #define HAVE_STRTOL 1 |
---|
89 | |
---|
90 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
---|
91 | #define HAVE_SYS_STAT_H 1 |
---|
92 | |
---|
93 | /* Define to 1 if you have the <sys/timeb.h> header file. */ |
---|
94 | #define HAVE_SYS_TIMEB_H 1 |
---|
95 | |
---|
96 | /* Define to 1 if you have the <sys/types.h> header file. */ |
---|
97 | #define HAVE_SYS_TYPES_H 1 |
---|
98 | |
---|
99 | /* Define to 1 if you have the <unistd.h> header file. */ |
---|
100 | /* #undef HAVE_UNISTD_H */ |
---|
101 | |
---|
102 | /* Define to 1 if the system has the type `_Bool'. */ |
---|
103 | #define HAVE__BOOL 1 |
---|
104 | |
---|
105 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
---|
106 | */ |
---|
107 | #define LT_OBJDIR ".libs/" |
---|
108 | |
---|
109 | /* Name of package */ |
---|
110 | #define PACKAGE "adolc" |
---|
111 | |
---|
112 | /* Define to the address where bug reports for this package should be sent. */ |
---|
113 | #define PACKAGE_BUGREPORT "adol-c@list.coin-or.org" |
---|
114 | |
---|
115 | /* Define to the full name of this package. */ |
---|
116 | #define PACKAGE_NAME "adolc" |
---|
117 | |
---|
118 | /* Define to the full name and version of this package. */ |
---|
119 | #define PACKAGE_STRING "adolc 2.3.0-trunk" |
---|
120 | |
---|
121 | /* Define to the one symbol short name of this package. */ |
---|
122 | #define PACKAGE_TARNAME "adolc" |
---|
123 | |
---|
124 | /* Define to the home page for this package. */ |
---|
125 | #define PACKAGE_URL "" |
---|
126 | |
---|
127 | /* Define to the version of this package. */ |
---|
128 | #define PACKAGE_VERSION "2.3.0-trunk" |
---|
129 | |
---|
130 | /* The size of `void *', as computed by sizeof. */ |
---|
131 | #define SIZEOF_VOID_P 8 |
---|
132 | |
---|
133 | /* Define to 1 if you have the ANSI C header files. */ |
---|
134 | #define STDC_HEADERS 1 |
---|
135 | |
---|
136 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
---|
137 | #define TIME_WITH_SYS_TIME 1 |
---|
138 | |
---|
139 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
---|
140 | /* #undef TM_IN_SYS_TIME */ |
---|
141 | |
---|
142 | /* Version number of package */ |
---|
143 | #define VERSION "2.3.0-trunk" |
---|
144 | |
---|
145 | /* Define to empty if `const' does not conform to ANSI C. */ |
---|
146 | /* #undef const */ |
---|
147 | |
---|
148 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
---|
149 | calls it, or to nothing if 'inline' is not supported under any name. */ |
---|
150 | #ifndef __cplusplus |
---|
151 | /* #undef inline */ |
---|
152 | #endif |
---|
153 | |
---|
154 | /* Define to rpl_malloc if the replacement function should be used. */ |
---|
155 | #define malloc rpl_malloc |
---|
156 | |
---|
157 | /* Define to rpl_realloc if the replacement function should be used. */ |
---|
158 | #define realloc rpl_realloc |
---|
159 | |
---|
160 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
---|
161 | /* #undef size_t */ |
---|