1/* include/OPT++_config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Identifier for non-standalone builds. */
4#undef DAKOTA_OPTPP
5
6/* Define to dummy `main' function (if any) required to link to the Fortran
7   libraries. */
8#undef F77_DUMMY_MAIN
9
10/* Define if F77 and FC dummy `main' functions are identical. */
11#undef FC_DUMMY_MAIN_EQ_F77
12
13/* Define if you have a BLAS library. */
14#undef HAVE_BLAS
15
16/* Define to 1 if you have the <dlfcn.h> header file. */
17#undef HAVE_DLFCN_H
18
19/* Define to 1 if you have the <fcntl.h> header file. */
20#undef HAVE_FCNTL_H
21
22/* Define to 1 if you have the <float.h> header file. */
23#undef HAVE_FLOAT_H
24
25/* Define to 1 if you have the `floor' function. */
26#undef HAVE_FLOOR
27
28/* Define to 1 if you have the `gettimeofday' function. */
29#undef HAVE_GETTIMEOFDAY
30
31/* Define to 1 if you have the <inttypes.h> header file. */
32#undef HAVE_INTTYPES_H
33
34/* Define to 1 if you have the `m' library (-lm). */
35#undef HAVE_LIBM
36
37/* Define to 1 if you have the <memory.h> header file. */
38#undef HAVE_MEMORY_H
39
40/* define if the compiler implements namespaces */
41#undef HAVE_NAMESPACES
42
43/* Define to 1 if you have the `pow' function. */
44#undef HAVE_POW
45
46/* Define to 1 if you have the `sqrt' function. */
47#undef HAVE_SQRT
48
49/* define if the compiler has stringstream */
50#undef HAVE_SSTREAM
51
52/* define if the compiler supports ISO C++ standard library */
53#undef HAVE_STD
54
55/* Define to 1 if stdbool.h conforms to C99. */
56#undef HAVE_STDBOOL_H
57
58/* Define to 1 if you have the <stddef.h> header file. */
59#undef HAVE_STDDEF_H
60
61/* Define to 1 if you have the <stdint.h> header file. */
62#undef HAVE_STDINT_H
63
64/* Define to 1 if you have the <stdlib.h> header file. */
65#undef HAVE_STDLIB_H
66
67/* Define to 1 if you have the <strings.h> header file. */
68#undef HAVE_STRINGS_H
69
70/* Define to 1 if you have the <string.h> header file. */
71#undef HAVE_STRING_H
72
73/* Define to 1 if you have the `strstr' function. */
74#undef HAVE_STRSTR
75
76/* Define to 1 if you have the <sys/param.h> header file. */
77#undef HAVE_SYS_PARAM_H
78
79/* Define to 1 if you have the <sys/resource.h> header file. */
80#undef HAVE_SYS_RESOURCE_H
81
82/* Define to 1 if you have the <sys/stat.h> header file. */
83#undef HAVE_SYS_STAT_H
84
85/* Define to 1 if you have the <sys/times.h> header file. */
86#undef HAVE_SYS_TIMES_H
87
88/* Define to 1 if you have the <sys/time.h> header file. */
89#undef HAVE_SYS_TIME_H
90
91/* Define to 1 if you have the <sys/types.h> header file. */
92#undef HAVE_SYS_TYPES_H
93
94/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
95#undef HAVE_SYS_WAIT_H
96
97/* Define to 1 if you have the `times' function. */
98#undef HAVE_TIMES
99
100/* Define to 1 if you have the <unistd.h> header file. */
101#undef HAVE_UNISTD_H
102
103/* Define to 1 if you have the <values.h> header file. */
104#undef HAVE_VALUES_H
105
106/* Define to 1 if you have the <\> header file. */
107#undef HAVE__
108
109/* Define to 1 if the system has the type `_Bool'. */
110#undef HAVE__BOOL
111
112/* Name of package */
113#undef PACKAGE
114
115/* Define to the address where bug reports for this package should be sent. */
116#undef PACKAGE_BUGREPORT
117
118/* Define to the full name of this package. */
119#undef PACKAGE_NAME
120
121/* Define to the full name and version of this package. */
122#undef PACKAGE_STRING
123
124/* Define to the one symbol short name of this package. */
125#undef PACKAGE_TARNAME
126
127/* Define to the version of this package. */
128#undef PACKAGE_VERSION
129
130/* Define if you have a shared file system. */
131#undef SHARED
132
133/* Define to 1 if you have the ANSI C header files. */
134#undef STDC_HEADERS
135
136/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
137#undef TIME_WITH_SYS_TIME
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#undef VERSION
144
145/* Define if you are building parallel OPT++. */
146#undef WITH_MPI
147
148/* Define to empty if `const' does not conform to ANSI C. */
149#undef const
150
151/* Define to `__inline__' or `__inline' if that's what the C compiler
152   calls it, or to nothing if 'inline' is not supported under any name.  */
153#ifndef __cplusplus
154#undef inline
155#endif
156
157/* Define to `unsigned' if <sys/types.h> does not define. */
158#undef size_t
159