config-dos.h: define HAVE_TERMIOS_H only for djgpp

This commit is contained in:
Gisle Vanem 2013-02-15 01:38:39 +01:00 committed by Yang Tse
parent 4f328b85c3
commit 5d8ec4a634
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,6 @@
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
@ -162,6 +161,7 @@
#define HAVE_SIGACTION 1
#define HAVE_SIGSETJMP 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_VARIADIC_MACROS_GCC 1
/* Because djgpp <= 2.03 doesn't have snprintf() etc. */