Annotation of embedaddon/libxml2/config.h.in, revision 1.1.1.3

1.1       misho       1: /* config.h.in.  Generated from configure.in by autoheader.  */
                      2: 
                      3: /* Define to 1 if you have the <ansidecl.h> header file. */
                      4: #undef HAVE_ANSIDECL_H
                      5: 
                      6: /* Define to 1 if you have the <arpa/inet.h> header file. */
                      7: #undef HAVE_ARPA_INET_H
                      8: 
                      9: /* Define to 1 if you have the <arpa/nameser.h> header file. */
                     10: #undef HAVE_ARPA_NAMESER_H
                     11: 
                     12: /* Whether struct sockaddr::__ss_family exists */
                     13: #undef HAVE_BROKEN_SS_FAMILY
                     14: 
                     15: /* Define to 1 if you have the `class' function. */
                     16: #undef HAVE_CLASS
                     17: 
                     18: /* Define to 1 if you have the <ctype.h> header file. */
                     19: #undef HAVE_CTYPE_H
                     20: 
                     21: /* Define to 1 if you have the <dirent.h> header file. */
                     22: #undef HAVE_DIRENT_H
                     23: 
                     24: /* Define to 1 if you have the <dlfcn.h> header file. */
                     25: #undef HAVE_DLFCN_H
                     26: 
                     27: /* Have dlopen based dso */
                     28: #undef HAVE_DLOPEN
                     29: 
                     30: /* Define to 1 if you have the <dl.h> header file. */
                     31: #undef HAVE_DL_H
                     32: 
                     33: /* Define to 1 if you have the <errno.h> header file. */
                     34: #undef HAVE_ERRNO_H
                     35: 
                     36: /* Define to 1 if you have the <fcntl.h> header file. */
                     37: #undef HAVE_FCNTL_H
                     38: 
                     39: /* Define to 1 if you have the `finite' function. */
                     40: #undef HAVE_FINITE
                     41: 
                     42: /* Define to 1 if you have the <float.h> header file. */
                     43: #undef HAVE_FLOAT_H
                     44: 
                     45: /* Define to 1 if you have the `fpclass' function. */
                     46: #undef HAVE_FPCLASS
                     47: 
                     48: /* Define to 1 if you have the `fprintf' function. */
                     49: #undef HAVE_FPRINTF
                     50: 
                     51: /* Define to 1 if you have the `fp_class' function. */
                     52: #undef HAVE_FP_CLASS
                     53: 
                     54: /* Define to 1 if you have the <fp_class.h> header file. */
                     55: #undef HAVE_FP_CLASS_H
                     56: 
                     57: /* Define to 1 if you have the `ftime' function. */
                     58: #undef HAVE_FTIME
                     59: 
                     60: /* Define if getaddrinfo is there */
                     61: #undef HAVE_GETADDRINFO
                     62: 
                     63: /* Define to 1 if you have the `gettimeofday' function. */
                     64: #undef HAVE_GETTIMEOFDAY
                     65: 
                     66: /* Define to 1 if you have the <ieeefp.h> header file. */
                     67: #undef HAVE_IEEEFP_H
                     68: 
                     69: /* Define to 1 if you have the <inttypes.h> header file. */
                     70: #undef HAVE_INTTYPES_H
                     71: 
1.1.1.3 ! misho      72: /* Define to 1 if you have the `isascii' function. */
        !            73: #undef HAVE_ISASCII
        !            74: 
1.1       misho      75: /* Define if isinf is there */
                     76: #undef HAVE_ISINF
                     77: 
                     78: /* Define if isnan is there */
                     79: #undef HAVE_ISNAN
                     80: 
                     81: /* Define to 1 if you have the `isnand' function. */
                     82: #undef HAVE_ISNAND
                     83: 
                     84: /* Define if history library is there (-lhistory) */
                     85: #undef HAVE_LIBHISTORY
                     86: 
1.1.1.2   misho      87: /* Have compression library */
                     88: #undef HAVE_LIBLZMA
                     89: 
1.1       misho      90: /* Define if pthread library is there (-lpthread) */
                     91: #undef HAVE_LIBPTHREAD
                     92: 
                     93: /* Define if readline library is there (-lreadline) */
                     94: #undef HAVE_LIBREADLINE
                     95: 
                     96: /* Have compression library */
                     97: #undef HAVE_LIBZ
                     98: 
                     99: /* Define to 1 if you have the <limits.h> header file. */
                    100: #undef HAVE_LIMITS_H
                    101: 
                    102: /* Define to 1 if you have the `localtime' function. */
                    103: #undef HAVE_LOCALTIME
                    104: 
