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

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

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