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