xref: /netbsd-src/external/bsd/iscsi/dist/include/config.h (revision 91b69c9f1d9836b7bacad1a4f63ae0c9f7e63814)
1 /* include/config.h.  Generated from config.h.in by configure.  */
2 /* include/config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6 
7 /* Define to 1 if you have the <asm/byteorder.h> header file. */
8 /* #undef HAVE_ASM_BYTEORDER_H */
9 
10 /* Define to 1 if you have the `asnprintf' function. */
11 /* #undef HAVE_ASNPRINTF */
12 
13 /* Define to 1 if you have the `asprintf' function. */
14 #define HAVE_ASPRINTF 1
15 
16 /* Define to 1 if you have the `bcopy' function. */
17 #define HAVE_BCOPY 1
18 
19 /* Define to 1 if you have the `bswap64' function. */
20 #define HAVE_BSWAP64 1
21 
22 /* Define to 1 if you have the <byteswap.h> header file. */
23 /* #undef HAVE_BYTESWAP_H */
24 
25 /* Define to 1 if you have the <ctype.h> header file. */
26 #define HAVE_CTYPE_H 1
27 
28 /* Define to 1 if you have the `daemon' function. */
29 #define HAVE_DAEMON 1
30 
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #define HAVE_DLFCN_H 1
33 
34 /* Define to 1 if you have the <errno.h> header file. */
35 #define HAVE_ERRNO_H 1
36 
37 /* Define to 1 if you have the <fcntl.h> header file. */
38 #define HAVE_FCNTL_H 1
39 
40 /* Define to 1 if you have the `fsync_range' function. */
41 #define HAVE_FSYNC_RANGE 1
42 
43 /* Define to 1 if you have the `getaddrinfo' function. */
44 #define HAVE_GETADDRINFO 1
45 
46 /* Define to 1 if you have the `getnameinfo' function. */
47 #define HAVE_GETNAMEINFO 1
48 
49 /* Define to 1 if you have the `htobe64' function. */
50 /* #undef HAVE_HTOBE64 */
51 
52 /* Define to 1 if you have the <inttypes.h> header file. */
53 #define HAVE_INTTYPES_H 1
54 
55 /* Define to 1 if you have the <libkern/OSByteOrder.h> header file. */
56 /* #undef HAVE_LIBKERN_OSBYTEORDER_H */
57 
58 /* Define to 1 if the system has the type `long long'. */
59 #define HAVE_LONG_LONG yes
60 
61 /* Define to 1 if the system has the type `long long int'. */
62 #define HAVE_LONG_LONG_INT 1
63 
64 /* Define to 1 if you have the <machine/endian.h> header file. */
65 #define HAVE_MACHINE_ENDIAN_H 1
66 
67 /* Define to 1 if you have the <memory.h> header file. */
68 #define HAVE_MEMORY_H 1
69 
70 /* Define to 1 if you have the `memset' function. */
71 #define HAVE_MEMSET 1
72 
73 /* Define to 1 if you have the <netdb.h> header file. */
74 #define HAVE_NETDB_H 1
75 
76 /* Define to 1 if you have the <netinet/in.h> header file. */
77 #define HAVE_NETINET_IN_H 1
78 
79 /* Define to 1 if you have the <netinet/tcp.h> header file. */
80 #define HAVE_NETINET_TCP_H 1
81 
82 /* Define to 1 if you have the `poll' function. */
83 #define HAVE_POLL 1
84 
85 /* Define to 1 if you have the <poll.h> header file. */
86 #define HAVE_POLL_H 1
87 
88 /* Define to 1 if you have the <pthread.h> header file. */
89 #define HAVE_PTHREAD_H 1
90 
91 /* Define to 1 if you have the <pwd.h> header file. */
92 #define HAVE_PWD_H 1
93 
94 /* Define to 1 if you have the <signal.h> header file. */
95 #define HAVE_SIGNAL_H 1
96 
97 /* Define to 1 if you have the `snprintf' function. */
98 #define HAVE_SNPRINTF 1
99 
100 /* Define to 1 if the system has the type `socklen_t'. */
101 #define HAVE_SOCKLEN_T yes
102 
103 /* Define to 1 if you have the <stdarg.h> header file. */
104 #define HAVE_STDARG_H 1
105 
106 /* Define to 1 if you have the <stdint.h> header file. */
107 #define HAVE_STDINT_H 1
108 
109 /* Define to 1 if you have the <stdlib.h> header file. */
110 #define HAVE_STDLIB_H 1
111 
112 /* Define to 1 if you have the <strings.h> header file. */
113 #define HAVE_STRINGS_H 1
114 
115 /* Define to 1 if you have the <string.h> header file. */
116 #define HAVE_STRING_H 1
117 
118 /* Define to 1 if you have the `strlcpy' function. */
119 #define HAVE_STRLCPY 1
120 
121 /* Define to 1 if you have the `strtoll' function. */
122 #define HAVE_STRTOLL 1
123 
124 /* Define to 1 if you have the `syslog' function. */
125 #define HAVE_SYSLOG 1
126 
127 /* Define to 1 if you have the <syslog.h> header file. */
128 #define HAVE_SYSLOG_H 1
129 
130 /* Define to 1 if you have the <sys/bswap.h> header file. */
131 #define HAVE_SYS_BSWAP_H 1
132 
133 /* Define to 1 if you have the <sys/byteorder.h> header file. */
134 /* #undef HAVE_SYS_BYTEORDER_H */
135 
136 /* Define to 1 if you have the <sys/mman.h> header file. */
137 #define HAVE_SYS_MMAN_H 1
138 
139 /* Define to 1 if you have the <sys/param.h> header file. */
140 #define HAVE_SYS_PARAM_H 1
141 
142 /* Define to 1 if you have the <sys/select.h> header file. */
143 #define HAVE_SYS_SELECT_H 1
144 
145 /* Define to 1 if you have the <sys/socket.h> header file. */
146 #define HAVE_SYS_SOCKET_H 1
147 
148 /* Define to 1 if you have the <sys/stat.h> header file. */
149 #define HAVE_SYS_STAT_H 1
150 
151 /* Define to 1 if you have the <sys/time.h> header file. */
152 #define HAVE_SYS_TIME_H 1
153 
154 /* Define to 1 if you have the <sys/types.h> header file. */
155 #define HAVE_SYS_TYPES_H 1
156 
157 /* Define to 1 if you have the <sys/uio.h> header file. */
158 #define HAVE_SYS_UIO_H 1
159 
160 /* Define to 1 if you have the <sys/vfs.h> header file. */
161 /* #undef HAVE_SYS_VFS_H */
162 
163 /* Define to 1 if you have the <unistd.h> header file. */
164 #define HAVE_UNISTD_H 1
165 
166 /* Define to 1 if the system has the type `unsigned long long'. */
167 #define HAVE_UNSIGNED_LONG_LONG yes
168 
169 /* Define to 1 if the system has the type `unsigned long long int'. */
170 #define HAVE_UNSIGNED_LONG_LONG_INT 1
171 
172 /* Define to 1 if you have the <utime.h> header file. */
173 #define HAVE_UTIME_H 1
174 
175 /* Define to 1 if you have the `uuid_create' function. */
176 #define HAVE_UUID_CREATE 1
177 
178 /* Define to 1 if you have the <uuid.h> header file. */
179 #define HAVE_UUID_H 1
180 
181 /* Define to 1 if you have the `uuid_to_string' function. */
182 #define HAVE_UUID_TO_STRING 1
183 
184 /* Define to 1 if you have the `vasnprintf' function. */
185 /* #undef HAVE_VASNPRINTF */
186 
187 /* Define to 1 if you have the `vasprintf' function. */
188 #define HAVE_VASPRINTF 1
189 
190 /* Define to 1 if you have the `vsnprintf' function. */
191 #define HAVE_VSNPRINTF 1
192 
193 /* Define to 1 if you have the `__bswap64' function. */
194 /* #undef HAVE___BSWAP64 */
195 
196 /* Name of package */
197 #define PACKAGE "netbsd-iscsi"
198 
199 /* Define to the address where bug reports for this package should be sent. */
200 #define PACKAGE_BUGREPORT "Alistair Crooks <agc@NetBSD.org>"
201 
202 /* Define to the full name of this package. */
203 #define PACKAGE_NAME "netbsd-iscsi"
204 
205 /* Define to the full name and version of this package. */
206 #define PACKAGE_STRING "netbsd-iscsi 20111006"
207 
208 /* Define to the one symbol short name of this package. */
209 #define PACKAGE_TARNAME "netbsd-iscsi"
210 
211 /* Define to the version of this package. */
212 #define PACKAGE_VERSION "20111006"
213 
214 /* Define to 1 if you have the ANSI C header files. */
215 #define STDC_HEADERS 1
216 
217 /* Version number of package */
218 #define VERSION "20111006"
219 
220 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
221    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
222    #define below would cause a syntax error. */
223 /* #undef _UINT32_T */
224 
225 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
226    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
227    #define below would cause a syntax error. */
228 /* #undef _UINT64_T */
229 
230 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
231    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
232    #define below would cause a syntax error. */
233 /* #undef _UINT8_T */
234 
235 /* Define to empty if `const' does not conform to ANSI C. */
236 /* #undef const */
237 
238 /* Define to `unsigned int' if <sys/types.h> does not define. */
239 /* #undef size_t */
240 
241 /* Define to the type of an unsigned integer type of width exactly 16 bits if
242    such a type exists and the standard includes do not define it. */
243 /* #undef uint16_t */
244 
245 /* Define to the type of an unsigned integer type of width exactly 32 bits if
246    such a type exists and the standard includes do not define it. */
247 /* #undef uint32_t */
248 
249 /* Define to the type of an unsigned integer type of width exactly 64 bits if
250    such a type exists and the standard includes do not define it. */
251 /* #undef uint64_t */
252 
253 /* Define to the type of an unsigned integer type of width exactly 8 bits if
254    such a type exists and the standard includes do not define it. */
255 /* #undef uint8_t */
256