1
0
Fork 0
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:
Gerhard Rieger 2024-07-17 17:38:42 +02:00
parent b96fd064cb
commit 50b6301bda
4 changed files with 11 additions and 7 deletions

View file

@ -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