mirror of
https://repo.or.cz/socat.git
synced 2025-07-18 00:53:25 +00:00
For isastream() include stropts.h instead of sys/stropts.h
This commit is contained in:
parent
b96fd064cb
commit
50b6301bda
4 changed files with 11 additions and 7 deletions
|
@ -315,8 +315,8 @@
|
|||
/* Define if you have the <libutil.h> header file. (FreeBSD: openpty()) */
|
||||
#undef HAVE_LIBUTIL_H
|
||||
|
||||
/* Define if you have the <sys/stropts.h> header file. (stream opts on SunOS)*/
|
||||
#undef HAVE_SYS_STROPTS_H
|
||||
/* Define if you have the <stropts.h> header file. (stream opts on SunOS)*/
|
||||
#undef HAVE_STROPTS_H
|
||||
|
||||
/* Define if you have the <regex.h> header file. */
|
||||
#undef HAVE_REGEX_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue