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