ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / termios
blob8cb73e417434e6e428cd4cf3fb765bd1e046e566
1 Description:
2 A <termios.h> that works around platform issues.
4 Files:
5 lib/termios.in.h
6 m4/termios_h.m4
7 m4/pid_t.m4
9 Depends-on:
10 include_next
11 snippet/c++defs
12 snippet/warn-on-use
14 configure.ac:
15 gl_TERMIOS_H
17 Makefile.am:
18 BUILT_SOURCES += termios.h
20 # We need the following in order to create <termios.h> when the system
21 # version does not have all declarations.
22 termios.h: termios.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
23         $(AM_V_GEN)rm -f $@-t $@ && \
24         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
25           sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
26               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
27               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
28               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
29               -e 's|@''NEXT_TERMIOS_H''@|$(NEXT_TERMIOS_H)|g' \
30               -e 's/@''GNULIB_TCGETSID''@/$(GNULIB_TCGETSID)/g' \
31               -e 's|@''HAVE_DECL_TCGETSID''@|$(HAVE_DECL_TCGETSID)|g' \
32               -e 's|@''HAVE_TERMIOS_H''@|$(HAVE_TERMIOS_H)|g' \
33               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
34               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
35             < $(srcdir)/termios.in.h; \
36         } > $@-t && \
37         mv $@-t $@
38 MOSTLYCLEANFILES += termios.h termios.h-t
40 Include:
41 <termios.h>
43 License:
44 LGPLv2+
46 Maintainer:
47 all