1/* src/iperf_config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if you have the `clock_gettime' function. */ 4#undef HAVE_CLOCK_GETTIME 5 6/* Define to 1 if you have the `cpuset_setaffinity' function. */ 7#undef HAVE_CPUSET_SETAFFINITY 8 9/* Have CPU affinity support. */ 10#undef HAVE_CPU_AFFINITY 11 12/* Define to 1 if you have the `daemon' function. */ 13#undef HAVE_DAEMON 14 15/* Define to 1 if you have the <dlfcn.h> header file. */ 16#undef HAVE_DLFCN_H 17 18/* Have IP_MTU_DISCOVER/IP_DONTFRAG/IP_DONTFRAGMENT sockopt. */ 19#undef HAVE_DONT_FRAGMENT 20 21/* Define to 1 if you have the <endian.h> header file. */ 22#undef HAVE_ENDIAN_H 23 24/* Have IPv6 flowlabel support. */ 25#undef HAVE_FLOWLABEL 26 27/* Define to 1 if you have the `getline' function. */ 28#undef HAVE_GETLINE 29 30/* Define to 1 if you have the <inttypes.h> header file. */ 31#undef HAVE_INTTYPES_H 32 33/* Have IP_DONTFRAG sockopt. */ 34#undef HAVE_IP_DONTFRAG 35 36/* Have IP_DONTFRAGMENT sockopt. */ 37#undef HAVE_IP_DONTFRAGMENT 38 39/* Have IP_MTU_DISCOVER sockopt. */ 40#undef HAVE_IP_MTU_DISCOVER 41 42/* Define to 1 if you have the <linux/tcp.h> header file. */ 43#undef HAVE_LINUX_TCP_H 44 45/* Define to 1 if you have the <netinet/sctp.h> header file. */ 46#undef HAVE_NETINET_SCTP_H 47 48/* Define to 1 if you have the <poll.h> header file. */ 49#undef HAVE_POLL_H 50 51/* Define to 1 if you have the `sched_setaffinity' function. */ 52#undef HAVE_SCHED_SETAFFINITY 53 54/* Have SCTP support. */ 55#undef HAVE_SCTP_H 56 57/* Define to 1 if you have the `sendfile' function. */ 58#undef HAVE_SENDFILE 59 60/* Define to 1 if you have the `SetProcessAffinityMask' function. */ 61#undef HAVE_SETPROCESSAFFINITYMASK 62 63/* Have SO_BINDTODEVICE sockopt. */ 64#undef HAVE_SO_BINDTODEVICE 65 66/* Have SO_MAX_PACING_RATE sockopt. */ 67#undef HAVE_SO_MAX_PACING_RATE 68 69/* OpenSSL Is Available */ 70#undef HAVE_SSL 71 72/* Define to 1 if you have the <stdint.h> header file. */ 73#undef HAVE_STDINT_H 74 75/* Define to 1 if you have the <stdio.h> header file. */ 76#undef HAVE_STDIO_H 77 78/* Define to 1 if you have the <stdlib.h> header file. */ 79#undef HAVE_STDLIB_H 80 81/* Define to 1 if you have the <strings.h> header file. */ 82#undef HAVE_STRINGS_H 83 84/* Define to 1 if you have the <string.h> header file. */ 85#undef HAVE_STRING_H 86 87/* Define to 1 if the system has the type `struct sctp_assoc_value'. */ 88#undef HAVE_STRUCT_SCTP_ASSOC_VALUE 89 90/* Define to 1 if you have the <sys/endian.h> header file. */ 91#undef HAVE_SYS_ENDIAN_H 92 93/* Define to 1 if you have the <sys/socket.h> header file. */ 94#undef HAVE_SYS_SOCKET_H 95 96/* Define to 1 if you have the <sys/stat.h> header file. */ 97#undef HAVE_SYS_STAT_H 98 99/* Define to 1 if you have the <sys/types.h> header file. */ 100#undef HAVE_SYS_TYPES_H 101 102/* Have TCP_CONGESTION sockopt. */ 103#undef HAVE_TCP_CONGESTION 104 105/* Have tcpi_snd_wnd field in tcp_info. */ 106#undef HAVE_TCP_INFO_SND_WND 107 108/* Have TCP_USER_TIMEOUT sockopt. */ 109#undef HAVE_TCP_USER_TIMEOUT 110 111/* Define to 1 if you have the <unistd.h> header file. */ 112#undef HAVE_UNISTD_H 113 114/* Define to the sub-directory where libtool stores uninstalled libraries. */ 115#undef LT_OBJDIR 116 117/* Name of package */ 118#undef PACKAGE 119 120/* Define to the address where bug reports for this package should be sent. */ 121#undef PACKAGE_BUGREPORT 122 123/* Define to the full name of this package. */ 124#undef PACKAGE_NAME 125 126/* Define to the full name and version of this package. */ 127#undef PACKAGE_STRING 128 129/* Define to the one symbol short name of this package. */ 130#undef PACKAGE_TARNAME 131 132/* Define to the home page for this package. */ 133#undef PACKAGE_URL 134 135/* Define to the version of this package. */ 136#undef PACKAGE_VERSION 137 138/* Define to 1 if all of the C90 standard headers exist (not just the ones 139 required in a freestanding environment). This macro is provided for 140 backward compatibility; new code need not use it. */ 141#undef STDC_HEADERS 142 143/* Version number of package */ 144#undef VERSION 145 146/* Define to empty if `const' does not conform to ANSI C. */ 147#undef const 148