mirror of https://github.com/MidnightCommander/mc
* config.h: Remove all HAS_NO_* definitions, they are unused.
This commit is contained in:
parent
3249e26bd5
commit
3116cb1081
|
@ -1,5 +1,7 @@
|
|||
2002-01-17 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* config.h: Remove all HAS_NO_* definitions, they are unused.
|
||||
|
||||
* chmod.c: Remove OS/2 specific code.
|
||||
* config.h: Likewise.
|
||||
|
||||
|
|
|
@ -37,10 +37,6 @@
|
|||
#define NEEDS_IO_H
|
||||
#define NEEDS_DRIVE_H
|
||||
#define NEEDS_FCNTL_H
|
||||
#define HAS_NO_GRP_PWD_H
|
||||
#define HAS_NO_TERMIOS_H
|
||||
#define HAS_NO_SYS_PARAM_H
|
||||
#define HAS_NO_SYS_IOCTL_H
|
||||
|
||||
#define USE_O_TEXT
|
||||
#define HAS_ACS_AS_PCCHARS
|
||||
|
|
Loading…
Reference in New Issue