xref: /aosp_15_r20/external/iperf3/src/iperf_config.h (revision 7ab6e6ace082586527a400463bc693a412a40341)
1*7ab6e6acSAndroid Build Coastguard Worker /* src/iperf_config.h.  Generated from iperf_config.h.in by configure.  */
2*7ab6e6acSAndroid Build Coastguard Worker /* src/iperf_config.h.in.  Generated from configure.ac by autoheader.  */
3*7ab6e6acSAndroid Build Coastguard Worker 
4*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the `clock_gettime' function. */
5*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_CLOCK_GETTIME 1
6*7ab6e6acSAndroid Build Coastguard Worker 
7*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the `cpuset_setaffinity' function. */
8*7ab6e6acSAndroid Build Coastguard Worker /* #undef HAVE_CPUSET_SETAFFINITY */
9*7ab6e6acSAndroid Build Coastguard Worker 
10*7ab6e6acSAndroid Build Coastguard Worker /* Have CPU affinity support. */
11*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_CPU_AFFINITY 1
12*7ab6e6acSAndroid Build Coastguard Worker 
13*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the `daemon' function. */
14*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_DAEMON 1
15*7ab6e6acSAndroid Build Coastguard Worker 
16*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <dlfcn.h> header file. */
17*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_DLFCN_H 1
18*7ab6e6acSAndroid Build Coastguard Worker 
19*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <endian.h> header file. */
20*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_ENDIAN_H 1
21*7ab6e6acSAndroid Build Coastguard Worker 
22*7ab6e6acSAndroid Build Coastguard Worker /* Have IPv6 flowlabel support. */
23*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_FLOWLABEL 1
24*7ab6e6acSAndroid Build Coastguard Worker 
25*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the `getline' function. */
26*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_GETLINE 1
27*7ab6e6acSAndroid Build Coastguard Worker 
28*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <inttypes.h> header file. */
29*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_INTTYPES_H 1
30*7ab6e6acSAndroid Build Coastguard Worker 
31*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <memory.h> header file. */
32*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_MEMORY_H 1
33*7ab6e6acSAndroid Build Coastguard Worker 
34*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <netinet/sctp.h> header file. */
35*7ab6e6acSAndroid Build Coastguard Worker /* #undef HAVE_NETINET_SCTP_H */
36*7ab6e6acSAndroid Build Coastguard Worker 
37*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <poll.h> header file. */
38*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_POLL_H 1
39*7ab6e6acSAndroid Build Coastguard Worker 
40*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the `sched_setaffinity' function. */
41*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_SCHED_SETAFFINITY 1
42*7ab6e6acSAndroid Build Coastguard Worker 
43*7ab6e6acSAndroid Build Coastguard Worker /* Have SCTP support. */
44*7ab6e6acSAndroid Build Coastguard Worker /* #undef HAVE_SCTP */
45*7ab6e6acSAndroid Build Coastguard Worker 
46*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the `sendfile' function. */
47*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_SENDFILE 1
48*7ab6e6acSAndroid Build Coastguard Worker 
49*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the `SetProcessAffinityMask' function. */
50*7ab6e6acSAndroid Build Coastguard Worker /* #undef HAVE_SETPROCESSAFFINITYMASK */
51*7ab6e6acSAndroid Build Coastguard Worker 
52*7ab6e6acSAndroid Build Coastguard Worker /* Have SO_MAX_PACING_RATE sockopt. */
53*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_SO_MAX_PACING_RATE 1
54*7ab6e6acSAndroid Build Coastguard Worker 
55*7ab6e6acSAndroid Build Coastguard Worker /* OpenSSL Is Available */
56*7ab6e6acSAndroid Build Coastguard Worker /* #undef HAVE_SSL */
57*7ab6e6acSAndroid Build Coastguard Worker 
58*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <stdint.h> header file. */
59*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_STDINT_H 1
60*7ab6e6acSAndroid Build Coastguard Worker 
61*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <stdlib.h> header file. */
62*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_STDLIB_H 1
63*7ab6e6acSAndroid Build Coastguard Worker 
64*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <strings.h> header file. */
65*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_STRINGS_H 1
66*7ab6e6acSAndroid Build Coastguard Worker 
67*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <string.h> header file. */
68*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_STRING_H 1
69*7ab6e6acSAndroid Build Coastguard Worker 
70*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct sctp_assoc_value'. */
71*7ab6e6acSAndroid Build Coastguard Worker /* #undef HAVE_STRUCT_SCTP_ASSOC_VALUE */
72*7ab6e6acSAndroid Build Coastguard Worker 
73*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/endian.h> header file. */
74*7ab6e6acSAndroid Build Coastguard Worker /* #undef HAVE_SYS_ENDIAN_H */
75*7ab6e6acSAndroid Build Coastguard Worker 
76*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/socket.h> header file. */
77*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_SYS_SOCKET_H 1
78*7ab6e6acSAndroid Build Coastguard Worker 
79*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/stat.h> header file. */
80*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_SYS_STAT_H 1
81*7ab6e6acSAndroid Build Coastguard Worker 
82*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/types.h> header file. */
83*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_SYS_TYPES_H 1
84*7ab6e6acSAndroid Build Coastguard Worker 
85*7ab6e6acSAndroid Build Coastguard Worker /* Have TCP_CONGESTION sockopt. */
86*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_TCP_CONGESTION 1
87*7ab6e6acSAndroid Build Coastguard Worker 
88*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the <unistd.h> header file. */
89*7ab6e6acSAndroid Build Coastguard Worker #define HAVE_UNISTD_H 1
90*7ab6e6acSAndroid Build Coastguard Worker 
91*7ab6e6acSAndroid Build Coastguard Worker /* Define to the sub-directory where libtool stores uninstalled libraries. */
92*7ab6e6acSAndroid Build Coastguard Worker #define LT_OBJDIR ".libs/"
93*7ab6e6acSAndroid Build Coastguard Worker 
94*7ab6e6acSAndroid Build Coastguard Worker /* Name of package */
95*7ab6e6acSAndroid Build Coastguard Worker #define PACKAGE "iperf"
96*7ab6e6acSAndroid Build Coastguard Worker 
97*7ab6e6acSAndroid Build Coastguard Worker /* Define to the address where bug reports for this package should be sent. */
98*7ab6e6acSAndroid Build Coastguard Worker #define PACKAGE_BUGREPORT "https://github.com/esnet/iperf"
99*7ab6e6acSAndroid Build Coastguard Worker 
100*7ab6e6acSAndroid Build Coastguard Worker /* Define to the full name of this package. */
101*7ab6e6acSAndroid Build Coastguard Worker #define PACKAGE_NAME "iperf"
102*7ab6e6acSAndroid Build Coastguard Worker 
103*7ab6e6acSAndroid Build Coastguard Worker /* Define to the full name and version of this package. */
104*7ab6e6acSAndroid Build Coastguard Worker #define PACKAGE_STRING "iperf 3.6+"
105*7ab6e6acSAndroid Build Coastguard Worker 
106*7ab6e6acSAndroid Build Coastguard Worker /* Define to the one symbol short name of this package. */
107*7ab6e6acSAndroid Build Coastguard Worker #define PACKAGE_TARNAME "iperf"
108*7ab6e6acSAndroid Build Coastguard Worker 
109*7ab6e6acSAndroid Build Coastguard Worker /* Define to the home page for this package. */
110*7ab6e6acSAndroid Build Coastguard Worker #define PACKAGE_URL "https://software.es.net/iperf/"
111*7ab6e6acSAndroid Build Coastguard Worker 
112*7ab6e6acSAndroid Build Coastguard Worker /* Define to the version of this package. */
113*7ab6e6acSAndroid Build Coastguard Worker #define PACKAGE_VERSION "3.6+"
114*7ab6e6acSAndroid Build Coastguard Worker 
115*7ab6e6acSAndroid Build Coastguard Worker /* Define to 1 if you have the ANSI C header files. */
116*7ab6e6acSAndroid Build Coastguard Worker #define STDC_HEADERS 1
117*7ab6e6acSAndroid Build Coastguard Worker 
118*7ab6e6acSAndroid Build Coastguard Worker /* Version number of package */
119*7ab6e6acSAndroid Build Coastguard Worker #define VERSION "3.6+"
120*7ab6e6acSAndroid Build Coastguard Worker 
121*7ab6e6acSAndroid Build Coastguard Worker /* Define to empty if `const' does not conform to ANSI C. */
122*7ab6e6acSAndroid Build Coastguard Worker /* #undef const */
123