nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3  
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6  
7 /* Define if debugging info is desired */
8 /* #undef DBG_MJZ */
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 `atexit' function. */
14 #define HAVE_ATEXIT 1
15  
16 /* Define to 1 if you have the `clock_gettime' function. */
17 #define HAVE_CLOCK_GETTIME 1
18  
19 /* Define to 1 if you have the declaration of `AF_INET6', and to 0 if you
20 don't. */
21 #define HAVE_DECL_AF_INET6 1
22  
23 /* Define to 1 if you have the declaration of `CPU_SET', and to 0 if you
24 don't. */
25 #define HAVE_DECL_CPU_SET 1
26  
27 /* Define to 1 if you have the declaration of `ENOBUFS', and to 0 if you
28 don't. */
29 #define HAVE_DECL_ENOBUFS 1
30  
31 /* Define to 1 if you have the declaration of `EWOULDBLOCK', and to 0 if you
32 don't. */
33 #define HAVE_DECL_EWOULDBLOCK 1
34  
35 /* Define to 1 if you have the declaration of `IPV6_ADD_MEMBERSHIP', and to 0
36 if you don't. */
37 #define HAVE_DECL_IPV6_ADD_MEMBERSHIP 1
38  
39 /* Define to 1 if you have the declaration of `IPV6_MULTICAST_HOPS', and to 0
40 if you don't. */
41 #define HAVE_DECL_IPV6_MULTICAST_HOPS 1
42  
43 /* Define to 1 if you have the declaration of `IP_ADD_MEMBERSHIP', and to 0 if
44 you don't. */
45 #define HAVE_DECL_IP_ADD_MEMBERSHIP 1
46  
47 /* Define to 1 if you have the declaration of `SIGALRM', and to 0 if you
48 don't. */
49 #define HAVE_DECL_SIGALRM 1
50  
51 /* Define to 1 if you have the declaration of `SO_SNDTIMEO', and to 0 if you
52 don't. */
53 #define HAVE_DECL_SO_SNDTIMEO 1
54  
55 /* Define to 1 if you have the declaration of `SO_TIMESTAMP', and to 0 if you
56 don't. */
57 #define HAVE_DECL_SO_TIMESTAMP 1
58  
59 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
60 /* #undef HAVE_DOPRNT */
61  
62 /* Define to 1 if you have the `fork' function. */
63 #define HAVE_FORK 1
64  
65 /* Define to 1 if you have the `gettimeofday' function. */
66 #define HAVE_GETTIMEOFDAY 1
67  
68 /* Define to 1 if you have the `inet_ntop' function. */
69 #define HAVE_INET_NTOP 1
70  
71 /* Define to 1 if you have the `inet_pton' function. */
72 #define HAVE_INET_PTON 1
73  
74 /* Define to 1 if you have the <inttypes.h> header file. */
75 #define HAVE_INTTYPES_H 1
76  
77 /* Define to enable IPv6 support */
78 #define HAVE_IPV6 1
79  
80 /* Define to enable IPv6 multicast support */
81 #define HAVE_IPV6_MULTICAST 1
82  
83 /* Define if Kalman tuning is desired and available */
84 #define HAVE_KALMAN 1
85  
86 /* Define to 1 if you have the <libintl.h> header file. */
87 #define HAVE_LIBINTL_H 1
88  
89 /* Define to 1 if you have the `rt' library (-lrt). */
90 /* #undef HAVE_LIBRT */
91  
92 /* Define if libws2_32 exists. */
93 /* #undef HAVE_LIBWS2_32 */
94  
95 /* Define to 1 if you have the <memory.h> header file. */
96 #define HAVE_MEMORY_H 1
97  
98 /* Define to 1 if you have the `memset' function. */
99 #define HAVE_MEMSET 1
100  
101 /* Define to 1 if you have the `mlockall' function. */
102 #define HAVE_MLOCKALL 1
103  
104 /* Define to enable multicast support */
105 #define HAVE_MULTICAST 1
106  
107 /* Define to 1 if you have the `nanosleep' function. */
108 #define HAVE_NANOSLEEP 1
109  
110 /* Define to 1 if you have the <netdb.h> header file. */
111 #define HAVE_NETDB_H 1
112  
113 /* Define to 1 if you have the <netinet/in.h> header file. */
114 #define HAVE_NETINET_IN_H 1
115  
116 /* */
117 #define HAVE_POSIX_THREAD 1
118  
119 /* */
120 /* #undef HAVE_PRINTF_QD */
121  
122 /* Define if you have POSIX threads libraries and header files. */
123 #define HAVE_PTHREAD 1
124  
125 /* Define to 1 if you have the `pthread_cancel' function. */
126 /* #undef HAVE_PTHREAD_CANCEL */
127  
128 /* */
129 /* #undef HAVE_QUAD_SUPPORT */
130  
131 /* Define to 1 if you have the `sched_setscheduler' function. */
132 #define HAVE_SCHED_SETSCHEDULER 1
133  
134 /* Define to 1 if you have the `select' function. */
135 #define HAVE_SELECT 1
136  
137 /* Define to 1 if you have the `setitimer' function. */
138 #define HAVE_SETITIMER 1
139  
140 /* Define to 1 if you have the <signal.h> header file. */
141 #define HAVE_SIGNAL_H 1
142  
143 /* Define to 1 if you have the `snprintf' function. */
144 #define HAVE_SNPRINTF 1
145  
146 /* Define to 1 if the system has the type `ssize_t'. */
147 #define HAVE_SSIZE_T 1
148  
149 /* Define to 1 if you have the <stdint.h> header file. */
150 #define HAVE_STDINT_H 1
151  
152 /* Define to 1 if you have the <stdlib.h> header file. */
153 #define HAVE_STDLIB_H 1
154  
155 /* Define to 1 if you have the `strchr' function. */
156 #define HAVE_STRCHR 1
157  
158 /* Define to 1 if you have the `strerror' function. */
159 #define HAVE_STRERROR 1
160  
161 /* Define to 1 if you have the `strftime' function. */
162 #define HAVE_STRFTIME 1
163  
164 /* Define to 1 if you have the <strings.h> header file. */
165 #define HAVE_STRINGS_H 1
166  
167 /* Define to 1 if you have the <string.h> header file. */
168 #define HAVE_STRING_H 1
169  
170 /* Define to 1 if you have the `strtol' function. */
171 #define HAVE_STRTOL 1
172  
173 /* Define to 1 if the system has the type `struct ipv6_mreq'. */
174 #define HAVE_STRUCT_IPV6_MREQ 1
175  
176 /* Define to 1 if the system has the type `struct ip_mreq'. */
177 #define HAVE_STRUCT_IP_MREQ 1
178  
179 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
180 #define HAVE_STRUCT_SOCKADDR_IN6 1
181  
182 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
183 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
184  
185 /* Define to 1 if `tcpi_total_retrans' is a member of `struct tcp_info'. */
186 /* #undef HAVE_STRUCT_TCP_INFO_TCPI_TOTAL_RETRANS */
187  
188 /* Define to 1 if you have the <syslog.h> header file. */
189 #define HAVE_SYSLOG_H 1
190  
191 /* Define to 1 if you have the <sys/select.h> header file. */
192 #define HAVE_SYS_SELECT_H 1
193  
194 /* Define to 1 if you have the <sys/socket.h> header file. */
195 #define HAVE_SYS_SOCKET_H 1
196  
197 /* Define to 1 if you have the <sys/stat.h> header file. */
198 #define HAVE_SYS_STAT_H 1
199  
200 /* Define to 1 if you have the <sys/time.h> header file. */
201 #define HAVE_SYS_TIME_H 1
202  
203 /* Define to 1 if you have the <sys/types.h> header file. */
204 #define HAVE_SYS_TYPES_H 1
205  
206 /* Define to 1 if you have the <unistd.h> header file. */
207 #define HAVE_UNISTD_H 1
208  
209 /* Define to 1 if you have the `usleep' function. */
210 #define HAVE_USLEEP 1
211  
212 /* Define to 1 if you have the `vfork' function. */
213 #define HAVE_VFORK 1
214  
215 /* Define to 1 if you have the <vfork.h> header file. */
216 /* #undef HAVE_VFORK_H */
217  
218 /* Define to 1 if you have the `vprintf' function. */
219 #define HAVE_VPRINTF 1
220  
221 /* Define if Web100 is desired and available */
222 /* #undef HAVE_WEB100 */
223  
224 /* Define if using WIN32 threads */
225 /* #undef HAVE_WIN32_THREAD */
226  
227 /* Define to 1 if `fork' works. */
228 #define HAVE_WORKING_FORK 1
229  
230 /* Define to 1 if `vfork' works. */
231 #define HAVE_WORKING_VFORK 1
232  
233 /* Name of package */
234 #define PACKAGE "iperf"
235  
236 /* Define to the address where bug reports for this package should be sent. */
237 #define PACKAGE_BUGREPORT ""
238  
239 /* Define to the full name of this package. */
240 #define PACKAGE_NAME "Iperf"
241  
242 /* Define to the full name and version of this package. */
243 #define PACKAGE_STRING "Iperf 2.0.9"
244  
245 /* Define to the one symbol short name of this package. */
246 #define PACKAGE_TARNAME "iperf"
247  
248 /* Define to the home page for this package. */
249 #define PACKAGE_URL ""
250  
251 /* Define to the version of this package. */
252 #define PACKAGE_VERSION "2.0.9"
253  
254 /* Define to the necessary symbol if this constant uses a non-standard name on
255 your system. */
256 /* #undef PTHREAD_CREATE_JOINABLE */
257  
258 /* Define as the return type of signal handlers (`int' or `void'). */
259 #define RETSIGTYPE void
260  
261 /* Define to the type of arg 1 for `select'. */
262 #define SELECT_TYPE_ARG1 int
263  
264 /* Define to the type of args 2, 3 and 4 for `select'. */
265 #define SELECT_TYPE_ARG234 (fd_set *)
266  
267 /* Define to the type of arg 5 for `select'. */
268 #define SELECT_TYPE_ARG5 (struct timeval *)
269  
270 /* The size of `bool', as computed by sizeof. */
271 #define SIZEOF_BOOL 0
272  
273 /* The size of `char', as computed by sizeof. */
274 /* #undef SIZEOF_CHAR */
275  
276 /* The size of `int', as computed by sizeof. */
277 /* #undef SIZEOF_INT */
278  
279 /* The size of `long', as computed by sizeof. */
280 /* #undef SIZEOF_LONG */
281  
282 /* The size of `short', as computed by sizeof. */
283 /* #undef SIZEOF_SHORT */
284  
285 /* The size of `void*', as computed by sizeof. */
286 /* #undef SIZEOF_VOIDP */
287  
288 /* Define to 1 if you have the ANSI C header files. */
289 #define STDC_HEADERS 1
290  
291 /* Define 3rd arg of accept */
292 #define Socklen_t socklen_t
293  
294 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
295 #define TIME_WITH_SYS_TIME 1
296  
297 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
298 /* #undef TM_IN_SYS_TIME */
299  
300 /* Version number of package */
301 #define VERSION "2.0.9"
302  
303 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
304 significant byte first (like Motorola and SPARC, unlike Intel). */
305 #if defined AC_APPLE_UNIVERSAL_BUILD
306 # if defined __BIG_ENDIAN__
307 # define WORDS_BIGENDIAN 1
308 # endif
309 #else
310 # ifndef WORDS_BIGENDIAN
311 /* # undef WORDS_BIGENDIAN */
312 # endif
313 #endif
314  
315 /* */
316 #define _REENTRANT 1
317  
318 /* */
319 #define bool int
320  
321 /* Define to empty if `const' does not conform to ANSI C. */
322 /* #undef const */
323  
324 /* */
325 /* #undef false */
326  
327 /* Define to `int' if <sys/types.h> does not define. */
328 /* #undef pid_t */
329  
330 /* Define to `unsigned int' if <sys/types.h> does not define. */
331 /* #undef size_t */
332  
333 /* Define to "int" if <sys/types.h> does not define. */
334 /* #undef ssize_t */
335  
336 /* */
337 /* #undef true */
338  
339 /* Define as `fork' if `vfork' does not work. */
340 /* #undef vfork */