[AC_INCLUDES_DEFAULT
@%:@include <sys/socket.h>
])
+AC_CHECK_TYPE([speed_t], [],
+ [AC_DEFINE([speed_t], [short],
+ [Define to `short' if <termios.h> does not define])],
+ [AC_INCLUDES_DEFAULT
+@%:@include <termios.h>
+])
dnl Which version of struct msghdr do we have?
AC_CHECK_MEMBERS([struct msgdr.msg_control],,, [