Annotation of embedaddon/libxml2/acconfig.h, revision 1.1

1.1     ! misho       1: #undef PACKAGE
        !             2: #undef VERSION
        !             3: #undef HAVE_LIBZ
        !             4: #undef HAVE_LIBM
        !             5: #undef HAVE_ISINF
        !             6: #undef HAVE_ISNAN
        !             7: #undef HAVE_LIBHISTORY
        !             8: #undef HAVE_LIBREADLINE
        !             9: #undef HAVE_LIBPTHREAD
        !            10: #undef HAVE_PTHREAD_H
        !            11: 
        !            12: /* Define if IPV6 support is there */
        !            13: #undef SUPPORT_IP6
        !            14: 
        !            15: /* Define if getaddrinfo is there */
        !            16: #undef HAVE_GETADDRINFO

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>