Allow use of --avoid=extensions-aix.
[gnulib.git] / modules / termios
blobabc954ceb4296bb8c18d9d13bc4a8ccfefc795f0
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 gen-header
11 include_next
12 snippet/c++defs
13 snippet/warn-on-use
15 configure.ac:
16 gl_TERMIOS_H
17 gl_TERMIOS_H_REQUIRE_DEFAULTS
18 AC_PROG_MKDIR_P
20 Makefile.am:
21 BUILT_SOURCES += termios.h
23 # We need the following in order to create <termios.h> when the system
24 # version does not have all declarations.
25 termios.h: termios.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
26 @NMD@   $(AM_V_GEN)$(MKDIR_P) '%reldir%'
27         $(gl_V_at)$(SED_HEADER_STDOUT) \
28               -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
29               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
30               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
31               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
32               -e 's|@''NEXT_TERMIOS_H''@|$(NEXT_TERMIOS_H)|g' \
33               -e 's/@''GNULIB_TCGETSID''@/$(GNULIB_TCGETSID)/g' \
34               -e 's|@''HAVE_DECL_TCGETSID''@|$(HAVE_DECL_TCGETSID)|g' \
35               -e 's|@''HAVE_TERMIOS_H''@|$(HAVE_TERMIOS_H)|g' \
36               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
37               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
38               $(srcdir)/termios.in.h > $@-t
39         $(AM_V_at)mv $@-t $@
40 MOSTLYCLEANFILES += termios.h termios.h-t
42 Include:
43 <termios.h>
45 License:
46 LGPLv2+
48 Maintainer:
49 all