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