portability: we use termios.h and sys/ioctl.h

Reported by Maarten De Braekeleer.
https://lists.gnu.org/r/bison-patches/2020-07/msg00079.html

* bootstrap.conf (gnulib_modules): Add termios and sys_ioctl.
This commit is contained in:
Akim Demaille
2020-08-01 21:03:17 +02:00
parent ad6f600bb1
commit 2f8a874215
6 changed files with 12 additions and 1 deletions

2
m4/.gitignore vendored
View File

@@ -183,6 +183,7 @@
/strndup.m4
/strnlen.m4
/strverscmp.m4
/sys_ioctl_h.m4
/sys_resource_h.m4
/sys_socket_h.m4
/sys_stat_h.m4
@@ -190,6 +191,7 @@
/sys_times_h.m4
/sys_types_h.m4
/sys_wait_h.m4
/termios_h.m4
/threadlib.m4
/time_h.m4
/timespec.m4