Home
last modified time | relevance | path

Searched refs:HAVE_GLIBC_API_VERSION_SUPPORT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/dns/
Ddns_str_resflags.c59 #if defined(RES_AAONLY) && !HAVE_GLIBC_API_VERSION_SUPPORT(2, 24)
63 #if defined(RES_PRIMARY) && !HAVE_GLIBC_API_VERSION_SUPPORT(2, 24)
84 #if defined(RES_NOCHECKNAME) && !HAVE_GLIBC_API_VERSION_SUPPORT(2, 24)
89 #if defined(RES_KEEPTSIG) && !HAVE_GLIBC_API_VERSION_SUPPORT(2, 24)
92 #if defined(RES_BLAST) && !HAVE_GLIBC_API_VERSION_SUPPORT(2, 24)
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dissuid.c56 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) __GLIBC_PREREQ(maj, min) macro
58 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) \ macro
62 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 19)
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dsys_defs.h758 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) __GLIBC_PREREQ(maj, min) macro
760 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) \ macro
799 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 1)
807 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 4)
840 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 34)