tinycobol/htconfig.h.in

272 lines
6.6 KiB
C

/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
/* Define to `long' if <sys/types.h> doesn't define. */
#undef off_t
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to be the name of the operating system. */
#undef OS_TYPE
/* Define if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H
/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if your <utime.h> declares header file.. */
#undef HAVE_UTIME_H
/* Define if your <sys/time.h> declares struct tm. */
#undef TM_IN_SYS_TIME
/* Define if you have the strcspn function. */
#undef HAVE_STRCSPN
/* Define if you have the strdup function. */
#undef HAVE_STRDUP
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
/* Define if you have the strspn function. */
#undef HAVE_STRSPN
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H
/* Define if your system has a working `malloc' function. */
#undef HAVE_MALLOC
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define if you have the `memcpy' function. */
#undef HAVE_MEMCPY
/* Define if you have the `memmove' function. */
#undef HAVE_MEMMOVE
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the `memset' function. */
#undef HAVE_MEMSET
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM
#undef HTG_LD_ARGS_MATH
/* Define the name of the TinyCOBOL Run-Time libraries. */
#undef HTG_LD_ARGS_HT1
/*
Note: Some libraries are not needed by htcobol or RTL,
but are required by the linker to create a executable.
*/
/*
Note on library db:
Version 1.85 and 2.0 are named -ldb or -ldb1.
Version 2.xx, 3.yy (xx > 0) are named -ldb or -ldb2.
*/
/* Define if you have the db library header db.h version 1.x. */
#undef USE_DB
/* Define if you have the db library header db_185.h version 2.x or 3.x. */
#undef USE_DB_23
/* Define if you have the db library header db_185.h version 4.x. */
#undef USE_DB_41
/* Define if you have the db library header db1/db.h version 1.x. */
#undef USE_DB_1
/* Define if you have the db library header db2/db_185.h version 2.x. */
#undef USE_DB_2
/* Define if you have the db library header db3/db_185.h version 3.x. */
#undef USE_DB_3
/* Define if you have the db library header db4/db_185.h version 4.x. */
#undef USE_DB_4
/* Set library db version 1.85 compatibility feature on for versions >= 2.xx. */
/* #undef USE_DB_185_COMPATIBILITY - no longer used */
/* Set MF compatibility features on */
/* #undef USE_MF_COMPATABILITY */
#define USE_MF_COMPATABILITY 1
/* Set MYSQL gateway features on */
#undef USE_MYSQL_GATEWAY
#undef SQL_GATEWAY
/* Set PGSQL gateway features on */
#undef USE_PGSQL_GATEWAY
#undef SQL_GATEWAY
/* Enable file LOCK server feature */
#undef USE_LOCKSERVER
/* Enable file SYNC feature */
#undef USE_SYNC
/* Define DB library name (default -ldb) */
#undef HTG_LD_ARGS_DB
/* Define if you have the curses library. */
#undef HAVE_LIBCURSES
#undef HTG_LD_ARGS_CURSES
/* Define if you the curses library with color_set function. */
#undef CURSES_HAS_COLOR_SET
/* Define if you have the dl library (-ldl). */
/* Set run time library loading feature. */
#undef WANT_DYNAMIC_LIBS
#undef HAVE_LIBDL
#undef HTG_LD_ARGS_DL
/* Define if you have the readline library (-lreadline). */
/* Set use readline library features. */
#undef HAVE_LIBREADLINE
#undef WANT_READLINE
#undef HTG_LD_ARGS_READLINE
/* Set debugging feature in code generator. */
#undef DEBUG_COMPILER
/* Set debugging feature in scan.l. */
#undef DEBUG_SCANNER
/* Set debugging run time library feature. */
#undef DEBUG_RTS
/* Set debugging in run time library move routines feature. */
//#undef DEBUG_MOVE_RTS
/* Set debugging run time library feature. */
#undef PICTURE_TESTING
/* Set debugging run time library feature. */
#undef PICTURE_TESTING
/* Set debugging feature in pre-processor. */
#undef DEBUG_COBPP
/*
The Tiny COBOL compiler defaults
The compiler assumes that the final compiled code will
reside in the $COBDIR directory. By default (if this
variable is not set in the environment) the compiler
assumes that this will be COBDIR_DEFAULT. The libraries
should be stored in COBLIB_DEFAULT. For the executables
the compiler assumes that the final compiled code will be in
COBBIN_DEFAULT.
*/
/* Define language option for commnad line help */
#undef TCOBPP_LANGUAGE_en
#undef TCOBPP_LANGUAGE_fr
#undef TCOBPP_LANGUAGE_it
#undef TCOBPP_LANGUAGE_pt_BR
#undef TCOBPP_LANGUAGE_es
#undef TCOB_LANGUAGE_en
#undef TCOB_LANGUAGE_fr
#undef TCOB_LANGUAGE_it
#undef TCOB_LANGUAGE_pt_BR
#undef TCOB_LANGUAGE_es
/* Default compile and run-time resource (options) directory name */
#undef COBDIR_DEFAULT
/* Default resource (options) paths */
#undef OPTFILE_DEFAULT
#define OPTFILE_PATH COBDIR_DEFAULT"/"OPTFILE_DEFAULT
/* Default run-time resource (options) paths */
#undef RTOPTFILE_DEFAULT
/* Default binary path */
#undef COBBIN_DEFAULT
/* Default install lib path */
#undef COBLIB_DEFAULT
/* Set the expand command path */
#undef COBPP_EXPAND_CMD_PATH
/* Set the GCC command */
#undef TCOB_CCX_CMD
/* Set the GAS command */
#undef TCOB_ASX_CMD
/* Default search lib paths */
#undef HTG_LD_PATHS_DEFAULT
/* Default linker args */
#undef HTG_LD_ARGS_DEFAULT
/* Name of package */
#define PACKAGE "TinyCOBOL"