vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / net / sock / config.h
blob4cd4574147ea017c88701671774211db6f747e8a
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define the following if you have the corresponding header */
4 /* #undef CPU_VENDOR_OS */
5 /* #undef HAVE_NETCONFIG_H */ /* <netconfig.h> */
6 /* #undef HAVE_NETDIR_H */ /* <netdir.h> */
7 /* #undef HAVE_POLL_H */ /* <poll.h> */
8 /* #undef HAVE_PTHREAD_H */ /* <pthread.h> */
9 /* #undef HAVE_STRINGS_H */ /* <strings.h> */
10 /* #undef HAVE_SYS_FILIO_H */ /* <sys/filio.h> */
11 /* #undef HAVE_SYS_IOCTL_H */ /* <sys/ioctl.h> */
12 /* #undef HAVE_SYS_SELECT_H */ /* <sys/select.h> */
13 /* #undef HAVE_SYS_SOCKIO_H */ /* <sys/sockio.h> */
14 /* #undef HAVE_SYS_SYSCTL_H */ /* <sys/sysctl.h> */
15 /* #undef HAVE_SYS_TIME_H */ /* <sys/time.h> */
16 /* #undef HAVE_SYS_TYPES_H */ /* <sys/types.> */
18 /* Define the following to the appropriate datatype, if necessary */
19 /* #undef int8_t */ /* <sys/types.h> */
20 /* #undef int16_t */ /* <sys/types.h> */
21 /* #undef int32_t */ /* <sys/types.h> */
22 /* #undef u_int8_t */ /* <sys/types.h> */
23 /* #undef u_int16_t */ /* <sys/types.h> */
24 /* #undef u_int32_t */ /* <sys/types.h> */
25 /* #undef DEBUG */
27 /* #undef HAVE_ADDRINFO_STRUCT */ /* <netdb.h> */
28 #define HAVE_MSGHDR_MSG_CONTROL
29 #define HAVE_ADDRINFO_PROTO 1
31 /* struct addrinfo is defined */
32 #define HAVE_ADDRINFO_STRUCT
34 /* Define to 1 if you have the <arpa/inet.h> header file. */
35 #define HAVE_ARPA_INET_H 1
37 /* Define to 1 if you have the <errno.h> header file. */
38 #define HAVE_ERRNO_H 1
40 /* Define to 1 if you have the <fcntl.h> header file. */
41 #define HAVE_FCNTL_H 1
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #define HAVE_INTTYPES_H 1
46 /* Define to 1 if you have the `nsl' library (-lnsl). */
47 #define HAVE_LIBNSL 1
49 /* Define to 1 if you have the `socket' library (-lsocket). */
50 /* #undef HAVE_LIBSOCKET */
52 /* Define to 1 if you have the <memory.h> header file. */
53 #define HAVE_MEMORY_H 1
55 /* struct msghdr has msg_control field */
56 #define HAVE_MSGHDR_MSG_CONTROL
58 /* Define to 1 if you have the <netconfig.h> header file. */
59 /* #undef HAVE_NETCONFIG_H */
61 /* Define to 1 if you have the <netdb.h> header file. */
62 #define HAVE_NETDB_H 1
64 /* Define to 1 if you have the <netdir.h> header file. */
65 /* #undef HAVE_NETDIR_H */
67 /* Define to 1 if you have the <netinet/in.h> header file. */
68 #define HAVE_NETINET_IN_H 1
70 /* Define to 1 if you have the <poll.h> header file. */
71 #define HAVE_POLL_H 1
73 /* Define to 1 if you have the <pthread.h> header file. */
74 #define HAVE_PTHREAD_H 1
76 /* Define to 1 if you have the `setlinebuf' function. */
77 #define HAVE_SETLINEBUF 1
79 /* Define to 1 if you have the <signal.h> header file. */
80 #define HAVE_SIGNAL_H 1
82 /* Define to 1 if you have the <stdint.h> header file. */
83 #define HAVE_STDINT_H 1
85 /* Define to 1 if you have the <stdio.h> header file. */
86 #define HAVE_STDIO_H 1
88 /* Define to 1 if you have the <stdlib.h> header file. */
89 #define HAVE_STDLIB_H 1
91 /* Define to 1 if you have the `strdup' function. */
92 #define HAVE_STRDUP 1
94 /* Define to 1 if you have the `strerror' function. */
95 #define HAVE_STRERROR 1
97 /* Define to 1 if you have the <strings.h> header file. */
98 #define HAVE_STRINGS_H 1
100 /* Define to 1 if you have the <string.h> header file. */
101 #define HAVE_STRING_H 1
103 /* Define to 1 if you have the <stropts.h> header file. */
104 #define HAVE_STROPTS_H 1
106 /* Define to 1 if you have the <sys/filio.h> header file. */
107 /* #undef HAVE_SYS_FILIO_H */
109 /* Define to 1 if you have the <sys/ioctl.h> header file. */
110 #define HAVE_SYS_IOCTL_H 1
112 /* Define to 1 if you have the <sys/param.h> header file. */
113 #define HAVE_SYS_PARAM_H 1
115 /* Define to 1 if you have the <sys/select.h> header file. */
116 #define HAVE_SYS_SELECT_H 1
118 /* Define to 1 if you have the <sys/socket.h> header file. */
119 #define HAVE_SYS_SOCKET_H 1
121 /* Define to 1 if you have the <sys/sockio.h> header file. */
122 #define HAVE_SYS_SOCKIO_H 1
124 /* Define to 1 if you have the <sys/stat.h> header file. */
125 #define HAVE_SYS_STAT_H 1
127 /* Define to 1 if you have the <sys/sysctl.h> header file. */
128 #define HAVE_SYS_SYSCTL_H 1
130 /* Define to 1 if you have the <sys/time.h> header file. */
131 #define HAVE_SYS_TIME_H 1
133 /* Define to 1 if you have the <sys/types.h> header file. */
134 #define HAVE_SYS_TYPES_H 1
136 /* Define to 1 if you have the <sys/uio.h> header file. */
137 #define HAVE_SYS_UIO_H 1
139 /* Define to 1 if you have the <sys/un.h> header file. */
140 #define HAVE_SYS_UN_H 1
142 /* Define to 1 if you have the <sys/wait.h> header file. */
143 #define HAVE_SYS_WAIT_H 1
145 /* Define to 1 if you have the <time.h> header file. */
146 #define HAVE_TIME_H 1
148 /* Define to 1 if you have the <unistd.h> header file. */
149 #define HAVE_UNISTD_H 1
151 /* Name of package */
152 #define PACKAGE "sock"
154 /* Define to the address where bug reports for this package should be sent. */
155 #define PACKAGE_BUGREPORT ""
157 /* Define to the full name of this package. */
158 #define PACKAGE_NAME ""
160 /* Define to the full name and version of this package. */
161 #define PACKAGE_STRING ""
163 /* Define to the one symbol short name of this package. */
164 #define PACKAGE_TARNAME ""
166 /* Define to the version of this package. */
167 #define PACKAGE_VERSION ""
169 /* Define as the return type of signal handlers (`int' or `void'). */
170 #define RETSIGTYPE void
172 /* Define to 1 if you have the ANSI C header files. */
173 #define STDC_HEADERS 1
175 /* Version number of package */
176 #define VERSION "0.3"
178 /* Define to 1 if your processor stores words with the most significant byte
179 first (like Motorola and SPARC, unlike Intel and VAX). */
180 /* #undef WORDS_BIGENDIAN */
182 /* Define to empty if `const' does not conform to ANSI C. */
183 /* #undef const */
185 /* Define to `unsigned' if <sys/types.h> does not define. */
186 /* #undef size_t */