GnuCOBOL
2.0
A free COBOL compiler
|
Go to the source code of this file.
#define COB_EXEEXT "" |
Definition at line 8 of file config.h.
Referenced by cobc_print_info(), print_info(), and process_link().
#define COB_EXPORT_DYN "-Wl,--export-dynamic" |
Definition at line 14 of file config.h.
Referenced by main(), process_library(), process_link(), process_module(), and process_module_direct().
#define COB_PIC_FLAGS "-fPIC -DPIC" |
Definition at line 32 of file config.h.
Referenced by main(), process_assemble(), process_library(), process_module(), and process_module_direct().
#define COB_SHARED_OPT "-shared" |
Definition at line 35 of file config.h.
Referenced by main(), process_library(), process_module(), and process_module_direct().
#define COB_STRIP_CMD "strip --strip-unneeded" |
Definition at line 41 of file config.h.
Referenced by process_library(), process_link(), process_module(), and process_module_direct().
#define PACKAGE "gnu-cobol" |
Definition at line 294 of file config.h.
Referenced by cob_init(), and main().
#define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net" |
#define PACKAGE_NAME "GnuCOBOL" |
Definition at line 300 of file config.h.
Referenced by cobc_print_version(), cobcrun_print_version(), print_runtime_env(), and print_version().
#define PACKAGE_VERSION "2.0" |
Definition at line 312 of file config.h.
Referenced by cob_check_version(), cobc_print_version(), cobcrun_print_version(), codegen(), output_header(), print_runtime_env(), and print_version().
#define PATCH_LEVEL 0 |
Definition at line 315 of file config.h.
Referenced by cob_check_version(), cobc_print_version(), cobcrun_print_version(), codegen(), output_header(), print_runtime_env(), and print_version().
#define WITH_CURSES "ncurses" |
Definition at line 355 of file config.h.
Referenced by cobc_print_info(), and print_info().
#define WITH_VARSEQ 0 |
Definition at line 370 of file config.h.
Referenced by cob_load_config(), cobc_print_info(), and print_info().