Annotation of embedaddon/istgt/src/config.h.in, revision 1.1
1.1 ! misho 1: /* src/config.h.in. Generated from configure.in by autoheader. */
! 2:
! 3: /* Define if enable debug */
! 4: #undef DEBUG
! 5:
! 6: /* syslog facility */
! 7: #undef DEFAULT_LOG_FACILITY
! 8:
! 9: /* syslog priority */
! 10: #undef DEFAULT_LOG_PRIORITY
! 11:
! 12: /* Define to 1 if you have the <aio.h> header file. */
! 13: #undef HAVE_AIO_H
! 14:
! 15: /* Define to 1 if you have the `arc4random' function. */
! 16: #undef HAVE_ARC4RANDOM
! 17:
! 18: /* Define to 1 if you have the <arpa/inet.h> header file. */
! 19: #undef HAVE_ARPA_INET_H
! 20:
! 21: /* Define 1 if you have the function. */
! 22: #undef HAVE_ATOMIC_LOAD_ACQ_INT
! 23:
! 24: /* Define 1 if you have the function. */
! 25: #undef HAVE_ATOMIC_OR_UINT_NV
! 26:
! 27: /* Define 1 if you have the function. */
! 28: #undef HAVE_ATOMIC_STORE_REL_INT
! 29:
! 30: /* Define 1 if you have the function. */
! 31: #undef HAVE_ATOMIC_SWAP_UINT
! 32:
! 33: /* Define to 1 if you have the <fcntl.h> header file. */
! 34: #undef HAVE_FCNTL_H
! 35:
! 36: /* Define to 1 if you have the `ftruncate' function. */
! 37: #undef HAVE_FTRUNCATE
! 38:
! 39: /* Define to 1 if you have the <inttypes.h> header file. */
! 40: #undef HAVE_INTTYPES_H
! 41:
! 42: /* Define to 1 if you have the `cam' library (-lcam). */
! 43: #undef HAVE_LIBCAM
! 44:
! 45: /* Define to 1 if you have the `crypto' library (-lcrypto). */
! 46: #undef HAVE_LIBCRYPTO
! 47:
! 48: /* Define to 1 if you have the `pthread' library (-lpthread). */
! 49: #undef HAVE_LIBPTHREAD
! 50:
! 51: /* Define to 1 if you have the <limits.h> header file. */
! 52: #undef HAVE_LIMITS_H
! 53:
! 54: /* Define to 1 if you have the <machine/atomic.h> header file. */
! 55: #undef HAVE_MACHINE_ATOMIC_H
! 56:
! 57: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
! 58: to 0 otherwise. */
! 59: #undef HAVE_MALLOC
! 60:
! 61: /* Define 1 if you have the function. */
! 62: #undef HAVE_MEMBAR_PRODUCER
! 63:
! 64: /* Define to 1 if you have the <memory.h> header file. */
! 65: #undef HAVE_MEMORY_H
! 66:
! 67: /* Define to 1 if you have the `memset' function. */
! 68: #undef HAVE_MEMSET
! 69:
! 70: /* Define to 1 if you have the <netdb.h> header file. */
! 71: #undef HAVE_NETDB_H
! 72:
! 73: /* Define to 1 if you have the <netinet/in.h> header file. */
! 74: #undef HAVE_NETINET_IN_H
! 75:
! 76: /* Define to 1 if you have the <pthread.h> header file. */
! 77: #undef HAVE_PTHREAD_H
! 78:
! 79: /* Define to 1 if you have the <pthread_np.h> header file. */
! 80: #undef HAVE_PTHREAD_NP_H
! 81:
! 82: /* Define to 1 if you have the `pthread_set_name_np' function. */
! 83: #undef HAVE_PTHREAD_SET_NAME_NP
! 84:
! 85: /* Define to 1 if you have the `pthread_yield' function. */
! 86: #undef HAVE_PTHREAD_YIELD
! 87:
! 88: /* Define to 1 if your system has a GNU libc compatible `realloc' function,
! 89: and to 0 otherwise. */
! 90: #undef HAVE_REALLOC
! 91:
! 92: /* Define to 1 if you have the `realpath' function. */
! 93: #undef HAVE_REALPATH
! 94:
! 95: /* Define to 1 if you have the <sched.h> header file. */
! 96: #undef HAVE_SCHED_H
! 97:
! 98: /* Define to 1 if you have the `sched_yield' function. */
! 99: #undef HAVE_SCHED_YIELD
! 100:
! 101: /* Define to 1 if you have the `setproctitle' function. */
! 102: #undef HAVE_SETPROCTITLE
! 103:
! 104: /* Define to 1 if you have the `socket' function. */
! 105: #undef HAVE_SOCKET
! 106:
! 107: /* Define to 1 if you have the `srandomdev' function. */
! 108: #undef HAVE_SRANDOMDEV
! 109:
! 110: /* Define to 1 if you have the <stddef.h> header file. */
! 111: #undef HAVE_STDDEF_H
! 112:
! 113: /* Define to 1 if you have the <stdint.h> header file. */
! 114: #undef HAVE_STDINT_H
! 115:
! 116: /* Define to 1 if you have the <stdlib.h> header file. */
! 117: #undef HAVE_STDLIB_H
! 118:
! 119: /* Define to 1 if you have the `strcasecmp' function. */
! 120: #undef HAVE_STRCASECMP
! 121:
! 122: /* Define to 1 if you have the `strchr' function. */
! 123: #undef HAVE_STRCHR
! 124:
! 125: /* Define to 1 if you have the <strings.h> header file. */
! 126: #undef HAVE_STRINGS_H
! 127:
! 128: /* Define to 1 if you have the <string.h> header file. */
! 129: #undef HAVE_STRING_H
! 130:
! 131: /* Define to 1 if you have the `strlcpy' function. */
! 132: #undef HAVE_STRLCPY
! 133:
! 134: /* Define to 1 if you have the `strncasecmp' function. */
! 135: #undef HAVE_STRNCASECMP
! 136:
! 137: /* Define to 1 if you have the `strspn' function. */
! 138: #undef HAVE_STRSPN
! 139:
! 140: /* Define to 1 if you have the `strtol' function. */
! 141: #undef HAVE_STRTOL
! 142:
! 143: /* Define to 1 if you have the `strtoull' function. */
! 144: #undef HAVE_STRTOULL
! 145:
! 146: /* Define to 1 if `st_blocks' is a member of `struct stat'. */
! 147: #undef HAVE_STRUCT_STAT_ST_BLOCKS
! 148:
! 149: /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
! 150: `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
! 151: #undef HAVE_ST_BLOCKS
! 152:
! 153: /* Define to 1 if you have the <syslog.h> header file. */
! 154: #undef HAVE_SYSLOG_H
! 155:
! 156: /* Define to 1 if you have the <sys/atomic.h> header file. */
! 157: #undef HAVE_SYS_ATOMIC_H
! 158:
! 159: /* Define to 1 if you have the <sys/disklabel.h> header file. */
! 160: #undef HAVE_SYS_DISKLABEL_H
! 161:
! 162: /* Define to 1 if you have the <sys/disk.h> header file. */
! 163: #undef HAVE_SYS_DISK_H
! 164:
! 165: /* Define to 1 if you have the <sys/ioctl.h> header file. */
! 166: #undef HAVE_SYS_IOCTL_H
! 167:
! 168: /* Define to 1 if you have the <sys/param.h> header file. */
! 169: #undef HAVE_SYS_PARAM_H
! 170:
! 171: /* Define to 1 if you have the <sys/socket.h> header file. */
! 172: #undef HAVE_SYS_SOCKET_H
! 173:
! 174: /* Define to 1 if you have the <sys/stat.h> header file. */
! 175: #undef HAVE_SYS_STAT_H
! 176:
! 177: /* Define to 1 if you have the <sys/time.h> header file. */
! 178: #undef HAVE_SYS_TIME_H
! 179:
! 180: /* Define to 1 if you have the <sys/types.h> header file. */
! 181: #undef HAVE_SYS_TYPES_H
! 182:
! 183: /* Define to 1 if you have the <unistd.h> header file. */
! 184: #undef HAVE_UNISTD_H
! 185:
! 186: /* Define to 1 if you have the <uuid.h> header file. */
! 187: #undef HAVE_UUID_H
! 188:
! 189: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
! 190: slash. */
! 191: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
! 192:
! 193: /* Define to the address where bug reports for this package should be sent. */
! 194: #undef PACKAGE_BUGREPORT
! 195:
! 196: /* Define to the full name of this package. */
! 197: #undef PACKAGE_NAME
! 198:
! 199: /* Define to the full name and version of this package. */
! 200: #undef PACKAGE_STRING
! 201:
! 202: /* Define to the one symbol short name of this package. */
! 203: #undef PACKAGE_TARNAME
! 204:
! 205: /* Define to the home page for this package. */
! 206: #undef PACKAGE_URL
! 207:
! 208: /* Define to the version of this package. */
! 209: #undef PACKAGE_VERSION
! 210:
! 211: /* Define to 1 if you have the ANSI C header files. */
! 212: #undef STDC_HEADERS
! 213:
! 214: /* Use atomic */
! 215: #undef USE_ATOMIC
! 216:
! 217: /* Number of bits in a file offset, on hosts where this is settable. */
! 218: #undef _FILE_OFFSET_BITS
! 219:
! 220: /* Define for large files, on AIX-style hosts. */
! 221: #undef _LARGE_FILES
! 222:
! 223: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
! 224: <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
! 225: #define below would cause a syntax error. */
! 226: #undef _UINT32_T
! 227:
! 228: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
! 229: <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
! 230: #define below would cause a syntax error. */
! 231: #undef _UINT64_T
! 232:
! 233: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
! 234: <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
! 235: #define below would cause a syntax error. */
! 236: #undef _UINT8_T
! 237:
! 238: /* Define to `__inline__' or `__inline' if that's what the C compiler
! 239: calls it, or to nothing if 'inline' is not supported under any name. */
! 240: #ifndef __cplusplus
! 241: #undef inline
! 242: #endif
! 243:
! 244: /* Define to the type of a signed integer type of width exactly 32 bits if
! 245: such a type exists and the standard includes do not define it. */
! 246: #undef int32_t
! 247:
! 248: /* Define to the type of a signed integer type of width exactly 64 bits if
! 249: such a type exists and the standard includes do not define it. */
! 250: #undef int64_t
! 251:
! 252: /* Define to rpl_malloc if the replacement function should be used. */
! 253: #undef malloc
! 254:
! 255: /* Define to `long int' if <sys/types.h> does not define. */
! 256: #undef off_t
! 257:
! 258: /* Define to `int' if <sys/types.h> does not define. */
! 259: #undef pid_t
! 260:
! 261: /* Define to rpl_realloc if the replacement function should be used. */
! 262: #undef realloc
! 263:
! 264: /* Define to `unsigned int' if <sys/types.h> does not define. */
! 265: #undef size_t
! 266:
! 267: /* Define to `int' if <sys/types.h> does not define. */
! 268: #undef ssize_t
! 269:
! 270: /* Define to the type of an unsigned integer type of width exactly 16 bits if
! 271: such a type exists and the standard includes do not define it. */
! 272: #undef uint16_t
! 273:
! 274: /* Define to the type of an unsigned integer type of width exactly 32 bits if
! 275: such a type exists and the standard includes do not define it. */
! 276: #undef uint32_t
! 277:
! 278: /* Define to the type of an unsigned integer type of width exactly 64 bits if
! 279: such a type exists and the standard includes do not define it. */
! 280: #undef uint64_t
! 281:
! 282: /* Define to the type of an unsigned integer type of width exactly 8 bits if
! 283: such a type exists and the standard includes do not define it. */
! 284: #undef uint8_t
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>