Home
last modified time | relevance | path

Searched refs:HAVE_OPENPTY (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/
Dconfig.h173 #define HAVE_OPENPTY 1 macro
Dsshpty.c26 #if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY)
51 #if defined(HAVE_OPENPTY) in pty_allocate()
DINSTALL75 If openpty() is being used (HAVE_OPENPTY defined in config.h) and it fails,
Dconfigure.in167 AC_SEARCH_LIBS(openpty, util, [AC_DEFINE(HAVE_OPENPTY,,Have openpty() function)]) definition
172 AC_SEARCH_LIBS(openpty, util, [AC_DEFINE(HAVE_OPENPTY)]) definition
Dconfig.h.in172 #undef HAVE_OPENPTY