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