Annotation of libaitrpc/inc/config.h.in, revision 1.6

1.1       misho       1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
                      2: 
1.6     ! misho       3: /* Build library with zero-copy return array from RPC client */
        !             4: #undef CLI_RES_ZCOPY
        !             5: 
1.1       misho       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 `crcFletcher16' function. */
                     10: #undef HAVE_CRCFLETCHER16
                     11: 
                     12: /* Define to 1 if you have the `fork' function. */
                     13: #undef HAVE_FORK
                     14: 
                     15: /* Define to 1 if you have the `hash_fnv1' function. */
                     16: #undef HAVE_HASH_FNV1
                     17: 
                     18: /* Define to 1 if you have the <inttypes.h> header file. */
                     19: #undef HAVE_INTTYPES_H
                     20: 
1.4       misho      21: /* Define to 1 if you have the `io_arrayDestroy' function. */
                     22: #undef HAVE_IO_ARRAYDESTROY
                     23: 
                     24: /* Define to 1 if you have the `io_arrayInit' function. */
                     25: #undef HAVE_IO_ARRAYINIT
                     26: 
1.1       misho      27: /* Define to 1 if you have the `aitcrc' library (-laitcrc). */
                     28: #undef HAVE_LIBAITCRC
                     29: 
1.4       misho      30: /* Define to 1 if you have the `aitio' library (-laitio). */
                     31: #undef HAVE_LIBAITIO
                     32: 
1.5       misho      33: /* Define to 1 if you have the `aitsched' library (-laitsched). */
                     34: #undef HAVE_LIBAITSCHED
                     35: 
1.3       misho      36: /* Define to 1 if you have the `pthread' library (-lpthread). */
                     37: #undef HAVE_LIBPTHREAD
                     38: 
1.1       misho      39: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
                     40:    to 0 otherwise. */
                     41: #undef HAVE_MALLOC
                     42: 
                     43: /* Define to 1 if you have the <memory.h> header file. */
                     44: #undef HAVE_MEMORY_H
                     45: 
                     46: /* Define to 1 if you have the `memset' function. */
                     47: #undef HAVE_MEMSET
                     48: 
                     49: /* Define to 1 if you have the <netdb.h> header file. */
                     50: #undef HAVE_NETDB_H
                     51: 
                     52: /* Define to 1 if you have the <netinet/in.h> header file. */
                     53: #undef HAVE_NETINET_IN_H
                     54: 
1.3       misho      55: /* Define to 1 if you have the `pthread_yield' function. */
                     56: #undef HAVE_PTHREAD_YIELD
                     57: 
1.1       misho      58: /* Define to 1 if your system has a GNU libc compatible `realloc' function,
                     59:    and to 0 otherwise. */
                     60: #undef HAVE_REALLOC
                     61: 
1.5       misho      62: /* Define to 1 if you have the `schedEnd' function. */
                     63: #undef HAVE_SCHEDEND
                     64: 
                     65: /* Define to 1 if you have the `schedInit' function. */
                     66: #undef HAVE_SCHEDINIT
                     67: 
1.1       misho      68: /* Define to 1 if you have the `select' function. */
                     69: #undef HAVE_SELECT
                     70: 
                     71: /* Define to 1 if you have the `socket' function. */
                     72: #undef HAVE_SOCKET
                     73: 
1.2       misho      74: /* Define to 1 if you have the `srandomdev' function. */
                     75: #undef HAVE_SRANDOMDEV
                     76: 
