summaryrefslogtreecommitdiff
path: root/modules/pty
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-22 02:46:57 +0100
committerBruno Haible <bruno@clisp.org>2010-03-22 02:46:57 +0100
commiteb8d73f9107decfddc7de65c4d3ba55b85850b8e (patch)
treeec7594b158675b98eadc6fe500c3efeac8064f18 /modules/pty
parente665e401dc9aea001cf3eebff04ec3166943372b (diff)
downloadgnulib-eb8d73f9107decfddc7de65c4d3ba55b85850b8e.tar.gz
forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
Diffstat (limited to 'modules/pty')
-rw-r--r--modules/pty1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pty b/modules/pty
index aed2406473..bc83a29f45 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_FORKPTY''@|$(HAVE_FORKPTY)|g' \
-e 's|@''HAVE_OPENPTY''@|$(HAVE_OPENPTY)|g' \
-e 's|@''REPLACE_FORKPTY''@|$(REPLACE_FORKPTY)|g' \
-e 's|@''REPLACE_OPENPTY''@|$(REPLACE_OPENPTY)|g' \