diff options
author | Bruno Haible <bruno@clisp.org> | 2010-03-22 00:10:01 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-03-22 00:10:01 +0100 |
commit | 0c36c3169eddff793fa25a99519e4405f81d6df3 (patch) | |
tree | 497e96c0d6694a83c0e6f28cd610b03fd9583b8c /modules/pty | |
parent | d26ede5aeceb8fc7505533b2b88452fc8ef6f2a9 (diff) | |
download | gnulib-0c36c3169eddff793fa25a99519e4405f81d6df3.tar.gz |
openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
Diffstat (limited to 'modules/pty')
-rw-r--r-- | modules/pty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pty b/modules/pty index 9020a1a281..ead3a7e129 100644 --- a/modules/pty +++ b/modules/pty @@ -29,6 +29,7 @@ pty.h: pty.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) -e 's|@''GNULIB_OPENPTY''@|$(GNULIB_OPENPTY)|g' \ -e 's|@''HAVE_UTIL_H''@|$(HAVE_UTIL_H)|g' \ -e 's|@''HAVE_LIBUTIL_H''@|$(HAVE_LIBUTIL_H)|g' \ + -e 's|@''HAVE_OPENPTY''@|$(HAVE_OPENPTY)|g' \ -e 's|@''REPLACE_FORKPTY''@|$(REPLACE_FORKPTY)|g' \ -e 's|@''REPLACE_OPENPTY''@|$(REPLACE_OPENPTY)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |