Annotation of libaitrpc/inc/config.h.in, revision 1.10
1.1 misho 1: /* inc/config.h.in. Generated from configure.in by autoheader. */
2:
1.6 misho 3: /* Build library with zero-copy return array from RPC client */
4: #undef CLI_RES_ZCOPY
5:
1.9 misho 6: /* Build library with BLOB timeout period */
7: #undef DEF_RPC_BLOB_TIMEOUT
8:
9: /* Build library with RPC timeout period */
1.8 misho 10: #undef DEF_RPC_TIMEOUT
11:
1.1 misho 12: /* Define to 1 if you have the <arpa/inet.h> header file. */
13: #undef HAVE_ARPA_INET_H
14:
1.10 ! misho 15: /* Define to 1 if you have the 'array_Destroy' function. */
1.7 misho 16: #undef HAVE_ARRAY_DESTROY
17:
1.10 ! misho 18: /* Define to 1 if you have the 'array_Init' function. */
1.7 misho 19: #undef HAVE_ARRAY_INIT
20:
1.10 ! misho 21: /* Define to 1 if you have the 'crcFletcher16' function. */
1.1 misho 22: #undef HAVE_CRCFLETCHER16
23:
1.10 ! misho 24: /* Define to 1 if you have the 'fork' function. */
1.1 misho 25: #undef HAVE_FORK
26:
1.10 ! misho 27: /* Define to 1 if you have the 'hash_fnv1' function. */
1.1 misho 28: #undef HAVE_HASH_FNV1
29:
30: /* Define to 1 if you have the <inttypes.h> header file. */
31: #undef HAVE_INTTYPES_H
32:
1.10 ! misho 33: /* Define to 1 if you have the 'aitsched' library (-laitsched). */
1.5 misho 34: #undef HAVE_LIBAITSCHED
35:
1.10 ! misho 36: /* Define to 1 if you have the 'elwix' library (-lelwix). */
1.7 misho 37: #undef HAVE_LIBELWIX
38:
1.10 ! misho 39: /* Define to 1 if you have the 'pthread' library (-lpthread). */
1.3 misho 40: #undef HAVE_LIBPTHREAD
41:
1.10 ! misho 42: /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
1.1 misho 43: to 0 otherwise. */
44: #undef HAVE_MALLOC
45:
1.10 ! misho 46: /* Define to 1 if you have the 'memset' function. */
1.1 misho 47: #undef HAVE_MEMSET
48:
49: /* Define to 1 if you have the <netdb.h> header file. */
50: #undef HAVE_NETDB_H
51:
52: /* Define to 1 if you have the <netinet/in.h> header file. */
53: #undef HAVE_NETINET_IN_H
54:
1.10 ! misho 55: /* Define to 1 if you have the 'pthread_yield' function. */
1.3 misho 56: #undef HAVE_PTHREAD_YIELD
57:
1.10 ! misho 58: /* Define to 1 if your system has a GNU libc compatible 'realloc' function,
1.1 misho 59: and to 0 otherwise. */
60: #undef HAVE_REALLOC
61:
1.10 ! misho 62: /* Define to 1 if you have the 'schedEnd' function. */
1.5 misho 63: #undef HAVE_SCHEDEND
64:
1.10 ! misho 65: /* Define to 1 if you have the 'schedInit' function. */
1.5 misho 66: #undef HAVE_SCHEDINIT
67:
1.10 ! misho 68: /* Define to 1 if you have the 'select' function. */
1.1 misho 69: #undef HAVE_SELECT
70:
1.10 ! misho 71: /* Define to 1 if you have the 'socket' function. */
1.1 misho 72: #undef HAVE_SOCKET
73:
1.10 ! misho 74: /* Define to 1 if you have the 'srandomdev' function. */
1.2 misho 75: #undef HAVE_SRANDOMDEV
76:
1.1 misho 77: /* Define to 1 if you have the <stdint.h> header file. */
78: #undef HAVE_STDINT_H
79:
1.10 ! misho 80: /* Define to 1 if you have the <stdio.h> header file. */
! 81: #undef HAVE_STDIO_H
! 82:
1.1 misho 83: /* Define to 1 if you have the <stdlib.h> header file. */
84: #undef HAVE_STDLIB_H
85:
1.10 ! misho 86: /* Define to 1 if you have the 'strdup' function. */
1.1 misho 87: #undef HAVE_STRDUP
88:
1.10 ! misho 89: /* Define to 1 if you have the 'strerror' function. */
1.1 misho 90: #undef HAVE_STRERROR
91:
92: /* Define to 1 if you have the <strings.h> header file. */
93: #undef HAVE_STRINGS_H
94:
95: /* Define to 1 if you have the <string.h> header file. */
96: #undef HAVE_STRING_H
97:
98: /* Define to 1 if you have the <sys/param.h> header file. */
99: #undef HAVE_SYS_PARAM_H
100:
101: /* Define to 1 if you have the <sys/socket.h> header file. */
102: #undef HAVE_SYS_SOCKET_H
103:
104: /* Define to 1 if you have the <sys/stat.h> header file. */
105: #undef HAVE_SYS_STAT_H
106:
107: /* Define to 1 if you have the <sys/types.h> header file. */
108: #undef HAVE_SYS_TYPES_H
109:
110: /* Define to 1 if you have the <unistd.h> header file. */
111: #undef HAVE_UNISTD_H
112:
1.10 ! misho 113: /* Define to 1 if you have the 'vfork' function. */
1.1 misho 114: #undef HAVE_VFORK
115:
116: /* Define to 1 if you have the <vfork.h> header file. */
117: #undef HAVE_VFORK_H
118:
1.10 ! misho 119: /* Define to 1 if 'fork' works. */
1.1 misho 120: #undef HAVE_WORKING_FORK
121:
1.10 ! misho 122: /* Define to 1 if 'vfork' works. */
1.1 misho 123: #undef HAVE_WORKING_VFORK
124:
1.10 ! misho 125: /* Turn off debug asserts */
1.1 misho 126: #undef NDEBUG
127:
1.9 misho 128: /* Disable RPC server */
129: #undef ONLY_CLI
130:
1.1 misho 131: /* Define to the address where bug reports for this package should be sent. */
132: #undef PACKAGE_BUGREPORT
133:
134: /* Define to the full name of this package. */
135: #undef PACKAGE_NAME
136:
137: /* Define to the full name and version of this package. */
138: #undef PACKAGE_STRING
139:
140: /* Define to the one symbol short name of this package. */
141: #undef PACKAGE_TARNAME
142:
1.2 misho 143: /* Define to the home page for this package. */
144: #undef PACKAGE_URL
145:
1.1 misho 146: /* Define to the version of this package. */
147: #undef PACKAGE_VERSION
148:
1.10 ! misho 149: /* Define to 1 if all of the C89 standard headers exist (not just the ones
! 150: required in a freestanding environment). This macro is provided for
! 151: backward compatibility; new code need not use it. */
1.1 misho 152: #undef STDC_HEADERS
153:
1.8 misho 154: /* Build library with TCP session expiration */
155: #undef TCP_SESSION_TIMEOUT
156:
1.1 misho 157: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
158: <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
159: #define below would cause a syntax error. */
160: #undef _UINT32_T
161:
162: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
163: <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
164: #define below would cause a syntax error. */
165: #undef _UINT64_T
166:
167: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
168: <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
169: #define below would cause a syntax error. */
170: #undef _UINT8_T
171:
172: /* Build libraries with debug information and additional messages */
173: #undef __DEBUG
174:
1.10 ! misho 175: /* Define to '__inline__' or '__inline' if that's what the C compiler
1.1 misho 176: calls it, or to nothing if 'inline' is not supported under any name. */
177: #ifndef __cplusplus
178: #undef inline
179: #endif
180:
181: /* Define to the type of a signed integer type of width exactly 16 bits if
182: such a type exists and the standard includes do not define it. */
183: #undef int16_t
184:
185: /* Define to the type of a signed integer type of width exactly 32 bits if
186: such a type exists and the standard includes do not define it. */
187: #undef int32_t
188:
189: /* Define to the type of a signed integer type of width exactly 64 bits if
190: such a type exists and the standard includes do not define it. */
191: #undef int64_t
192:
193: /* Define to the type of a signed integer type of width exactly 8 bits if such
194: a type exists and the standard includes do not define it. */
195: #undef int8_t
196:
197: /* Define to rpl_malloc if the replacement function should be used. */
198: #undef malloc
199:
1.10 ! misho 200: /* Define as a signed integer type capable of holding a process identifier. */
1.1 misho 201: #undef pid_t
202:
203: /* Define to rpl_realloc if the replacement function should be used. */
204: #undef realloc
205:
206: /* Define to the type of an unsigned integer type of width exactly 16 bits if
207: such a type exists and the standard includes do not define it. */
208: #undef uint16_t
209:
210: /* Define to the type of an unsigned integer type of width exactly 32 bits if
211: such a type exists and the standard includes do not define it. */
212: #undef uint32_t
213:
214: /* Define to the type of an unsigned integer type of width exactly 64 bits if
215: such a type exists and the standard includes do not define it. */
216: #undef uint64_t
217:
218: /* Define to the type of an unsigned integer type of width exactly 8 bits if
219: such a type exists and the standard includes do not define it. */
220: #undef uint8_t
221:
1.10 ! misho 222: /* Define as 'fork' if 'vfork' does not work. */
1.1 misho 223: #undef vfork
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>