1.1.1.2   misho     105: /* Define to 1 if you have the <lzma.h> header file. */
                    106: #undef HAVE_LZMA_H
                    107: 
1.1       misho     108: /* Define to 1 if you have the <malloc.h> header file. */
                    109: #undef HAVE_MALLOC_H
                    110: 
                    111: /* Define to 1 if you have the <math.h> header file. */
                    112: #undef HAVE_MATH_H
                    113: 
                    114: /* Define to 1 if you have the <memory.h> header file. */
                    115: #undef HAVE_MEMORY_H
                    116: 
1.1.1.3 ! misho     117: /* Define to 1 if you have the `mmap' function. */
        !           118: #undef HAVE_MMAP
        !           119: 
        !           120: /* Define to 1 if you have the `munmap' function. */
        !           121: #undef HAVE_MUNMAP
        !           122: 
        !           123: /* mmap() is no good without munmap() */
        !           124: #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
        !           125: #  undef /**/ HAVE_MMAP
        !           126: #endif
        !           127: 
1.1       misho     128: /* Define to 1 if you have the <nan.h> header file. */
                    129: #undef HAVE_NAN_H
                    130: 
                    131: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
                    132: #undef HAVE_NDIR_H
                    133: 
                    134: /* Define to 1 if you have the <netdb.h> header file. */
                    135: #undef HAVE_NETDB_H
                    136: 
                    137: /* Define to 1 if you have the <netinet/in.h> header file. */
                    138: #undef HAVE_NETINET_IN_H
                    139: 
                    140: /* Define to 1 if you have the <poll.h> header file. */
                    141: #undef HAVE_POLL_H
                    142: 
                    143: /* Define to 1 if you have the `printf' function. */
                    144: #undef HAVE_PRINTF
                    145: 
                    146: /* Define if <pthread.h> is there */
                    147: #undef HAVE_PTHREAD_H
                    148: 
1.1.1.3 ! misho     149: /* Define to 1 if you have the `putenv' function. */
        !           150: #undef HAVE_PUTENV
        !           151: 
1.1.1.2   misho     152: /* Define to 1 if you have the `rand' function. */
                    153: #undef HAVE_RAND
                    154: 
                    155: /* Define to 1 if you have the `rand_r' function. */
                    156: #undef HAVE_RAND_R
                    157: 
1.1       misho     158: /* Define to 1 if you have the <resolv.h> header file. */
                    159: #undef HAVE_RESOLV_H
                    160: 
                    161: /* Have shl_load based dso */
                    162: #undef HAVE_SHLLOAD
                    163: 
                    164: /* Define to 1 if you have the `signal' function. */
                    165: #undef HAVE_SIGNAL
                    166: 
                    167: /* Define to 1 if you have the <signal.h> header file. */
                    168: #undef HAVE_SIGNAL_H
                    169: 
                    170: /* Define to 1 if you have the `snprintf' function. */
                    171: #undef HAVE_SNPRINTF
                    172: 
                    173: /* Define to 1 if you have the `sprintf' function. */
                    174: #undef HAVE_SPRINTF
                    175: 
1.1.1.2   misho     176: /* Define to 1 if you have the `srand' function. */
                    177: #undef HAVE_SRAND
                    178: 
1.1       misho     179: /* Define to 1 if you have the `sscanf' function. */
                    180: #undef HAVE_SSCANF
                    181: 
                    182: /* Define to 1 if you have the `stat' function. */
                    183: #undef HAVE_STAT
                    184: 
                    185: /* Define to 1 if you have the <stdarg.h> header file. */
                    186: #undef HAVE_STDARG_H
                    187: 
                    188: /* Define to 1 if you have the <stdint.h> header file. */
                    189: #undef HAVE_STDINT_H
                    190: 
                    191: /* Define to 1 if you have the <stdlib.h> header file. */
                    192: #undef HAVE_STDLIB_H
                    193: 
                    194: /* Define to 1 if you have the `strdup' function. */
                    195: #undef HAVE_STRDUP
                    196: 
                    197: /* Define to 1 if you have the `strerror' function. */
                    198: #undef HAVE_STRERROR
                    199: 
                    200: /* Define to 1 if you have the `strftime' function. */
                    201: #undef HAVE_STRFTIME
                    202: 
                    203: /* Define to 1 if you have the <strings.h> header file. */
                    204: #undef HAVE_STRINGS_H
                    205: 
                    206: /* Define to 1 if you have the <string.h> header file. */
                    207: #undef HAVE_STRING_H
                    208: 
                    209: /* Define to 1 if you have the `strndup' function. */
                    210: #undef HAVE_STRNDUP
                    211: 
                    212: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
                    213:    */
                    214: #undef HAVE_SYS_DIR_H
                    215: 
                    216: /* Define to 1 if you have the <sys/mman.h> header file. */
                    217: #undef HAVE_SYS_MMAN_H
                    218: 
                    219: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
                    220:    */
                    221: #undef HAVE_SYS_NDIR_H
                    222: 
                    223: /* Define to 1 if you have the <sys/select.h> header file. */
                    224: #undef HAVE_SYS_SELECT_H
                    225: 
                    226: /* Define to 1 if you have the <sys/socket.h> header file. */
                    227: #undef HAVE_SYS_SOCKET_H
                    228: 
                    229: /* Define to 1 if you have the <sys/stat.h> header file. */
                    230: #undef HAVE_SYS_STAT_H
                    231: 
                    232: /* Define to 1 if you have the <sys/timeb.h> header file. */
                    233: #undef HAVE_SYS_TIMEB_H
                    234: 
                    235: /* Define to 1 if you have the <sys/time.h> header file. */
                    236: #undef HAVE_SYS_TIME_H
                    237: 
                    238: /* Define to 1 if you have the <sys/types.h> header file. */
                    239: #undef HAVE_SYS_TYPES_H
                    240: 
