diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-03-23 00:37:21 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-03-23 00:37:21 +0000 |
commit | 7c7ff9bd2d0334289b1a705c94d7a14046fb9a8a (patch) | |
tree | 91d9a847037b402ad37b67c5b893ca2f8dc64b1b /INSTALLATION | |
parent | 431f06f02cbacbd4496e13ebda51a580f0a48b91 (diff) | |
download | lynx-snapshots-7c7ff9bd2d0334289b1a705c94d7a14046fb9a8a.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6g
Diffstat (limited to 'INSTALLATION')
-rw-r--r-- | INSTALLATION | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALLATION b/INSTALLATION index 7705f805..1c34683e 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -524,6 +524,10 @@ II. Compile instructions -- UNIX Disabled by default, this allows interruption of NSL requests, so that `z' will stop the `look-up' phase of a connection. + --enable-stdnoreturn (define HAVE_STDNORETURN_H) + Check for C11 _Noreturn feature, using that rather than gcc-specific + __attribute__((noreturn)), to improve compiler diagnostics. + --enable-syslog (define SYSLOG_REQUESTED_URLS) Use this option to log NSL requests via syslog(). @@ -1487,4 +1491,4 @@ VIII. Acknowledgment -- 1999/04/24 - H. Nelson <lynx-admin@irm.nara.kindai.ac.jp> -- vile:txtmode --- $LynxId: INSTALLATION,v 1.131 2018/12/28 21:40:38 tom Exp $ +-- $LynxId: INSTALLATION,v 1.132 2021/03/23 00:37:21 tom Exp $ |