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/* Define to 1 if you have the <endian.h> header file. */ 19#undef HAVE_ENDIAN_H 20 21/* Have IPv6 flowlabel support. */ 22#undef HAVE_FLOWLABEL 23 24/* Define to 1 if you have the `getline' function. */ 25#undef HAVE_GETLINE 26 27/* Define to 1 if you have the <inttypes.h> header file. */ 28#undef HAVE_INTTYPES_H 29 30/* Define to 1 if you have the <memory.h> header file. */ 31#undef HAVE_MEMORY_H 32 33/* Define to 1 if you have the <netinet/sctp.h> header file. */ 34#undef HAVE_NETINET_SCTP_H 35 36/* Define to 1 if you have the <poll.h> header file. */ 37#undef HAVE_POLL_H 38 39/* Define to 1 if you have the `sched_setaffinity' function. */ 40#undef HAVE_SCHED_SETAFFINITY 41 42/* Have SCTP support. */ 43#undef HAVE_SCTP 44 45/* Define to 1 if you have the `sendfile' function. */ 46#undef HAVE_SENDFILE 47 48/* Define to 1 if you have the `SetProcessAffinityMask' function. */ 49#undef HAVE_SETPROCESSAFFINITYMASK 50 51/* Have SO_MAX_PACING_RATE sockopt. */ 52#undef HAVE_SO_MAX_PACING_RATE 53 54/* OpenSSL Is Available */ 55#undef HAVE_SSL 56 57/* Define to 1 if you have the <stdint.h> header file. */ 58#undef HAVE_STDINT_H 59 60/* Define to 1 if you have the <stdlib.h> header file. */ 61#undef HAVE_STDLIB_H 62 63/* Define to 1 if you have the <strings.h> header file. */ 64#undef HAVE_STRINGS_H 65 66/* Define to 1 if you have the <string.h> header file. */ 67#undef HAVE_STRING_H 68 69/* Define to 1 if the system has the type `struct sctp_assoc_value'. */ 70#undef HAVE_STRUCT_SCTP_ASSOC_VALUE 71 72/* Define to 1 if you have the <sys/endian.h> header file. */ 73#undef HAVE_SYS_ENDIAN_H 74 75/* Define to 1 if you have the <sys/socket.h> header file. */ 76#undef HAVE_SYS_SOCKET_H 77 78/* Define to 1 if you have the <sys/stat.h> header file. */ 79#undef HAVE_SYS_STAT_H 80 81/* Define to 1 if you have the <sys/types.h> header file. */ 82#undef HAVE_SYS_TYPES_H 83 84/* Have TCP_CONGESTION sockopt. */ 85#undef HAVE_TCP_CONGESTION 86 87/* Define to 1 if you have the <unistd.h> header file. */ 88#undef HAVE_UNISTD_H 89 90/* Define to the sub-directory where libtool stores uninstalled libraries. */ 91#undef LT_OBJDIR 92 93/* Name of package */ 94#undef PACKAGE 95 96/* Define to the address where bug reports for this package should be sent. */ 97#undef PACKAGE_BUGREPORT 98 99/* Define to the full name of this package. */ 100#undef PACKAGE_NAME 101 102/* Define to the full name and version of this package. */ 103#undef PACKAGE_STRING 104 105/* Define to the one symbol short name of this package. */ 106#undef PACKAGE_TARNAME 107 108/* Define to the home page for this package. */ 109#undef PACKAGE_URL 110 111/* Define to the version of this package. */ 112#undef PACKAGE_VERSION 113 114/* Define to 1 if you have the ANSI C header files. */ 115#undef STDC_HEADERS 116 117/* Version number of package */ 118#undef VERSION 119 120/* Define to empty if `const' does not conform to ANSI C. */ 121#undef const 122