OpenCOBOL 1.1pre-rel
|
00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Executable extension */ 00005 #define COB_EXEEXT "" 00006 00007 /* Enable experimemental code (Developers only!) */ 00008 /* #undef COB_EXPERIMENTAL */ 00009 00010 /* Compile/link option for exporting symbols */ 00011 #define COB_EXPORT_DYN "-Wl,--export-dynamic" 00012 00013 /* Extra Compiler Flags */ 00014 #define COB_EXTRA_FLAGS "" 00015 00016 /* Can use inline keyword */ 00017 #define COB_HAS_INLINE 1 00018 00019 /* long int is long long */ 00020 #define COB_LI_IS_LL 1 00021 00022 /* Can not dlopen self */ 00023 /* #undef COB_NO_SELFOPEN */ 00024 00025 /* Enable CALL parameter checking */ 00026 /* #undef COB_PARAM_CHECK */ 00027 00028 /* Compile/link option for PIC code */ 00029 #define COB_PIC_FLAGS "-fPIC -DPIC" 00030 00031 /* Compile/link option for shared code */ 00032 #define COB_SHARED_OPT "-shared" 00033 00034 /* Can use strftime for timezone */ 00035 #define COB_STRFTIME 1 00036 00037 /* Strip command */ 00038 #define COB_STRIP_CMD "strip --strip-unneeded" 00039 00040 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 00041 systems. This function is required for `alloca.c' support on those systems. 00042 */ 00043 /* #undef CRAY_STACKSEG_END */ 00044 00045 /* Define to 1 if using `alloca.c'. */ 00046 /* #undef C_ALLOCA */ 00047 00048 /* Define to 1 if translation of program messages to the user's native 00049 language is requested. */ 00050 #define ENABLE_NLS 1 00051 00052 /* Define to 1 if you have `alloca', as a function or macro. */ 00053 #define HAVE_ALLOCA 1 00054 00055 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 00056 */ 00057 #define HAVE_ALLOCA_H 1 00058 00059 /* Has __attribute__((aligned)) */ 00060 #define HAVE_ATTRIBUTE_ALIGNED 1 00061 00062 /* curses has color_set function */ 00063 #define HAVE_COLOR_SET 1 00064 00065 /* Define to 1 if you have the <curses.h> header file. */ 00066 /* #undef HAVE_CURSES_H */ 00067 00068 /* Define to 1 if you have the <db1/db.h> header file. */ 00069 /* #undef HAVE_DB1_DB_H */ 00070 00071 /* Define to 1 if you have the <db3/db_185.h> header file. */ 00072 /* #undef HAVE_DB3_DB_185_H */ 00073 00074 /* Define to 1 if you have the <db4.1/db_185.h> header file. */ 00075 /* #undef HAVE_DB4_1_DB_185_H */ 00076 00077 /* Define to 1 if you have the <db4.2/db_185.h> header file. */ 00078 /* #undef HAVE_DB4_2_DB_185_H */ 00079 00080 /* Define to 1 if you have the <db4.3/db_185.h> header file. */ 00081 /* #undef HAVE_DB4_3_DB_185_H */ 00082 00083 /* Define to 1 if you have the <db4.4/db_185.h> header file. */ 00084 /* #undef HAVE_DB4_4_DB_185_H */ 00085 00086 /* Define to 1 if you have the <db4.5/db_185.h> header file. */ 00087 /* #undef HAVE_DB4_5_DB_185_H */ 00088 00089 /* Define to 1 if you have the <db4/db_185.h> header file. */ 00090 /* #undef HAVE_DB4_DB_185_H */ 00091 00092 /* Define to 1 if you have the <db_185.h> header file. */ 00093 /* #undef HAVE_DB_185_H */ 00094 00095 /* Define to 1 if you have the <db.h> header file. */ 00096 /* #undef HAVE_DB_H */ 00097 00098 /* Define if the GNU dcgettext() function is already present or preinstalled. 00099 */ 00100 #define HAVE_DCGETTEXT 1 00101 00102 /* Define to 1 if you have the <disam.h> header file. */ 00103 /* #undef HAVE_DISAM_H */ 00104 00105 /* Define to 1 if you have the <dlfcn.h> header file. */ 00106 #define HAVE_DLFCN_H 1 00107 00108 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00109 /* #undef HAVE_DOPRNT */ 00110 00111 /* Define to 1 if you have the `fcntl' function. */ 00112 #define HAVE_FCNTL 1 00113 00114 /* Define to 1 if you have the <fcntl.h> header file. */ 00115 #define HAVE_FCNTL_H 1 00116 00117 /* Define to 1 if you have the <getopt.h> header file. */ 00118 #define HAVE_GETOPT_H 1 00119 00120 /* Define if the GNU gettext() function is already present or preinstalled. */ 00121 #define HAVE_GETTEXT 1 00122 00123 /* Define to 1 if you have the `gettimeofday' function. */ 00124 #define HAVE_GETTIMEOFDAY 1 00125 00126 /* Define to 1 if you have the <gmp.h> header file. */ 00127 #define HAVE_GMP_H 1 00128 00129 /* Define if you have the iconv() function. */ 00130 #define HAVE_ICONV 1 00131 00132 /* Define to 1 if you have the <inttypes.h> header file. */ 00133 #define HAVE_INTTYPES_H 1 00134 00135 /* Define to 1 if you have the <isam.h> header file. */ 00136 /* #undef HAVE_ISAM_H */ 00137 00138 /* Define to 1 if you have the <kpathsea/getopt.h> header file. */ 00139 /* #undef HAVE_KPATHSEA_GETOPT_H */ 00140 00141 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 00142 #define HAVE_LANGINFO_CODESET 1 00143 00144 /* Define to 1 if you have the `curses' library (-lcurses). */ 00145 /* #undef HAVE_LIBCURSES */ 00146 00147 /* Define to 1 if you have the `disam' library (-ldisam). */ 00148 /* #undef HAVE_LIBDISAM */ 00149 00150 /* Define to 1 if you have the `gmp' library (-lgmp). */ 00151 #define HAVE_LIBGMP 1 00152 00153 /* Define to 1 if you have the `ifisam' library (-lifisam). */ 00154 /* #undef HAVE_LIBIFISAM */ 00155 00156 /* Define to 1 if you have the `ltdl' library (-lltdl). */ 00157 /* #undef HAVE_LIBLTDL */ 00158 00159 /* Define to 1 if you have the `ncurses' library (-lncurses). */ 00160 #define HAVE_LIBNCURSES 1 00161 00162 /* Define to 1 if you have the `pdcurses' library (-lpdcurses). */ 00163 /* #undef HAVE_LIBPDCURSES */ 00164 00165 /* Define to 1 if you have the `posix4' library (-lposix4). */ 00166 /* #undef HAVE_LIBPOSIX4 */ 00167 00168 /* Define to 1 if you have the `rt' library (-lrt). */ 00169 /* #undef HAVE_LIBRT */ 00170 00171 /* Define to 1 if you have the `vbisam' library (-lvbisam). */ 00172 /* #undef HAVE_LIBVBISAM */ 00173 00174 /* Define to 1 if you have the <locale.h> header file. */ 00175 #define HAVE_LOCALE_H 1 00176 00177 /* Define to 1 if you have the <ltdl.h> header file. */ 00178 /* #undef HAVE_LTDL_H */ 00179 00180 /* Define to 1 if you have the <malloc.h> header file. */ 00181 #define HAVE_MALLOC_H 1 00182 00183 /* Define to 1 if you have the `memmove' function. */ 00184 #define HAVE_MEMMOVE 1 00185 00186 /* Define to 1 if you have the <memory.h> header file. */ 00187 #define HAVE_MEMORY_H 1 00188 00189 /* Define to 1 if you have the `memset' function. */ 00190 #define HAVE_MEMSET 1 00191 00192 /* Define to 1 if you have the <ncurses.h> header file. */ 00193 #define HAVE_NCURSES_H 1 00194 00195 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ 00196 /* #undef HAVE_NCURSES_NCURSES_H */ 00197 00198 /* Define to 1 if you have the <pdcurses.h> header file. */ 00199 /* #undef HAVE_PDCURSES_H */ 00200 00201 /* Has -Wno-pointer-sign */ 00202 #define HAVE_PSIGN_OPT 1 00203 00204 /* Define to 1 if you have the `setlocale' function. */ 00205 #define HAVE_SETLOCALE 1 00206 00207 /* Define to 1 if you have the <signal.h> header file. */ 00208 #define HAVE_SIGNAL_H 1 00209 00210 /* Define to 1 if you have the <stddef.h> header file. */ 00211 #define HAVE_STDDEF_H 1 00212 00213 /* Define to 1 if you have the <stdint.h> header file. */ 00214 #define HAVE_STDINT_H 1 00215 00216 /* Define to 1 if you have the <stdlib.h> header file. */ 00217 #define HAVE_STDLIB_H 1 00218 00219 /* Define to 1 if you have the `strcasecmp' function. */ 00220 #define HAVE_STRCASECMP 1 00221 00222 /* Define to 1 if you have the `strchr' function. */ 00223 #define HAVE_STRCHR 1 00224 00225 /* Define to 1 if you have the `strdup' function. */ 00226 #define HAVE_STRDUP 1 00227 00228 /* Define to 1 if you have the `strerror' function. */ 00229 #define HAVE_STRERROR 1 00230 00231 /* Define to 1 if you have the <strings.h> header file. */ 00232 #define HAVE_STRINGS_H 1 00233 00234 /* Define to 1 if you have the <string.h> header file. */ 00235 #define HAVE_STRING_H 1 00236 00237 /* Define to 1 if you have the `strrchr' function. */ 00238 #define HAVE_STRRCHR 1 00239 00240 /* Define to 1 if you have the `strstr' function. */ 00241 #define HAVE_STRSTR 1 00242 00243 /* Define to 1 if you have the `strtol' function. */ 00244 #define HAVE_STRTOL 1 00245 00246 /* Define to 1 if you have the <sys/stat.h> header file. */ 00247 #define HAVE_SYS_STAT_H 1 00248 00249 /* Define to 1 if you have the <sys/time.h> header file. */ 00250 #define HAVE_SYS_TIME_H 1 00251 00252 /* Define to 1 if you have the <sys/types.h> header file. */ 00253 #define HAVE_SYS_TYPES_H 1 00254 00255 /* Has timezone variable */ 00256 #define HAVE_TIMEZONE 1 00257 00258 /* Define to 1 if you have the <unistd.h> header file. */ 00259 #define HAVE_UNISTD_H 1 00260 00261 /* Define to 1 if you have the <vbisam.h> header file. */ 00262 /* #undef HAVE_VBISAM_H */ 00263 00264 /* Define to 1 if you have the `vprintf' function. */ 00265 #define HAVE_VPRINTF 1 00266 00267 /* Define to 1 if you have the <wchar.h> header file. */ 00268 #define HAVE_WCHAR_H 1 00269 00270 /* Define as const if the declaration of iconv() needs const. */ 00271 #define ICONV_CONST 00272 00273 /* Name of package */ 00274 #define PACKAGE "open-cobol" 00275 00276 /* Define to the address where bug reports for this package should be sent. */ 00277 #define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net" 00278 00279 /* Define to the full name of this package. */ 00280 #define PACKAGE_NAME "OpenCOBOL" 00281 00282 /* Define to the full name and version of this package. */ 00283 #define PACKAGE_STRING "OpenCOBOL 1.1" 00284 00285 /* Define to the one symbol short name of this package. */ 00286 #define PACKAGE_TARNAME "open-cobol" 00287 00288 /* Define to the version of this package. */ 00289 #define PACKAGE_VERSION "1.1" 00290 00291 /* Define a patch level */ 00292 #define PATCH_LEVEL 0 00293 00294 /* If using the C implementation of alloca, define if you know the 00295 direction of stack growth for your system; otherwise it will be 00296 automatically deduced at run-time. 00297 STACK_DIRECTION > 0 => grows toward higher addresses 00298 STACK_DIRECTION < 0 => grows toward lower addresses 00299 STACK_DIRECTION = 0 => direction of growth unknown */ 00300 /* #undef STACK_DIRECTION */ 00301 00302 /* Define to 1 if you have the ANSI C header files. */ 00303 #define STDC_HEADERS 1 00304 00305 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00306 /* #undef TM_IN_SYS_TIME */ 00307 00308 /* Use Berkeley DB library new features */ 00309 #define USE_DB41 1 00310 00311 /* Use system dynamic loader */ 00312 #define USE_LIBDL 1 00313 00314 /* Version number of package */ 00315 #define VERSION "1.1" 00316 00317 /* Use CISAM as ISAM handler */ 00318 /* #undef WITH_CISAM */ 00319 00320 /* Compile with the Berkeley DB library */ 00321 #define WITH_DB 3 00322 00323 /* Use DISAM as ISAM handler */ 00324 /* #undef WITH_DISAM */ 00325 00326 /* Compile with an external ISAM handler */ 00327 /* #undef WITH_INDEX_EXTFH */ 00328 00329 /* Compile with an external SEQ/RAN handler */ 00330 /* #undef WITH_SEQRA_EXTFH */ 00331 00332 /* Define variable sequential file format */ 00333 #define WITH_VARSEQ 0 00334 00335 /* Use VBISAM as ISAM handler */ 00336 /* #undef WITH_VBISAM */ 00337 00338 /* Define to 1 if your processor stores words with the most significant byte 00339 first (like Motorola and SPARC, unlike Intel and VAX). */ 00340 /* #undef WORDS_BIGENDIAN */ 00341 00342 /* Define to 1 if on HPUX. */ 00343 #ifndef _XOPEN_SOURCE_EXTENDED 00344 /* # undef _XOPEN_SOURCE_EXTENDED */ 00345 #endif 00346 00347 /* Compiler optimization */ 00348 #define __USE_STRING_INLINES 1 00349 00350 /* Define to empty if `const' does not conform to ANSI C. */ 00351 /* #undef const */ 00352 00353 /* Define to `__inline__' or `__inline' if that's what the C compiler 00354 calls it, or to nothing if 'inline' is not supported under any name. */ 00355 #ifndef __cplusplus 00356 /* #undef inline */ 00357 #endif 00358 00359 /* Define to `unsigned' if <sys/types.h> does not define. */ 00360 /* #undef size_t */