diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-12-01 03:38:43 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-12-01 03:38:43 -0500 |
commit | 4525eb4b32fdf2124e246285af59a1e14ecbf551 (patch) | |
tree | b4fa005bd9b3ff3f0973cb1ea9e5ac4243ec2a39 /src/LYShowInfo.c | |
parent | 45f1aadc261561566cd074da1d9b0fb21a6ad78c (diff) | |
download | lynx-snapshots-4525eb4b32fdf2124e246285af59a1e14ecbf551.tar.gz |
snapshot of project "lynx", label v2-8-3dev_16
Diffstat (limited to 'src/LYShowInfo.c')
-rw-r--r-- | src/LYShowInfo.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/LYShowInfo.c b/src/LYShowInfo.c index 3170ecc9..8af9953f 100644 --- a/src/LYShowInfo.c +++ b/src/LYShowInfo.c @@ -88,16 +88,6 @@ PUBLIC int showinfo ARGS4( (LYNX_RELEASE ? LYNX_WWW_HOME : LYNX_WWW_DIST), (LYNX_RELEASE ? REL_VERSION : DEV_VERSION) ); -#if defined(HAVE_CONFIG_H) && !defined(NO_CONFIG_INFO) - if (!no_compileopts_info) { - fprintf(fp0, " - <a href=\"LYNXCOMPILEOPTS:\">%s</a>\n", - COMPILE_OPT_SEGMENT); - } else -#endif - if (!no_lynxcfg_info) { - fprintf(fp0, " - <a href=\"LYNXCFG:\">%s lynx.cfg</a>\n", - YOUR_SEGMENT); - } fprintf(fp0, "</h1>\n"); /* don't forget to close <h1> */ |