GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Executable extension */
8 #define COB_EXEEXT ""
9 
10 /* Enable experimental code (Developers only!) */
11 /* #undef COB_EXPERIMENTAL */
12 
13 /* Compile/link option for exporting symbols */
14 #define COB_EXPORT_DYN "-Wl,--export-dynamic"
15 
16 /* Keyword for inline */
17 #define COB_KEYWORD_INLINE __inline
18 
19 /* long int is long long */
20 #define COB_LI_IS_LL 1
21 
22 /* Can not dlopen self */
23 /* #undef COB_NO_SELFOPEN */
24 
25 /* Object extension */
26 /* #undef COB_OBJEXT */
27 
28 /* Enable CALL parameter checking */
29 /* #undef COB_PARAM_CHECK */
30 
31 /* Compile/link option for PIC code */
32 #define COB_PIC_FLAGS "-fPIC -DPIC"
33 
34 /* Compile/link option for shared code */
35 #define COB_SHARED_OPT "-shared"
36 
37 /* Can use strftime for timezone */
38 #define COB_STRFTIME 1
39 
40 /* Strip command */
41 #define COB_STRIP_CMD "strip --strip-unneeded"
42 
43 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
44  systems. This function is required for `alloca.c' support on those systems.
45  */
46 /* #undef CRAY_STACKSEG_END */
47 
48 /* Define to 1 if using `alloca.c'. */
49 /* #undef C_ALLOCA */
50 
51 /* Define to 1 if translation of program messages to the user's native
52  language is requested. */
53 #define ENABLE_NLS 1
54 
55 /* Define to 1 if you have `alloca', as a function or macro. */
56 #define HAVE_ALLOCA 1
57 
58 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
59  */
60 #define HAVE_ALLOCA_H 1
61 
62 /* Has __attribute__((aligned)) */
63 #define HAVE_ATTRIBUTE_ALIGNED 1
64 
65 /* Define to 1 if you have the `canonicalize_file_name' function. */
66 #define HAVE_CANONICALIZE_FILE_NAME 1
67 
68 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
69  CoreFoundation framework. */
70 /* #undef HAVE_CFLOCALECOPYCURRENT */
71 
72 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
73  the CoreFoundation framework. */
74 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
75 
76 /* curses has color_set function */
77 #define HAVE_COLOR_SET 1
78 
79 /* ncurses has _nc_freeall function */
80 #define HAVE_CURSES_FREEALL 1
81 
82 /* Define to 1 if you have the <curses.h> header file. */
83 /* #undef HAVE_CURSES_H */
84 
85 /* Define to 1 if you have the <db.h> header file. */
86 #define HAVE_DB_H 1
87 
88 /* Define if the GNU dcgettext() function is already present or preinstalled.
89  */
90 #define HAVE_DCGETTEXT 1
91 
92 /* Has designated initializers */
93 #define HAVE_DESIGNATED_INITS 1
94 
95 /* Define to 1 if you have the <disam.h> header file. */
96 /* #undef HAVE_DISAM_H */
97 
98 /* Has dladdr function */
99 #define HAVE_DLADDR 1
100 
101 /* Define to 1 if you have the <dlfcn.h> header file. */
102 #define HAVE_DLFCN_H 1
103 
104 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
105 /* #undef HAVE_DOPRNT */
106 
107 /* Define to 1 if you have the `fcntl' function. */
108 #define HAVE_FCNTL 1
109 
110 /* Define to 1 if you have the <fcntl.h> header file. */
111 #define HAVE_FCNTL_H 1
112 
113 /* Define to 1 if you have the `fdatasync' function. */
114 #define HAVE_FDATASYNC 1
115 
116 /* Declaration of finite function in ieeefp.h instead of math.h */
117 /* #undef HAVE_FINITE_IEEEFP_H */
118 
119 /* Define to 1 if you have the `getexecname' function. */
120 /* #undef HAVE_GETEXECNAME */
121 
122 /* Define if the GNU gettext() function is already present or preinstalled. */
123 #define HAVE_GETTEXT 1
124 
125 /* Define to 1 if you have the `gettimeofday' function. */
126 #define HAVE_GETTIMEOFDAY 1
127 
128 /* Define to 1 if you have the <gmp.h> header file. */
129 #define HAVE_GMP_H 1
130 
131 /* Define if you have the iconv() function and it works. */
132 /* #undef HAVE_ICONV */
133 
134 /* Define to 1 if you have the <inttypes.h> header file. */
135 #define HAVE_INTTYPES_H 1
136 
137 /* Define to 1 if you have the <isam.h> header file. */
138 /* #undef HAVE_ISAM_H */
139 
140 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
141 #define HAVE_LANGINFO_CODESET 1
142 
143 /* Define to 1 if you have the `curses' library (-lcurses). */
144 /* #undef HAVE_LIBCURSES */
145 
146 /* Define to 1 if you have the `ncurses' library (-lncurses). */
147 /* #undef HAVE_LIBNCURSES */
148 
149 /* Define to 1 if you have the `ncursesw' library (-lncursesw). */
150 #define HAVE_LIBNCURSESW 1
151 
152 /* Define to 1 if you have the `pdcurses' library (-lpdcurses). */
153 /* #undef HAVE_LIBPDCURSES */
154 
155 /* Define to 1 if you have the `posix4' library (-lposix4). */
156 /* #undef HAVE_LIBPOSIX4 */
157 
158 /* Define to 1 if you have the `rt' library (-lrt). */
159 /* #undef HAVE_LIBRT */
160 
161 /* Define to 1 if you have the `localeconv' function. */
162 #define HAVE_LOCALECONV 1
163 
164 /* Define to 1 if you have the <locale.h> header file. */
165 #define HAVE_LOCALE_H 1
166 
167 /* Define to 1 if you have the <ltdl.h> header file. */
168 /* #undef HAVE_LTDL_H */
169 
170 /* Define to 1 if you have the <malloc.h> header file. */
171 #define HAVE_MALLOC_H 1
172 
173 /* Define to 1 if you have the `memmove' function. */
174 #define HAVE_MEMMOVE 1
175 
176 /* Define to 1 if you have the <memory.h> header file. */
177 #define HAVE_MEMORY_H 1
178 
179 /* Define to 1 if you have the `memset' function. */
180 #define HAVE_MEMSET 1
181 
182 /* Do we have mp_get_fmemory_functions in gmp */
183 #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
184 
185 /* Has nanosleep function */
186 #define HAVE_NANO_SLEEP 1
187 
188 /* Define to 1 if you have the <ncursesw/curses.h> header file. */
189 /* #undef HAVE_NCURSESW_CURSES_H */
190 
191 /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
192 #define HAVE_NCURSESW_NCURSES_H 1
193 
194 /* Define to 1 if you have the <ncurses.h> header file. */
195 /* #undef HAVE_NCURSES_H */
196 
197 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
198 /* #undef HAVE_NCURSES_NCURSES_H */
199 
200 /* Define to 1 if you have the <pdcurses.h> header file. */
201 /* #undef HAVE_PDCURSES_H */
202 
203 /* Has -Wno-pointer-sign */
204 #define HAVE_PSIGN_OPT 1
205 
206 /* Define to 1 if you have the `raise' function. */
207 #define HAVE_RAISE 1
208 
209 /* Define to 1 if you have the `readlink' function. */
210 #define HAVE_READLINK 1
211 
212 /* Define to 1 if you have the `realpath' function. */
213 #define HAVE_REALPATH 1
214 
215 /* Define to 1 if you have the `setenv' function. */
216 #define HAVE_SETENV 1
217 
218 /* Define to 1 if you have the `setlocale' function. */
219 #define HAVE_SETLOCALE 1
220 
221 /* Define to 1 if you have the `sigaction' function. */
222 #define HAVE_SIGACTION 1
223 
224 /* Define to 1 if you have the <signal.h> header file. */
225 #define HAVE_SIGNAL_H 1
226 
227 /* Define to 1 if the system has the type `sig_atomic_t'. */
228 #define HAVE_SIG_ATOMIC_T 1
229 
230 /* Define to 1 if you have the <stddef.h> header file. */
231 #define HAVE_STDDEF_H 1
232 
233 /* Define to 1 if you have the <stdint.h> header file. */
234 #define HAVE_STDINT_H 1
235 
236 /* Define to 1 if you have the <stdlib.h> header file. */
237 #define HAVE_STDLIB_H 1
238 
239 /* Define to 1 if you have the `strcasecmp' function. */
240 #define HAVE_STRCASECMP 1
241 
242 /* Define to 1 if you have the `strchr' function. */
243 #define HAVE_STRCHR 1
244 
245 /* Define to 1 if you have the `strcoll' function. */
246 #define HAVE_STRCOLL 1
247 
248 /* Define to 1 if you have the `strdup' function. */
249 #define HAVE_STRDUP 1
250 
251 /* Define to 1 if you have the `strerror' function. */
252 #define HAVE_STRERROR 1
253 
254 /* Define to 1 if you have the <strings.h> header file. */
255 #define HAVE_STRINGS_H 1
256 
257 /* Define to 1 if you have the <string.h> header file. */
258 #define HAVE_STRING_H 1
259 
260 /* Define to 1 if you have the `strrchr' function. */
261 #define HAVE_STRRCHR 1
262 
263 /* Define to 1 if you have the `strstr' function. */
264 #define HAVE_STRSTR 1
265 
266 /* Define to 1 if you have the `strtol' function. */
267 #define HAVE_STRTOL 1
268 
269 /* Define to 1 if you have the `strxfrm' function. */
270 #define HAVE_STRXFRM 1
271 
272 /* Define to 1 if you have the <sys/stat.h> header file. */
273 #define HAVE_SYS_STAT_H 1
274 
275 /* Define to 1 if you have the <sys/time.h> header file. */
276 #define HAVE_SYS_TIME_H 1
277 
278 /* Define to 1 if you have the <sys/types.h> header file. */
279 #define HAVE_SYS_TYPES_H 1
280 
281 /* Has timezone variable */
282 #define HAVE_TIMEZONE 1
283 
284 /* Define to 1 if you have the <unistd.h> header file. */
285 #define HAVE_UNISTD_H 1
286 
287 /* ncurses has use_legacy_coding function */
288 #define HAVE_USE_LEGACY_CODING 1
289 
290 /* Define to 1 if you have the <vbisam.h> header file. */
291 /* #undef HAVE_VBISAM_H */
292 
293 /* Define to 1 if you have the `vprintf' function. */
294 #define HAVE_VPRINTF 1
295 
296 /* Define to 1 if you have the <wchar.h> header file. */
297 #define HAVE_WCHAR_H 1
298 
299 /* Define to the sub-directory in which libtool stores uninstalled libraries.
300  */
301 #define LT_OBJDIR ".libs/"
302 
303 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
304 /* #undef NO_MINUS_C_MINUS_O */
305 
306 /* Name of package */
307 #define PACKAGE "gnu-cobol"
308 
309 /* Define to the address where bug reports for this package should be sent. */
310 #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
311 
312 /* Define to the full name of this package. */
313 #define PACKAGE_NAME "GNU Cobol"
314 
315 /* Define to the full name and version of this package. */
316 #define PACKAGE_STRING "GNU Cobol 2.0"
317 
318 /* Define to the one symbol short name of this package. */
319 #define PACKAGE_TARNAME "gnu-cobol"
320 
321 /* Define to the home page for this package. */
322 #define PACKAGE_URL "http://www.opencobol.org"
323 
324 /* Define to the version of this package. */
325 #define PACKAGE_VERSION "2.0"
326 
327 /* Define a patch level */
328 #define PATCH_LEVEL 0
329 
330 /* If using the C implementation of alloca, define if you know the
331  direction of stack growth for your system; otherwise it will be
332  automatically deduced at runtime.
333  STACK_DIRECTION > 0 => grows toward higher addresses
334  STACK_DIRECTION < 0 => grows toward lower addresses
335  STACK_DIRECTION = 0 => direction of growth unknown */
336 /* #undef STACK_DIRECTION */
337 
338 /* Define to 1 if you have the ANSI C header files. */
339 #define STDC_HEADERS 1
340 
341 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
342 /* #undef TM_IN_SYS_TIME */
343 
344 /* Use system dynamic loader */
345 #define USE_LIBDL 1
346 
347 /* Enable extensions on AIX 3, Interix. */
348 #ifndef _ALL_SOURCE
349 # define _ALL_SOURCE 1
350 #endif
351 /* Enable GNU extensions on systems that have them. */
352 #ifndef _GNU_SOURCE
353 # define _GNU_SOURCE 1
354 #endif
355 /* Enable threading extensions on Solaris. */
356 #ifndef _POSIX_PTHREAD_SEMANTICS
357 # define _POSIX_PTHREAD_SEMANTICS 1
358 #endif
359 /* Enable extensions on HP NonStop. */
360 #ifndef _TANDEM_SOURCE
361 # define _TANDEM_SOURCE 1
362 #endif
363 /* Enable general extensions on Solaris. */
364 #ifndef __EXTENSIONS__
365 # define __EXTENSIONS__ 1
366 #endif
367 
368 
369 /* Version number of package */
370 #define VERSION "2.0"
371 
372 /* Use CISAM as ISAM handler */
373 /* #undef WITH_CISAM */
374 
375 /* curses library for extended SCREEN I/O */
376 /* #undef WITH_CURSES */
377 
378 /* Compile with the Berkeley DB library */
379 #define WITH_DB 1
380 
381 /* Use DISAM as ISAM handler */
382 /* #undef WITH_DISAM */
383 
384 /* Compile with an external ISAM handler */
385 /* #undef WITH_INDEX_EXTFH */
386 
387 /* Compile with an external SEQ/RAN handler */
388 /* #undef WITH_SEQRA_EXTFH */
389 
390 /* Define variable sequential file format */
391 #define WITH_VARSEQ 0
392 
393 /* Use VBISAM as ISAM handler */
394 /* #undef WITH_VBISAM */
395 
396 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
397  significant byte first (like Motorola and SPARC, unlike Intel). */
398 #if defined AC_APPLE_UNIVERSAL_BUILD
399 # if defined __BIG_ENDIAN__
400 # define WORDS_BIGENDIAN 1
401 # endif
402 #else
403 # ifndef WORDS_BIGENDIAN
404 /* # undef WORDS_BIGENDIAN */
405 # endif
406 #endif
407 
408 /* Define to 1 if on MINIX. */
409 /* #undef _MINIX */
410 
411 /* Define to 2 if the system does not provide POSIX.1 features except with
412  this defined. */
413 /* #undef _POSIX_1_SOURCE */
414 
415 /* Define to 1 if you need to in order for `stat' and other things to work. */
416 /* #undef _POSIX_SOURCE */
417 
418 /* Define to 1 if on HPUX. */
419 #ifndef _XOPEN_SOURCE_EXTENDED
420 /* # undef _XOPEN_SOURCE_EXTENDED */
421 #endif
422 
423 /* Define to empty if `const' does not conform to ANSI C. */
424 /* #undef const */
425 
426 /* Define to `unsigned int' if <sys/types.h> does not define. */
427 /* #undef size_t */