HomeSort by: relevance | last modified time | path
    Searched defs:HAVE_GLIBC_API_VERSION_SUPPORT (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
issuid.c 56 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) __GLIBC_PREREQ(maj, min)
58 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) \
62 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 19)
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 759 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) __GLIBC_PREREQ(maj, min)
761 #define HAVE_GLIBC_API_VERSION_SUPPORT(maj, min) \
800 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 1)
808 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 4)
841 #if HAVE_GLIBC_API_VERSION_SUPPORT(2, 34)

Completed in 60 milliseconds