]> granicus.if.org Git - curl/commitdiff
config-dos.h: define HAVE_TERMIOS_H only for djgpp
authorGisle Vanem <gvanem@broadpark.no>
Fri, 15 Feb 2013 00:38:39 +0000 (01:38 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 15 Feb 2013 00:38:39 +0000 (01:38 +0100)
lib/config-dos.h

index 0ab3963498504a6ccc5b3ecb9615ed98a5d14ea5..a6f3f6f779c0cc108c8bbd1868f8d343fad03cdf 100644 (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
 
   #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. */