Annotation of libaitio/inc/config.h.in, revision 1.11
1.1 misho 1: /* inc/config.h.in. Generated from configure.in by autoheader. */
2:
1.3 misho 3: /* Build library with AIO operations */
4: #undef AIO_OPS
5:
1.11 ! misho 6: /* Define to 1 if you have the `bzero' function. */
! 7: #undef HAVE_BZERO
! 8:
! 9: /* Define to 1 if you have the `getpagesize' function. */
! 10: #undef HAVE_GETPAGESIZE
! 11:
1.1 misho 12: /* Define to 1 if you have the <inttypes.h> header file. */
13: #undef HAVE_INTTYPES_H
14:
1.4 misho 15: /* Define to 1 if you have the `crypto' library (-lcrypto). */
16: #undef HAVE_LIBCRYPTO
17:
1.11 ! misho 18: /* Define to 1 if you have the `elwix' library (-lelwix). */
! 19: #undef HAVE_LIBELWIX
! 20:
1.9 misho 21: /* Define to 1 if you have the `pthread' library (-lpthread). */
22: #undef HAVE_LIBPTHREAD
23:
1.7 misho 24: /* Define to 1 if you have the `rt' library (-lrt). */
25: #undef HAVE_LIBRT
26:
1.6 misho 27: /* Define to 1 if you have the `util' library (-lutil). */
28: #undef HAVE_LIBUTIL
29:
1.1 misho 30: /* Define to 1 if you have the <memory.h> header file. */
31: #undef HAVE_MEMORY_H
32:
33: /* Define to 1 if you have the `memset' function. */
34: #undef HAVE_MEMSET
35:
1.11 ! misho 36: /* Define to 1 if you have a working `mmap' system call. */
! 37: #undef HAVE_MMAP
! 38:
! 39: /* Define to 1 if you have the `munmap' function. */
! 40: #undef HAVE_MUNMAP
! 41:
! 42: /* Define to 1 if you have the `pthread_create' function. */
! 43: #undef HAVE_PTHREAD_CREATE
! 44:
! 45: /* Define to 1 if you have the `pthread_exit' function. */
! 46: #undef HAVE_PTHREAD_EXIT
1.1 misho 47:
1.11 ! misho 48: /* Define to 1 if you have the `shm_open' function. */
! 49: #undef HAVE_SHM_OPEN
! 50:
! 51: /* Define to 1 if you have the `shm_unlink' function. */
! 52: #undef HAVE_SHM_UNLINK
1.1 misho 53:
54: /* Define to 1 if you have the <stdint.h> header file. */
55: #undef HAVE_STDINT_H
56:
57: /* Define to 1 if you have the <stdlib.h> header file. */
58: #undef HAVE_STDLIB_H
59:
60: /* Define to 1 if you have the <strings.h> header file. */
61: #undef HAVE_STRINGS_H
62:
63: /* Define to 1 if you have the <string.h> header file. */
64: #undef HAVE_STRING_H
65:
66: /* Define to 1 if you have the <sys/ioctl.h> header file. */
67: #undef HAVE_SYS_IOCTL_H
68:
1.11 ! misho 69: /* Define to 1 if you have the <sys/param.h> header file. */
! 70: #undef HAVE_SYS_PARAM_H
! 71:
1.1 misho 72: /* Define to 1 if you have the <sys/stat.h> header file. */
73: #undef HAVE_SYS_STAT_H
74:
75: /* Define to 1 if you have the <sys/types.h> header file. */
76: #undef HAVE_SYS_TYPES_H
77:
78: /* Define to 1 if you have the <termios.h> header file. */
79: #undef HAVE_TERMIOS_H
80:
1.11 ! misho 81: /* union semun */
! 82: #undef HAVE_UNION_SEMUN
! 83:
1.1 misho 84: /* Define to 1 if you have the <unistd.h> header file. */
85: #undef HAVE_UNISTD_H
86:
87: /* Build w/o assert() support */
88: #undef NDEBUG
89:
90: /* Define to the address where bug reports for this package should be sent. */
91: #undef PACKAGE_BUGREPORT
92:
93: /* Define to the full name of this package. */
94: #undef PACKAGE_NAME
95:
96: /* Define to the full name and version of this package. */
97: #undef PACKAGE_STRING
98:
99: /* Define to the one symbol short name of this package. */
100: #undef PACKAGE_TARNAME
101:
1.5 misho 102: /* Define to the home page for this package. */
103: #undef PACKAGE_URL
104:
1.1 misho 105: /* Define to the version of this package. */
106: #undef PACKAGE_VERSION
107:
108: /* Define to 1 if you have the ANSI C header files. */
109: #undef STDC_HEADERS
110:
111: /* Define to `__inline__' or `__inline' if that's what the C compiler
112: calls it, or to nothing if 'inline' is not supported under any name. */
113: #ifndef __cplusplus
114: #undef inline
115: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>