mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
USE_EXT2FSLIB.
This commit is contained in:
parent
4c7a7f7132
commit
6b317d088e
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user