diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2013-02-15 01:38:39 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-02-15 01:38:39 +0100 |
commit | 5d8ec4a63476f4683cb06171feb2b64c2fc77ba1 (patch) | |
tree | 3fbf599f5bd30f975b918f83c01bed859ea1a391 /lib/config-dos.h | |
parent | 4f328b85c3c037b98bf317d4e3f702f9cb22c28e (diff) | |
download | curl-5d8ec4a63476f4683cb06171feb2b64c2fc77ba1.tar.gz |
config-dos.h: define HAVE_TERMIOS_H only for djgpp
Diffstat (limited to 'lib/config-dos.h')
-rw-r--r-- | lib/config-dos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-dos.h b/lib/config-dos.h index 0ab396349..a6f3f6f77 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -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. */ |