1.1.1.2   misho     241: /* Define to 1 if you have the `time' function. */
                    242: #undef HAVE_TIME
                    243: 
1.1       misho     244: /* Define to 1 if you have the <time.h> header file. */
                    245: #undef HAVE_TIME_H
                    246: 
                    247: /* Define to 1 if you have the <unistd.h> header file. */
                    248: #undef HAVE_UNISTD_H
                    249: 
                    250: /* Whether va_copy() is available */
                    251: #undef HAVE_VA_COPY
                    252: 
                    253: /* Define to 1 if you have the `vfprintf' function. */
                    254: #undef HAVE_VFPRINTF
                    255: 
                    256: /* Define to 1 if you have the `vsnprintf' function. */
                    257: #undef HAVE_VSNPRINTF
                    258: 
                    259: /* Define to 1 if you have the `vsprintf' function. */
                    260: #undef HAVE_VSPRINTF
                    261: 
                    262: /* Define to 1 if you have the <zlib.h> header file. */
                    263: #undef HAVE_ZLIB_H
                    264: 
                    265: /* Define to 1 if you have the `_stat' function. */
                    266: #undef HAVE__STAT
                    267: 
                    268: /* Whether __va_copy() is available */
                    269: #undef HAVE___VA_COPY
                    270: 
                    271: /* Define as const if the declaration of iconv() needs const. */
                    272: #undef ICONV_CONST
                    273: 
                    274: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    275:    */
                    276: #undef LT_OBJDIR
                    277: 
                    278: /* Name of package */
                    279: #undef PACKAGE
                    280: 
                    281: /* Define to the address where bug reports for this package should be sent. */
                    282: #undef PACKAGE_BUGREPORT
                    283: 
                    284: /* Define to the full name of this package. */
                    285: #undef PACKAGE_NAME
                    286: 
                    287: /* Define to the full name and version of this package. */
                    288: #undef PACKAGE_STRING
                    289: 
                    290: /* Define to the one symbol short name of this package. */
                    291: #undef PACKAGE_TARNAME
                    292: 
                    293: /* Define to the home page for this package. */
                    294: #undef PACKAGE_URL
                    295: 
                    296: /* Define to the version of this package. */
                    297: #undef PACKAGE_VERSION
                    298: 
                    299: /* Define to 1 if you have the ANSI C header files. */
                    300: #undef STDC_HEADERS
                    301: 
                    302: /* Support for IPv6 */
                    303: #undef SUPPORT_IP6
                    304: 
                    305: /* Version number of package */
                    306: #undef VERSION
                    307: 
                    308: /* Determine what socket length (socklen_t) data type is */
                    309: #undef XML_SOCKLEN_T
                    310: 
1.1.1.3 ! misho     311: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
        !           312:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
        !           313:    #define below would cause a syntax error. */
        !           314: #undef _UINT32_T
        !           315: 
1.1       misho     316: /* Using the Win32 Socket implementation */
                    317: #undef _WINSOCKAPI_
                    318: 
                    319: /* ss_family is not defined here, use __ss_family instead */
                    320: #undef ss_family
1.1.1.3 ! misho     321: 
        !           322: /* Define to the type of an unsigned integer type of width exactly 32 bits if
        !           323:    such a type exists and the standard includes do not define it. */
        !           324: #undef uint32_t

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