diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-08-26 13:39:32 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-08-26 13:39:32 -0400 |
commit | ab1d1ae525ff4bed44e3ca2030fa655ad7c5bc7d (patch) | |
tree | 6443da66048e206549901ab7f49b3772749a755a /src/LYrcFile.c | |
parent | fde43024bd6579b609526faf94dcdbcb6f2bc5e1 (diff) | |
download | lynx-snapshots-ab1d1ae525ff4bed44e3ca2030fa655ad7c5bc7d.tar.gz |
snapshot of project "lynx", label v2-8-3dev_7
Diffstat (limited to 'src/LYrcFile.c')
-rw-r--r-- | src/LYrcFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYrcFile.c b/src/LYrcFile.c index cc9d6221..adcc312f 100644 --- a/src/LYrcFile.c +++ b/src/LYrcFile.c @@ -480,7 +480,7 @@ PUBLIC void read_rc NOPARAMS #endif /* DISP_PARTIAL */ #endif /* NOTUSED */ -#ifdef ENABLE_OPTS_CHANGE_EXEC +#if defined(ENABLE_OPTS_CHANGE_EXEC) && (defined(EXEC_LINKS) || defined(EXEC_SCRIPTS)) /* * Local execution mode - all links. */ |