blob: 07e490c9e0b7a68618d8101d75f9efa039058128 [file] [log] [blame]
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -08001/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to one to enable dirty buffer support. May affect results. */
5/* #undef DIRTY */
6
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -08007/* Define to 1 if you have the `alarm' function. */
8#define HAVE_ALARM 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 `bindprocessor' function. */
14/* #undef HAVE_BINDPROCESSOR */
15
16/* Define to 1 if you have the `bind_to_cpu_id' function. */
17/* #undef HAVE_BIND_TO_CPU_ID */
18
Elliott Hughes7cb62812015-10-29 21:19:35 -070019/* Define to 1 if you have the `bcopy' function. */
20#define HAVE_BCOPY 1
21
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -080022/* Define to 1 if you have the `bzero' function. */
23#define HAVE_BZERO 1
24
Elliott Hughes7cb62812015-10-29 21:19:35 -070025/* Define to 1 if you have the `daemon' function. */
26#define HAVE_DAEMON 1
27
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -080028/* Define to 1 if you have the <endian.h> header file. */
Elliott Hughes44409562014-11-21 23:12:59 -080029#define HAVE_ENDIAN_H 1
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -080030
31/* Define to 1 if you have the <errno.h> header file. */
32#define HAVE_ERRNO_H 1
33
34/* Define to 1 if you have the <fcntl.h> header file. */
35#define HAVE_FCNTL_H 1
36
37/* Define to 1 if you have the `fork' function. */
38#define HAVE_FORK 1
39
40/* Define to 1 if you have the `getaddrinfo' function. */
41#define HAVE_GETADDRINFO 1
42
43/* Define to 1 if you have the `gethostbyname' function. */
44#define HAVE_GETHOSTBYNAME 1
45
46/* Define to 1 if you have the `gethrtime' function. */
47/* #undef HAVE_GETHRTIME */
48
Elliott Hughes7cb62812015-10-29 21:19:35 -070049/* Define to 1 if you have the `getifaddrs' function. */
50#define HAVE_GETIFADDRS 1
51
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -080052/* Define to 1 if you have the `getnameinfo' function. */
53#define HAVE_GETNAMEINFO 1
54
55/* Define to 1 if you have the `getpagesize' function. */
56#define HAVE_GETPAGESIZE 1
57
58/* Define to 1 if you have the `gettimeofday' function. */
59#define HAVE_GETTIMEOFDAY 1
60
61/* Define to one to include ICSC-EXS tests. */
62/* #undef HAVE_ICSC_EXS */
63
Elliott Hughes7cb62812015-10-29 21:19:35 -070064/* Define to 1 if you have the <ifaddrs.h> header file. */
65#define HAVE_IFADDRS_H 1
66
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -080067/* Define to 1 if you have the `inet_ntoa' function. */
68#define HAVE_INET_NTOA 1
69
70/* Define to 1 if you have the `inet_ntop' function. */
71#define HAVE_INET_NTOP 1
72
73/* Define to 1 if you have the <inttypes.h> header file. */
74#define HAVE_INTTYPES_H 1
75
76/* Define to 1 if you have the `exs' library (-lexs). */
77/* #undef HAVE_LIBEXS */
78
79/* Define to 1 if you have the `kstat' library (-lkstat). */
80/* #undef HAVE_LIBKSTAT */
81
82/* Define to 1 if you have the `m' library (-lm). */
83#define HAVE_LIBM 1
84
85/* Define to 1 if you have the `mach' library (-lmach). */
86/* #undef HAVE_LIBMACH */
87
88/* Define to 1 if you have the `nsl' library (-lnsl). */
89/* #undef HAVE_LIBNSL */
90
91/* Define to 1 if you have the `perfstat' library (-lperfstat). */
92/* #undef HAVE_LIBPERFSTAT */
93
94/* Define to 1 if you have the `sctp' library (-lsctp). */
95/* #undef HAVE_LIBSCTP */
96
97/* Define to 1 if you have the `sdp' library (-lsdp). */
98/* #undef HAVE_LIBSDP */
99
100/* Define to 1 if you have the `sendfile' library (-lsendfile). */
101/* #undef HAVE_LIBSENDFILE */
102
103/* Define to 1 if you have the `socket' library (-lsocket). */
104/* #undef HAVE_LIBSOCKET */
105
106/* Define to 1 if you have the <limits.h> header file. */
107#define HAVE_LIMITS_H 1
108
Elliott Hughes7cb62812015-10-29 21:19:35 -0700109/* Define to 1 if you have the <linux/socket.h> header file. */
110#define HAVE_LINUX_SOCKET_H 1
111
112/* Define to 1 if you have the <linux/tcp.h> header file. */
113#define HAVE_LINUX_TCP_H 1
114
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800115/* Define to 1 if you have the <malloc.h> header file. */
Elliott Hughes7cb62812015-10-29 21:19:35 -0700116#define HAVE_MALLOC_H 1
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800117
118/* Define to 1 if you have the `memcpy' function. */
119#define HAVE_MEMCPY 1
120
121/* Define to 1 if you have the <memory.h> header file. */
122#define HAVE_MEMORY_H 1
123
124/* Define to 1 if you have the `memset' function. */
125#define HAVE_MEMSET 1
126
127/* Define to 1 if you have a working `mmap' system call. */
128#define HAVE_MMAP 1
129
130/* Define to 1 if you have the `mpctl' function. */
131/* #undef HAVE_MPCTL */
132
133/* Define to 1 if you have the `munmap' function. */
134#define HAVE_MUNMAP 1
135
136/* Define to 1 if you have the <netdb.h> header file. */
137#define HAVE_NETDB_H 1
138
139/* Define to 1 if you have the <netinet/in.h> header file. */
140#define HAVE_NETINET_IN_H 1
141
Elliott Hughes7cb62812015-10-29 21:19:35 -0700142/* Define to 1 if you have the <netinet/in_systm.h> header file. */
143#define HAVE_NETINET_IN_SYSTM_H 1
144
145/* Define to 1 if you have the <netinet/ip.h> header file. */
146#define HAVE_NETINET_IP_H 1
147
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800148/* Define to 1 if you have the <netinet/sctp.h> header file. */
149/* #undef HAVE_NETINET_SCTP_H */
150
151/* Define to 1 if you have the `processor_bind' function. */
152/* #undef HAVE_PROCESSOR_BIND */
153
Elliott Hughes7cb62812015-10-29 21:19:35 -0700154/* Define to 1 if you have the <sched.h> header file. */
155#define HAVE_SCHED_H 1
156
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800157/* Define to 1 if you have the `sched_setaffinity' function. */
Elliott Hughes7cb62812015-10-29 21:19:35 -0700158#define HAVE_SCHED_SETAFFINITY 1
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800159
160/* Define to 1 if `struct sctp_event_subscribe' has a
161 `sctp_adaptation_layer_event' member */
162/* #undef HAVE_SCTP_ADAPTATION_LAYER_EVENT */
163
164/* Define to 1 if you have the `select' function. */
165#define HAVE_SELECT 1
166
167/* Define to 1 if you have the `sendfile' function. */
Elliott Hughes7cb62812015-10-29 21:19:35 -0700168#define HAVE_SENDFILE 1
169
170/* Define to 1 if you have the `setsid' function. */
171#define HAVE_SETSID 1
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800172
173/* Define to 1 if you have the <signal.h> header file. */
174#define HAVE_SIGNAL_H 1
175
Elliott Hughes7cb62812015-10-29 21:19:35 -0700176/* Define if struct sockaddr has the sa_len member */
177/* #undef HAVE_SOCKADDR_SA_LEN */
178
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800179/* Define to 1 if you have the `socket' function. */
180#define HAVE_SOCKET 1
181
182/* Define to 1 if you have the `sqrt' function. */
183#define HAVE_SQRT 1
184
185/* Define to 1 if stdbool.h conforms to C99. */
186#define HAVE_STDBOOL_H 1
187
188/* Define to 1 if you have the <stdint.h> header file. */
189#define HAVE_STDINT_H 1
190
191/* Define to 1 if you have the <stdlib.h> header file. */
192#define HAVE_STDLIB_H 1
193
194/* Define to 1 if you have the `strcasecmp' function. */
195#define HAVE_STRCASECMP 1
196
197/* Define to 1 if you have the `strchr' function. */
198#define HAVE_STRCHR 1
199
200/* Define to 1 if you have the <strings.h> header file. */
201#define HAVE_STRINGS_H 1
202
203/* Define to 1 if you have the <string.h> header file. */
204#define HAVE_STRING_H 1
205
206/* Define to 1 if you have the `strstr' function. */
207#define HAVE_STRSTR 1
208
209/* Define to 1 if you have the `strtoul' function. */
210#define HAVE_STRTOUL 1
211
212/* Define to 1 if <netinet/in.h> defines `struct sockaddr_storage' */
213#define HAVE_STRUCT_SOCKADDR_STORAGE 1
214
Elliott Hughes7cb62812015-10-29 21:19:35 -0700215/* Define to 1 if you have the <syscall.h> header file. */
216#define HAVE_SYSCALL_H 1
217
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800218/* Define to 1 if you have the <sys/ioctl.h> header file. */
219#define HAVE_SYS_IOCTL_H 1
220
Elliott Hughes7cb62812015-10-29 21:19:35 -0700221/* Define to 1 if you have the <sys/ipc.h> header file. */
222#define HAVE_SYS_IPC_H 1
223
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800224/* Define to 1 if you have the <sys/mman.h> header file. */
225#define HAVE_SYS_MMAN_H 1
226
227/* Define to 1 if you have the <sys/param.h> header file. */
228#define HAVE_SYS_PARAM_H 1
229
230/* Define to 1 if you have the <sys/select.h> header file. */
231#define HAVE_SYS_SELECT_H 1
232
233/* Define to 1 if you have the <sys/socket.h> header file. */
234#define HAVE_SYS_SOCKET_H 1
235
Elliott Hughes7cb62812015-10-29 21:19:35 -0700236/* Define to 1 if you have the <sys/sockio.h> header file. */
237/* #undef HAVE_SYS_SOCKIO_H */
238
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800239/* Define to 1 if you have the <sys/stat.h> header file. */
240#define HAVE_SYS_STAT_H 1
241
Elliott Hughes7cb62812015-10-29 21:19:35 -0700242/* Define to 1 if you have the <sys/sysinfo.h> header file. */
243#define HAVE_SYS_SYSINFO_H 1
244
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800245/* Define to 1 if you have the <sys/time.h> header file. */
246#define HAVE_SYS_TIME_H 1
247
248/* Define to 1 if you have the <sys/types.h> header file. */
249#define HAVE_SYS_TYPES_H 1
250
Elliott Hughes7cb62812015-10-29 21:19:35 -0700251/* Define to 1 if you have the <sys/wait.h> header file. */
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800252#define HAVE_SYS_WAIT_H 1
253
Elliott Hughes7cb62812015-10-29 21:19:35 -0700254/* Define to 1 if you have the `toupper' function. */
255#define HAVE_TOUPPER 1
256
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800257/* Define to 1 if you have the `uname' function. */
258#define HAVE_UNAME 1
259
260/* Define to 1 if you have the <unistd.h> header file. */
261#define HAVE_UNISTD_H 1
262
263/* Define to 1 if you have the `vfork' function. */
264#define HAVE_VFORK 1
265
266/* Define to 1 if you have the <vfork.h> header file. */
267/* #undef HAVE_VFORK_H */
268
269/* Define to 1 if `fork' works. */
270#define HAVE_WORKING_FORK 1
271
272/* Define to 1 if `vfork' works. */
273#define HAVE_WORKING_VFORK 1
274
275/* Define to 1 if the system has the type `_Bool'. */
276#define HAVE__BOOL 1
277
278/* Define to 1 if `h_errno' is declared by <netdb.h> */
279#define H_ERRNO_DECLARED 1
280
281/* Name of package */
282#define PACKAGE "netperf"
283
284/* Define to the address where bug reports for this package should be sent. */
285#define PACKAGE_BUGREPORT ""
286
287/* Define to the full name of this package. */
288#define PACKAGE_NAME "netperf"
289
290/* Define to the full name and version of this package. */
Elliott Hughes7cb62812015-10-29 21:19:35 -0700291#define PACKAGE_STRING "netperf 2.7.0"
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800292
293/* Define to the one symbol short name of this package. */
294#define PACKAGE_TARNAME "netperf"
295
Elliott Hughes7cb62812015-10-29 21:19:35 -0700296/* Define to the home page for this package. */
297#define PACKAGE_URL ""
298
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800299/* Define to the version of this package. */
Elliott Hughes7cb62812015-10-29 21:19:35 -0700300#define PACKAGE_VERSION "2.7.0"
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800301
302/* Define as the return type of signal handlers (`int' or `void'). */
303#define RETSIGTYPE void
304
305/* Define to the type of arg 1 for `select'. */
306#define SELECT_TYPE_ARG1 int
307
308/* Define to the type of args 2, 3 and 4 for `select'. */
309#define SELECT_TYPE_ARG234 (fd_set *)
310
311/* Define to the type of arg 5 for `select'. */
312#define SELECT_TYPE_ARG5 (struct timeval *)
313
314/* Define to 1 if the `setpgrp' function takes no argument. */
315#define SETPGRP_VOID 1
316
317/* Define to 1 if you have the ANSI C header files. */
318#define STDC_HEADERS 1
319
320/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
321#define TIME_WITH_SYS_TIME 1
322
323/* Use Solaris's kstat interface to measure CPU util. */
324/* #undef USE_KSTAT */
325
326/* Use looper/soaker processes to measure CPU util. */
327/* #undef USE_LOOPER */
328
329/* Use MacOS X's host_info interface to measure CPU util. */
330/* #undef USE_OSX */
331
332/* Use AIX's perfstat interface to measure CPU util. */
333/* #undef USE_PERFSTAT */
334
335/* Use Linux's procstat interface to measure CPU util. */
Elliott Hughes7cb62812015-10-29 21:19:35 -0700336#define USE_PROC_STAT /**/
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800337
338/* Use HP-UX's pstat interface to measure CPU util. */
339/* #undef USE_PSTAT */
340
Elliott Hughes7cb62812015-10-29 21:19:35 -0700341/* Use MumbleBSD's sysctl interface to measure CPU util. */
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800342/* #undef USE_SYSCTL */
343
344/* Version number of package */
Elliott Hughes7cb62812015-10-29 21:19:35 -0700345#define VERSION "2.7.0"
346
347/* Define to one to include DCCP tests. */
348/* #undef WANT_DCCP */
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800349
350/* Define to one to enable demo support. May affect results. */
351/* #undef WANT_DEMO */
352
353/* Define to one to include DLPI tests. */
354/* #undef WANT_DLPI */
355
356/* Define to one to enable initial _RR burst support. May affect results. */
Elliott Hughes7cb62812015-10-29 21:19:35 -0700357#define WANT_FIRST_BURST /**/
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800358
359/* Define to one to enable histogram support. May affect results. */
360/* #undef WANT_HISTOGRAM */
361
362/* Define to one to enable paced operation support. May affect results. */
363/* #undef WANT_INTERVALS */
364
Elliott Hughes7cb62812015-10-29 21:19:35 -0700365/* Define to one to migrate classic to OMNI tests. */
366#define WANT_MIGRATION /**/
367
368/* Define to one to include OMNI tests. */
369#define WANT_OMNI /**/
370
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800371/* Define to one to include SCTP tests. */
Elliott Hughes7cb62812015-10-29 21:19:35 -0700372/* #undef WANT_SCTP */
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800373
374/* Define to one to include SDP tests. */
375/* #undef WANT_SDP */
376
377/* Define to one to spin waiting on paced operation. WILL AFFEFCT CPU
378 UTILIZATION */
379/* #undef WANT_SPIN */
380
381/* Define to one to include Unix Domain socket tests. */
382/* #undef WANT_UNIX */
383
384/* Define to one to include XTI tests. */
385/* #undef WANT_XTI */
386
387/* Number of bits in a file offset, on hosts where this is settable. */
388/* #undef _FILE_OFFSET_BITS */
389
390/* Define for large files, on AIX-style hosts. */
391/* #undef _LARGE_FILES */
392
393/* Define to empty if `const' does not conform to ANSI C. */
394/* #undef const */
395
396/* type to use in place of socklen_t if not defined */
Elliott Hughes2c302a02016-02-24 21:20:44 -0800397#define netperf_socklen_t socklen_t
The Android Open Source Project02fb0ac2009-03-03 19:30:07 -0800398
399/* Define to `long int' if <sys/types.h> does not define. */
400/* #undef off_t */
401
402/* Define to `int' if <sys/types.h> does not define. */
403/* #undef pid_t */
404
405/* Define to `unsigned int' if <sys/types.h> does not define. */
406/* #undef size_t */
407
408/* Define as `fork' if `vfork' does not work. */
409/* #undef vfork */