1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-08 05:36:32 +00:00

merged socat did not compile on Solaris when configured with --disable-termios

This commit is contained in:
Gerhard Rieger 2008-09-24 09:05:39 +02:00
commit 674b0e608d
8 changed files with 34 additions and 8 deletions

View file

@ -34,7 +34,7 @@
#if HAVE_GRP_H
#include <grp.h> /* getgrnam() */
#endif
#if HAVE_PTY_H
#if HAVE_PTY_H && _WITH_TERMIOS
#include <pty.h>
#endif
#if HAVE_SYS_PARAM_H
@ -135,7 +135,7 @@
#include <linux/if_tun.h>
#endif
#if HAVE_TERMIOS_H && WITH_TERMIOS
#if HAVE_TERMIOS_H && _WITH_TERMIOS
#include <termios.h>
#endif
#if HAVE_SYS_UTSNAME_H