diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-07 11:19:32 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-07 11:19:32 -0400 |
commit | a93eca0b83e4d890c28d271eb3293f08666c613e (patch) | |
tree | a17895d165fc2719770037b07ac6dad61233f850 /userdefs.h | |
parent | 3aee60ca50a415525b4719cc30cf66fcff069775 (diff) | |
download | lynx-snapshots-a93eca0b83e4d890c28d271eb3293f08666c613e.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-46
Diffstat (limited to 'userdefs.h')
-rw-r--r-- | userdefs.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/userdefs.h b/userdefs.h index 72fa9227..3ebd912a 100644 --- a/userdefs.h +++ b/userdefs.h @@ -374,6 +374,16 @@ */ #define LIST_FORMAT " %p %4l %-8.8o %-8.8g %7s %-12.12d %a" +/* + * If NO_FORCED_CORE_DUMP is set to TRUE, Lynx will not force + * core dumps via abort() calls on fatal errors or assert() + * calls to check potentially fatal errors. The default defined + * here can be changed in lynx.cfg, and the compilation or + * configuration default can be toggled via the -core command + * line switch. + */ +#define NO_FORCED_CORE_DUMP FALSE + #endif /* VMS OR UNIX */ /************************************************************* @@ -1250,7 +1260,7 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.7.1ac-0.45" +#define LYNX_VERSION "2.7.1ac-0.46" /**************************************************************** * The LYMessages_en.h header defines default, English strings |