267 lines
7.1 KiB
Plaintext
267 lines
7.1 KiB
Plaintext
/* htconfig.h. Generated automatically by configure. */
|
|
/* 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. */
|
|
#define HAVE_VPRINTF 1
|
|
|
|
/* 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. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Define to be the name of the operating system. */
|
|
/* #undef OS_TYPE */
|
|
|
|
/* Define if you have the <ctype.h> header file. */
|
|
#define HAVE_CTYPE_H 1
|
|
|
|
/* Define if you have the <sys/stat.h> header file. */
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
/* Define if you have the <sys/types.h> header file. */
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define if you have the <getopt.h> header file. */
|
|
#define HAVE_GETOPT_H 1
|
|
|
|
/* Define if you have the <stdio.h> header file. */
|
|
#define HAVE_STDIO_H 1
|
|
|
|
/* Define if you have the <alloca.h> header file. */
|
|
#define HAVE_ALLOCA_H 1
|
|
|
|
/* Define if you have the <errno.h> header file. */
|
|
#define HAVE_ERRNO_H 1
|
|
|
|
/* Define if you have the <stdlib.h> header file. */
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
/* Define if you have the <strings.h> header file. */
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
/* Define if you have the <string.h> header file. */
|
|
#define HAVE_STRING_H 1
|
|
|
|
/* Define if your <utime.h> declares header file.. */
|
|
#define HAVE_UTIME_H 1
|
|
|
|
/* Define if your <sys/time.h> declares struct tm. */
|
|
/* #undef TM_IN_SYS_TIME */
|
|
|
|
/* Define if you have the strcspn function. */
|
|
#define HAVE_STRCSPN 1
|
|
|
|
/* Define if you have the strdup function. */
|
|
#define HAVE_STRDUP 1
|
|
|
|
/* Define if you have the strerror function. */
|
|
#define HAVE_STRERROR 1
|
|
|
|
/* Define if you have the strspn function. */
|
|
#define HAVE_STRSPN 1
|
|
|
|
/* Define if you have the putenv function. */
|
|
#define HAVE_PUTENV 1
|
|
|
|
/* Define if you have the <fcntl.h> header file. */
|
|
#define HAVE_FCNTL_H 1
|
|
|
|
/* Define if you have the <limits.h> header file. */
|
|
#define HAVE_LIMITS_H 1
|
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
|
#define HAVE_SYS_TIME_H 1
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
/* Define if you have the <ncurses.h> header file. */
|
|
#define HAVE_NCURSES_H 1
|
|
|
|
/* Define if your system has a working `malloc' function. */
|
|
/* #undef HAVE_MALLOC */
|
|
|
|
/* Define if you have the <malloc.h> header file. */
|
|
#define HAVE_MALLOC_H 1
|
|
|
|
/* 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). */
|
|
#define HAVE_LIBM 1
|
|
#define HTG_LD_ARGS_MATH "-lm"
|
|
|
|
/* Define the name of the TinyCOBOL Run-Time libraries. */
|
|
#define HTG_LD_ARGS_HT1 "-lhtcobol"
|
|
|
|
/*
|
|
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. */
|
|
#define USE_DB_3 1
|
|
|
|
/* 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 */
|
|
|
|
/* Set MYSQL gateway features on */
|
|
#define USE_MYSQL_GATEWAY 1
|
|
|
|
/* Enable file LOCK server feature */
|
|
/* #undef USE_LOCKSERVER */
|
|
|
|
/* Enable file SYNC feature */
|
|
/* #undef USE_SYNC */
|
|
|
|
/* Define DB library name (default -ldb) */
|
|
#define HTG_LD_ARGS_DB "-ldb"
|
|
|
|
/* Define if you have the curses library. */
|
|
#define HAVE_LIBCURSES 1
|
|
#define HTG_LD_ARGS_CURSES "-lncurses"
|
|
|
|
/* Define if you the curses library with color_set function. */
|
|
#define CURSES_HAS_COLOR_SET 1
|
|
|
|
/* Define if you have the dl library (-ldl). */
|
|
/* Set run time library loading feature. */
|
|
/* #undef WANT_DYNAMIC_LIBS */
|
|
/* #undef HAVE_LIBDL */
|
|
#define HTG_LD_ARGS_DL "-ldl"
|
|
|
|
/* Define if you have the readline library (-lreadline). */
|
|
/* Set use readline library features. */
|
|
/* #undef HAVE_LIBREADLINE */
|
|
/* #undef WANT_READLINE */
|
|
#define HTG_LD_ARGS_READLINE "-lreadline"
|
|
|
|
|
|
/* 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 */
|
|
#define TCOBPP_LANGUAGE_en 1
|
|
/* #undef TCOBPP_LANGUAGE_fr */
|
|
/* #undef TCOBPP_LANGUAGE_it */
|
|
/* #undef TCOBPP_LANGUAGE_pt_BR */
|
|
/* #undef TCOBPP_LANGUAGE_es */
|
|
#define TCOB_LANGUAGE_en 1
|
|
/* #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 */
|
|
#define COBDIR_DEFAULT "/opt/tiny/share/htcobol"
|
|
|
|
/* Default resource (options) paths */
|
|
#define OPTFILE_DEFAULT "htcobolrc"
|
|
#define OPTFILE_PATH COBDIR_DEFAULT"/"OPTFILE_DEFAULT
|
|
|
|
/* Default run-time resource (options) paths */
|
|
#define RTOPTFILE_DEFAULT "htrtconf"
|
|
|
|
/* Default binary path */
|
|
#define COBBIN_DEFAULT "/opt/tiny/bin"
|
|
|
|
/* Default install lib path */
|
|
#define COBLIB_DEFAULT "/opt/tiny/lib"
|
|
|
|
/* Set the expand command path */
|
|
#define COBPP_EXPAND_CMD_PATH "/usr/bin/expand"
|
|
|
|
/* Set the GCC command */
|
|
#define TCOB_CCX_CMD "gcc"
|
|
|
|
/* Set the GAS command */
|
|
#define TCOB_ASX_CMD "as"
|
|
|
|
/* Default search lib paths */
|
|
#define HTG_LD_PATHS_DEFAULT "-L/usr/lib -L/opt/tiny/lib -L../../lib"
|
|
|
|
/* Default linker args */
|
|
#define HTG_LD_ARGS_DEFAULT "-lhtcobol -ldb -lncurses -lm"
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "TinyCOBOL"
|
|
|
|
|
|
|