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