Import code from my Subversion repository
[black_box_cellml.git] / blaboc_config.h.in
blob6a97e5e68190adfa5a51de19c6e317bc471f05c7
1 /* blaboc_config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the `closedir' function. */
4 #undef HAVE_CLOSEDIR
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7 */
8 #undef HAVE_DIRENT_H
10 /* Define if you have the GNU dld library. */
11 #undef HAVE_DLD
13 /* Define to 1 if you have the <dld.h> header file. */
14 #undef HAVE_DLD_H
16 /* Define to 1 if you have the `dlerror' function. */
17 #undef HAVE_DLERROR
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #undef HAVE_DLFCN_H
22 /* Define to 1 if you have the <dl.h> header file. */
23 #undef HAVE_DL_H
25 /* Define if you have the _dyld_func_lookup function. */
26 #undef HAVE_DYLD
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #undef HAVE_INTTYPES_H
31 /* Define if you have the libdl library or equivalent. */
32 #undef HAVE_LIBDL
34 /* Define if libdlloader will be built on this platform */
35 #undef HAVE_LIBDLLOADER
37 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
38 #undef HAVE_MACH_O_DYLD_H
40 /* Define to 1 if you have the <memory.h> header file. */
41 #undef HAVE_MEMORY_H
43 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
44 #undef HAVE_NDIR_H
46 /* Define to 1 if you have the `opendir' function. */
47 #undef HAVE_OPENDIR
49 /* Define if libtool can extract symbol lists from object files. */
50 #undef HAVE_PRELOADED_SYMBOLS
52 /* Define to 1 if you have the `readdir' function. */
53 #undef HAVE_READDIR
55 /* Define if you have the shl_load function. */
56 #undef HAVE_SHL_LOAD
58 /* Define to 1 if stdbool.h conforms to C99. */
59 #undef HAVE_STDBOOL_H
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #undef HAVE_STDINT_H
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #undef HAVE_STDLIB_H
67 /* Define to 1 if you have the <strings.h> header file. */
68 #undef HAVE_STRINGS_H
70 /* Define to 1 if you have the <string.h> header file. */
71 #undef HAVE_STRING_H
73 /* Define to 1 if you have the `strlcat' function. */
74 #undef HAVE_STRLCAT
76 /* Define to 1 if you have the `strlcpy' function. */
77 #undef HAVE_STRLCPY
79 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
81 #undef HAVE_SYS_DIR_H
83 /* Define to 1 if you have the <sys/dl.h> header file. */
84 #undef HAVE_SYS_DL_H
86 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
88 #undef HAVE_SYS_NDIR_H
90 /* Define to 1 if you have the <sys/stat.h> header file. */
91 #undef HAVE_SYS_STAT_H
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #undef HAVE_SYS_TYPES_H
96 /* Define to 1 if you have the <unistd.h> header file. */
97 #undef HAVE_UNISTD_H
99 /* Define if gcc visibility attributes supported */
100 #undef HAVE_VISIBILITY_ATTRIBUTE
102 /* Define to 1 if the system has the type `_Bool'. */
103 #undef HAVE__BOOL
105 /* Define if the OS needs help to load dependent libraries for dlopen(). */
106 #undef LTDL_DLOPEN_DEPLIBS
108 /* Define to the system default library search path. */
109 #undef LT_DLSEARCH_PATH
111 /* Define to the extension used for runtime loadable modules, say, ".so". */
112 #undef LT_MODULE_EXT
114 /* Define to the name of the environment variable that determines the run-time
115 module search path. */
116 #undef LT_MODULE_PATH_VAR
118 /* Define to the sub-directory in which libtool stores uninstalled libraries.
120 #undef LT_OBJDIR
122 /* Define if dlsym() requires a leading underscore in symbol names. */
123 #undef NEED_USCORE
125 /* Name of package */
126 #undef PACKAGE
128 /* Define to the address where bug reports for this package should be sent. */
129 #undef PACKAGE_BUGREPORT
131 /* Define to the full name of this package. */
132 #undef PACKAGE_NAME
134 /* Define to the full name and version of this package. */
135 #undef PACKAGE_STRING
137 /* Define to the one symbol short name of this package. */
138 #undef PACKAGE_TARNAME
140 /* Define to the version of this package. */
141 #undef PACKAGE_VERSION
143 /* The size of `wchar_t*', as computed by sizeof. */
144 #undef SIZEOF_WCHAR_TP
146 /* Define to 1 if you have the ANSI C header files. */
147 #undef STDC_HEADERS
149 /* Define TESTDIR to path of test sources. */
150 #undef TESTDIR
152 /* Version number of package */
153 #undef VERSION
155 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
156 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
157 #define below would cause a syntax error. */
158 #undef _UINT32_T
160 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
161 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
162 #define below would cause a syntax error. */
163 #undef _UINT64_T
165 /* Define to empty if `const' does not conform to ANSI C. */
166 #undef const
168 /* Define to `__inline__' or `__inline' if that's what the C compiler
169 calls it, or to nothing if 'inline' is not supported under any name. */
170 #ifndef __cplusplus
171 #undef inline
172 #endif
174 /* Define to the type of a signed integer type of width exactly 16 bits if
175 such a type exists and the standard includes do not define it. */
176 #undef int16_t
178 /* Define to the type of a signed integer type of width exactly 32 bits if
179 such a type exists and the standard includes do not define it. */
180 #undef int32_t
182 /* Define to the type of an unsigned integer type of width exactly 16 bits if
183 such a type exists and the standard includes do not define it. */
184 #undef uint16_t
186 /* Define to the type of an unsigned integer type of width exactly 32 bits if
187 such a type exists and the standard includes do not define it. */
188 #undef uint32_t
190 /* Define to the type of an unsigned integer type of width exactly 64 bits if
191 such a type exists and the standard includes do not define it. */
192 #undef uint64_t