mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +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>
|
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.
|
* extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
|
||||||
* pc/config.h: Likewise.
|
* pc/config.h: Likewise.
|
||||||
|
|
||||||
|
@ -59,3 +59,9 @@ the need to embed this logic into configure.in.
|
|||||||
# undef HAS_CURSES
|
# undef HAS_CURSES
|
||||||
# undef USE_NCURSES
|
# undef USE_NCURSES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef USE_VFS
|
||||||
|
# undef USE_NETCODE
|
||||||
|
# undef USE_EXT2FSLIB
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user