From 6b317d088eca4851a1cb5fa17a0f376ba0baf10f Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 29 May 2001 23:43:05 +0000 Subject: [PATCH] * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and USE_EXT2FSLIB. --- ChangeLog | 3 +++ extraconf.h | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0b607bc45..3be20233c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-05-29 Pavel Roskin + * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and + USE_EXT2FSLIB. + * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS. * pc/config.h: Likewise. diff --git a/extraconf.h b/extraconf.h index ef521f348..f9ad7ba59 100644 --- a/extraconf.h +++ b/extraconf.h @@ -59,3 +59,9 @@ the need to embed this logic into configure.in. # undef HAS_CURSES # undef USE_NCURSES #endif + +#ifndef USE_VFS +# undef USE_NETCODE +# undef USE_EXT2FSLIB +#endif +