1.1       misho      77: /* Define to 1 if you have the <stdint.h> header file. */
                     78: #undef HAVE_STDINT_H
                     79: 
                     80: /* Define to 1 if you have the <stdlib.h> header file. */
                     81: #undef HAVE_STDLIB_H
                     82: 
                     83: /* Define to 1 if you have the `strdup' function. */
                     84: #undef HAVE_STRDUP
                     85: 
                     86: /* Define to 1 if you have the `strerror' function. */
                     87: #undef HAVE_STRERROR
                     88: 
                     89: /* Define to 1 if you have the <strings.h> header file. */
                     90: #undef HAVE_STRINGS_H
                     91: 
                     92: /* Define to 1 if you have the <string.h> header file. */
                     93: #undef HAVE_STRING_H
                     94: 
                     95: /* Define to 1 if you have the <sys/param.h> header file. */
                     96: #undef HAVE_SYS_PARAM_H
                     97: 
                     98: /* Define to 1 if you have the <sys/socket.h> header file. */
                     99: #undef HAVE_SYS_SOCKET_H
                    100: 
                    101: /* Define to 1 if you have the <sys/stat.h> header file. */
                    102: #undef HAVE_SYS_STAT_H
                    103: 
                    104: /* Define to 1 if you have the <sys/types.h> header file. */
                    105: #undef HAVE_SYS_TYPES_H
                    106: 
                    107: /* Define to 1 if you have the <unistd.h> header file. */
                    108: #undef HAVE_UNISTD_H
                    109: 
                    110: /* Define to 1 if you have the `vfork' function. */
                    111: #undef HAVE_VFORK
                    112: 
                    113: /* Define to 1 if you have the <vfork.h> header file. */
                    114: #undef HAVE_VFORK_H
                    115: 
                    116: /* Define to 1 if `fork' works. */
                    117: #undef HAVE_WORKING_FORK
                    118: 
                    119: /* Define to 1 if `vfork' works. */
                    120: #undef HAVE_WORKING_VFORK
                    121: 
                    122: /* Build w/o assert() support */
                    123: #undef NDEBUG
                    124: 
                    125: /* Define to the address where bug reports for this package should be sent. */
                    126: #undef PACKAGE_BUGREPORT
                    127: 
                    128: /* Define to the full name of this package. */
                    129: #undef PACKAGE_NAME
                    130: 
                    131: /* Define to the full name and version of this package. */
                    132: #undef PACKAGE_STRING
                    133: 
                    134: /* Define to the one symbol short name of this package. */
                    135: #undef PACKAGE_TARNAME
                    136: 
1.2       misho     137: /* Define to the home page for this package. */
                    138: #undef PACKAGE_URL
                    139: 
1.1       misho     140: /* Define to the version of this package. */
                    141: #undef PACKAGE_VERSION
                    142: 
                    143: /* Define to 1 if you have the ANSI C header files. */
                    144: #undef STDC_HEADERS
                    145: 
                    146: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
                    147:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    148:    #define below would cause a syntax error. */
                    149: #undef _UINT32_T
                    150: 
                    151: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
                    152:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    153:    #define below would cause a syntax error. */
                    154: #undef _UINT64_T
                    155: 
                    156: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
                    157:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    158:    #define below would cause a syntax error. */
                    159: #undef _UINT8_T
                    160: 
                    161: /* Build libraries with debug information and additional messages */
                    162: #undef __DEBUG
                    163: 
                    164: /* Define to `__inline__' or `__inline' if that's what the C compiler
                    165:    calls it, or to nothing if 'inline' is not supported under any name.  */
                    166: #ifndef __cplusplus
                    167: #undef inline
                    168: #endif
                    169: 
                    170: /* Define to the type of a signed integer type of width exactly 16 bits if
                    171:    such a type exists and the standard includes do not define it. */
                    172: #undef int16_t
                    173: 
                    174: /* Define to the type of a signed integer type of width exactly 32 bits if
                    175:    such a type exists and the standard includes do not define it. */
                    176: #undef int32_t
                    177: 
                    178: /* Define to the type of a signed integer type of width exactly 64 bits if
                    179:    such a type exists and the standard includes do not define it. */
                    180: #undef int64_t
                    181: 
                    182: /* Define to the type of a signed integer type of width exactly 8 bits if such
                    183:    a type exists and the standard includes do not define it. */
                    184: #undef int8_t
                    185: 
                    186: /* Define to rpl_malloc if the replacement function should be used. */
                    187: #undef malloc
                    188: 
                    189: /* Define to `int' if <sys/types.h> does not define. */
                    190: #undef pid_t
                    191: 
                    192: /* Define to rpl_realloc if the replacement function should be used. */
                    193: #undef realloc
                    194: 
                    195: /* Define to the type of an unsigned integer type of width exactly 16 bits if
                    196:    such a type exists and the standard includes do not define it. */
                    197: #undef uint16_t
                    198: 
                    199: /* Define to the type of an unsigned integer type of width exactly 32 bits if
                    200:    such a type exists and the standard includes do not define it. */
                    201: #undef uint32_t
                    202: 
                    203: /* Define to the type of an unsigned integer type of width exactly 64 bits if
                    204:    such a type exists and the standard includes do not define it. */
                    205: #undef uint64_t
                    206: 
                    207: /* Define to the type of an unsigned integer type of width exactly 8 bits if
                    208:    such a type exists and the standard includes do not define it. */
                    209: #undef uint8_t
                    210: 
                    211: /* Define as `fork' if `vfork' does not work. */
                    212: #undef vfork

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