* extraconf.h [!USE_VFS]: Undefine USE_NETCODE and

USE_EXT2FSLIB.
This commit is contained in:
Pavel Roskin 2001-05-29 23:43:05 +00:00
parent 4c7a7f7132
commit 6b317d088e
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2001-05-29 Pavel Roskin <proski@gnu.org>
* extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
USE_EXT2FSLIB.
* extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
* pc/config.h: Likewise.

View File

@ -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