lunp
 Tutto Strutture dati File Funzioni Variabili Ridefinizioni di tipo (typedef) Tipi enumerati (enum) Valori del tipo enumerato Definizioni
config.h
Vai alla documentazione di questo file.
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3 
4 /* CPU, vendor, and operating system */
5 #define CPU_VENDOR_OS "x86_64-unknown-linux-gnu"
6 
7 /* Define to 1 if <netdb.h> defines struct addrinfo */
8 #define HAVE_ADDRINFO_STRUCT 1
9 
10 /* Define to 1 if you have the <arpa/inet.h> header file. */
11 #define HAVE_ARPA_INET_H 1
12 
13 /* Define to 1 if you have the `bzero' function. */
14 #define HAVE_BZERO 1
15 
16 /* Define to 1 if the /dev/streams/xtiso/tcp device exists */
17 /* #undef HAVE_DEV_STREAMS_XTISO_TCP */
18 
19 /* Define to 1 if the /dev/tcp device exists */
20 /* #undef HAVE_DEV_TCP */
21 
22 /* Define to 1 if the /dev/xti/tcp device exists */
23 /* #undef HAVE_DEV_XTI_TCP */
24 
25 /* Define to 1 if you have the <errno.h> header file. */
26 #define HAVE_ERRNO_H 1
27 
28 /* Define to 1 if you have the <fcntl.h> header file. */
29 #define HAVE_FCNTL_H 1
30 
31 /* Define to 1 if you have the `getaddrinfo' function. */
32 #define HAVE_GETADDRINFO 1
33 
34 /* define if getaddrinfo prototype is in <netdb.h> */
35 #define HAVE_GETADDRINFO_PROTO 1
36 
37 /* Define to 1 if you have the `gethostbyname2' function. */
38 #define HAVE_GETHOSTBYNAME2 1
39 
40 /* Define to 1 if you have the `gethostbyname_r' function. */
41 #define HAVE_GETHOSTBYNAME_R 1
42 
43 /* Define to 1 if you have the `gethostname' function. */
44 #define HAVE_GETHOSTNAME 1
45 
46 /* define if gethostname prototype is in <unistd.h> */
47 #define HAVE_GETHOSTNAME_PROTO 1
48 
49 /* Define to 1 if you have the `getnameinfo' function. */
50 #define HAVE_GETNAMEINFO 1
51 
52 /* define if getnameinfo prototype is in <netdb.h> */
53 #define HAVE_GETNAMEINFO_PROTO 1
54 
55 /* define if getrusage prototype is in <sys/resource.h> */
56 #define HAVE_GETRUSAGE_PROTO 1
57 
58 /* Define to 1 if you have the `hstrerror' function. */
59 #define HAVE_HSTRERROR 1
60 
61 /* define if hstrerror prototype is in <netdb.h> */
62 #define HAVE_HSTRERROR_PROTO 1
63 
64 /* Define to 1 if <net/if.h> defines struct if_nameindex */
65 #define HAVE_IF_NAMEINDEX_STRUCT 1
66 
67 /* Define to 1 if you have the `if_nametoindex' function. */
68 #define HAVE_IF_NAMETOINDEX 1
69 
70 /* define if if_nametoindex prototype is in <net/if.h> */
71 #define HAVE_IF_NAMETOINDEX_PROTO 1
72 
73 /* Define to 1 if you have the `inet6_rth_init' function. */
74 #define HAVE_INET6_RTH_INIT 1
75 
76 /* Define to 1 if you have the `inet_aton' function. */
77 #define HAVE_INET_ATON 1
78 
79 /* define if inet_aton prototype is in <arpa/inet.h> */
80 #define HAVE_INET_ATON_PROTO 1
81 
82 /* Define to 1 if you have the `inet_pton' function. */
83 #define HAVE_INET_PTON 1
84 
85 /* define if inet_pton prototype is in <arpa/inet.h> */
86 #define HAVE_INET_PTON_PROTO 1
87 
88 /* Define to 1 if you have the `kevent' function. */
89 /* #undef HAVE_KEVENT */
90 
91 /* Define to 1 if you have the `kqueue' function. */
92 /* #undef HAVE_KQUEUE */
93 
94 /* Define to 1 if you have the `nsl' library (-lnsl). */
95 /* #undef HAVE_LIBNSL */
96 
97 /* Define to 1 if you have the `pthread' library (-lpthread). */
98 #define HAVE_LIBPTHREAD 1
99 
100 /* Define to 1 if you have the `pthreads' library (-lpthreads). */
101 /* #undef HAVE_LIBPTHREADS */
102 
103 /* Define to 1 if you have the `resolv' library (-lresolv). */
104 /* #undef HAVE_LIBRESOLV */
105 
106 /* Define to 1 if you have the `xti' library (-lxti). */
107 /* #undef HAVE_LIBXTI */
108 
109 /* Define to 1 if you have the `mkstemp' function. */
110 #define HAVE_MKSTEMP 1
111 
112 /* define if struct msghdr contains the msg_control member */
113 #define HAVE_MSGHDR_MSG_CONTROL 1
114 
115 /* Define to 1 if you have the <netconfig.h> header file. */
116 /* #undef HAVE_NETCONFIG_H */
117 
118 /* Define to 1 if you have the <netdb.h> header file. */
119 #define HAVE_NETDB_H 1
120 
121 /* Define to 1 if you have the <netdir.h> header file. */
122 /* #undef HAVE_NETDIR_H */
123 
124 /* Define to 1 if you have the <netinet/in.h> header file. */
125 #define HAVE_NETINET_IN_H 1
126 
127 /* Define to 1 if you have the <net/if_dl.h> header file. */
128 /* #undef HAVE_NET_IF_DL_H */
129 
130 /* Define to 1 if you have the `poll' function. */
131 #define HAVE_POLL 1
132 
133 /* Define to 1 if you have the <poll.h> header file. */
134 #define HAVE_POLL_H 1
135 
136 /* Define to 1 if you have the `pselect' function. */
137 #define HAVE_PSELECT 1
138 
139 /* define if pselect prototype is in <sys/stat.h> */
140 #define HAVE_PSELECT_PROTO 1
141 
142 /* Define to 1 if you have the <pthread.h> header file. */
143 #define HAVE_PTHREAD_H 1
144 
145 /* Define to 1 if you have the <signal.h> header file. */
146 #define HAVE_SIGNAL_H 1
147 
148 /* Define to 1 if you have the `snprintf' function. */
149 #define HAVE_SNPRINTF 1
150 
151 /* define if snprintf prototype is in <stdio.h> */
152 #define HAVE_SNPRINTF_PROTO 1
153 
154 /* Define to 1 if <net/if_dl.h> defines struct sockaddr_dl */
155 /* #undef HAVE_SOCKADDR_DL_STRUCT */
156 
157 /* define if socket address structures have length fields */
158 /* #undef HAVE_SOCKADDR_SA_LEN */
159 
160 /* Define to 1 if you have the `sockatmark' function. */
161 #define HAVE_SOCKATMARK 1
162 
163 /* define if sockatmark prototype is in <sys/socket.h> */
164 #define HAVE_SOCKATMARK_PROTO 1
165 
166 /* Define to 1 if you have the <stdio.h> header file. */
167 #define HAVE_STDIO_H 1
168 
169 /* Define to 1 if you have the <stdlib.h> header file. */
170 #define HAVE_STDLIB_H 1
171 
172 /* Define to 1 if you have the <strings.h> header file. */
173 #define HAVE_STRINGS_H 1
174 
175 /* Define to 1 if you have the <string.h> header file. */
176 #define HAVE_STRING_H 1
177 
178 /* Define to 1 if you have the <stropts.h> header file. */
179 #define HAVE_STROPTS_H 1
180 
181 /* Define to 1 if `ifr_mtu' is member of `struct ifreq'. */
182 #define HAVE_STRUCT_IFREQ_IFR_MTU 1
183 
184 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
185 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
186 
187 /* Define to 1 if you have the <sys/event.h> header file. */
188 /* #undef HAVE_SYS_EVENT_H */
189 
190 /* Define to 1 if you have the <sys/filio.h> header file. */
191 /* #undef HAVE_SYS_FILIO_H */
192 
193 /* Define to 1 if you have the <sys/ioctl.h> header file. */
194 #define HAVE_SYS_IOCTL_H 1
195 
196 /* Define to 1 if you have the <sys/param.h> header file. */
197 #define HAVE_SYS_PARAM_H 1
198 
199 /* Define to 1 if you have the <sys/select.h> header file. */
200 #define HAVE_SYS_SELECT_H 1
201 
202 /* Define to 1 if you have the <sys/socket.h> header file. */
203 #define HAVE_SYS_SOCKET_H 1
204 
205 /* Define to 1 if you have the <sys/sockio.h> header file. */
206 /* #undef HAVE_SYS_SOCKIO_H */
207 
208 /* Define to 1 if you have the <sys/stat.h> header file. */
209 #define HAVE_SYS_STAT_H 1
210 
211 /* Define to 1 if you have the <sys/sysctl.h> header file. */
212 #define HAVE_SYS_SYSCTL_H 1
213 
214 /* Define to 1 if you have the <sys/time.h> header file. */
215 #define HAVE_SYS_TIME_H 1
216 
217 /* Define to 1 if you have the <sys/types.h> header file. */
218 #define HAVE_SYS_TYPES_H 1
219 
220 /* Define to 1 if you have the <sys/uio.h> header file. */
221 #define HAVE_SYS_UIO_H 1
222 
223 /* Define to 1 if you have the <sys/un.h> header file. */
224 #define HAVE_SYS_UN_H 1
225 
226 /* Define to 1 if you have the <sys/wait.h> header file. */
227 #define HAVE_SYS_WAIT_H 1
228 
229 /* Define to 1 if <time.h> or <sys/time.h> defines struct timespec */
230 #define HAVE_TIMESPEC_STRUCT 1
231 
232 /* Define to 1 if you have the <time.h> header file. */
233 #define HAVE_TIME_H 1
234 
235 /* Define to 1 if you have the <unistd.h> header file. */
236 #define HAVE_UNISTD_H 1
237 
238 /* Define to 1 if you have the `vsnprintf' function. */
239 #define HAVE_VSNPRINTF 1
240 
241 /* Define to 1 if you have the <xti.h> header file. */
242 /* #undef HAVE_XTI_H */
243 
244 /* Define to 1 if you have the <xti_inet.h> header file. */
245 /* #undef HAVE_XTI_INET_H */
246 
247 /* Define to 1 if the system supports IPv4 */
248 #define IPV4 1
249 
250 /* Define to 1 if the system supports IPv6 */
251 #define IPV6 1
252 
253 /* Define to 1 if the system supports IPv4 */
254 #define IPv4 1
255 
256 /* Define to 1 if the system supports IPv6 */
257 #define IPv6 1
258 
259 /* Define to 1 if the system supports IP Multicast */
260 #define MCAST 1
261 
262 /* Define to the address where bug reports for this package should be sent. */
263 #define PACKAGE_BUGREPORT ""
264 
265 /* Define to the full name of this package. */
266 #define PACKAGE_NAME ""
267 
268 /* Define to the full name and version of this package. */
269 #define PACKAGE_STRING ""
270 
271 /* Define to the one symbol short name of this package. */
272 #define PACKAGE_TARNAME ""
273 
274 /* Define to the version of this package. */
275 #define PACKAGE_VERSION ""
276 
277 /* the size of the sa_family field in a socket address structure */
278 /* #undef SA_FAMILY_T */
279 
280 /* Define to 1 if you have the ANSI C header files. */
281 #define STDC_HEADERS 1
282 
283 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
284 #define TIME_WITH_SYS_TIME 1
285 
286 /* Define to 1 if the system supports UNIX domain sockets */
287 #define UNIXDOMAIN 1
288 
289 /* Define to 1 if the system supports UNIX domain sockets */
290 #define UNIXdomain 1
291 
292 /* 16 bit signed type */
293 /* #undef int16_t */
294 
295 /* 32 bit signed type */
296 /* #undef int32_t */
297 
298 /* the type of the sa_family struct member */
299 /* #undef sa_family_t */
300 
301 /* unsigned integer type of the result of the sizeof operator */
302 /* #undef size_t */
303 
304 /* a type appropriate for address */
305 /* #undef socklen_t */
306 
307 /* define to __ss_family if sockaddr_storage has that instead of ss_family */
308 /* #undef ss_family */
309 
310 /* a signed type appropriate for a count of bytes or an error indication */
311 /* #undef ssize_t */
312 
313 /* scalar type */
314 /* #undef t_scalar_t */
315 
316 /* unsigned scalar type */
317 /* #undef t_uscalar_t */
318 
319 /* 16 bit unsigned type */
320 /* #undef uint16_t */
321 
322 /* 32 bit unsigned type */
323 /* #undef uint32_t */
324 
325 /* 8-bit unsigned type */
326 /* #undef uint8_t */