diff options
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> */ |