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