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