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 /lynx.cfg | |
parent | 3aee60ca50a415525b4719cc30cf66fcff069775 (diff) | |
download | lynx-snapshots-a93eca0b83e4d890c28d271eb3293f08666c613e.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-46
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lynx.cfg b/lynx.cfg index 2e2f430e..495208dc 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1584,6 +1584,20 @@ MINIMAL_COMMENTS:TRUE #DIRED_MENU:TAG::Remove all tagged files and directories.::LYNXDIRED://REMOVE_TAGGED #DIRED_MENU:TAG::Untag all tagged items.::LYNXDIRED://CLEAR_TAGGED +# Unix ONLY: +#=========== +# 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 compilation +# default normally is FALSE, and can be changed here. The +# compilation or configuration default can be toggled via +# the -core command line switch. +# Note that this setting cannot be used to prevent core dumps +# with certainty. If this is important, means provided by the +# operating system or kernel should be used. +# +#NO_FORCED_CORE_DUMP:FALSE + # COLORS (only available if compiled with SVr4 curses or slang) # # The line must be of the form: |