Searched refs:HAVE_GLIBC_API_VERSION_SUPPORT (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/dns/ |
| D | dns_str_resflags.c | 59 #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/ |
| D | issuid.c | 56 #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/ |
| D | sys_defs.h | 758 #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)
|