* extraconf.h: Remove OS/2 specific code.

This commit is contained in:
Pavel Roskin 2002-01-17 07:27:04 +00:00
parent 73ed832576
commit e02f421074
2 changed files with 2 additions and 17 deletions

View File

@ -1,5 +1,7 @@
2002-01-17 Pavel Roskin <proski@gnu.org>
* extraconf.h: Remove OS/2 specific code.
* doc/mc.1.in (Configuration): Clarify some entries.
2002-01-11 Andrew V. Samoilov <kai@cmail.ru>

View File

@ -25,23 +25,6 @@ the need to embed this logic into configure.in.
# endif
#endif
#ifdef __os2__
# define OS2_NT 1
# define S_ISFIFO(x) 0
# 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
# define NEEDS_CR_LF_TRANSLATION
#endif
#ifdef _OS_NT
# define OS2_NT 1
#endif