diff options
Diffstat (limited to 'src/LYNews.c')
-rw-r--r-- | src/LYNews.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LYNews.c b/src/LYNews.c index 6b988b55..1c4cd6ad 100644 --- a/src/LYNews.c +++ b/src/LYNews.c @@ -1,4 +1,5 @@ #include <HTUtils.h> +#ifndef DISABLE_NEWS #include <HTParse.h> #include <HTAccess.h> #include <HTCJK.h> @@ -468,3 +469,5 @@ PRIVATE void terminate_message ARGS1( refresh(); #endif /* VMS */ } + +#endif /* not DISABLE_NEWS */ |