Home
last modified time | relevance | path

Searched defs:HAVE_SIGEMPTYSET (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dconfigure.ac237 AH_TEMPLATE([HAVE_SIGEMPTYSET], template
315 ]], [[sigset_t s; sigemptyset(&s);]])],[AC_MSG_RESULT(yes); AC_DEFINE(HAVE_SIGEMPTYSET)],[AC_MSG_RE… definition
/netbsd-src/external/bsd/less/include/
H A Ddefines.h311 #define HAVE_SIGEMPTYSET 1 macro