termios: fix compilation on mingw
authorEric Blake <eblake@redhat.com>
Wed, 13 Oct 2010 20:54:00 +0000 (14:54 -0600)
committerIan Beckwith <ianb@erislabs.net>
Sat, 23 Oct 2010 21:57:28 +0000 (22:57 +0100)
commitfef7abe8195467c94b730b5a1544f210d51ed6fa
tree4f3a2f407f4820012eebf53e96aafa1b5b4d5f02
parent5745759cc443626c3ed3443e994ee3c853160150
termios: fix compilation on mingw

* m4/termios_h.m4 (gl_TERMIOS_H_DEFAULTS): Set default.
(gl_TERMIOS_H): Adjust it on mingw.
* modules/termios (Makefile.am): Substitute new key.
* lib/termios.in.h (includes): Make include_next conditional.
* doc/posix-headers/termios.texi (termios.h): Update
documentation.
Reported by Daniel P. Berrange.

Signed-off-by: Eric Blake <eblake@redhat.com>
(cherry picked from commit b6d1430494cdd252cd52eca6abf88b1a00f6c983)
ChangeLog
doc/posix-headers/termios.texi
lib/termios.in.h
m4/termios_h.m4
modules/termios