Annotation of embedaddon/iperf/src/iperf_config.h.in, revision 1.1.1.2

1.1       misho       1: /* src/iperf_config.h.in.  Generated from configure.ac by autoheader.  */
                      2: 
1.1.1.2 ! misho       3: /* Define to 1 if you have the `clock_gettime' function. */
        !             4: #undef HAVE_CLOCK_GETTIME
        !             5: 
1.1       misho       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: 
1.1.1.2 ! misho      12: /* Define to 1 if you have the `daemon' function. */
        !            13: #undef HAVE_DAEMON
        !            14: 
1.1       misho      15: /* Define to 1 if you have the <dlfcn.h> header file. */
                     16: #undef HAVE_DLFCN_H
                     17: 
1.1.1.2 ! misho      18: /* Define to 1 if you have the <endian.h> header file. */
        !            19: #undef HAVE_ENDIAN_H
        !            20: 
1.1       misho      21: /* Have IPv6 flowlabel support. */
                     22: #undef HAVE_FLOWLABEL
                     23: 
1.1.1.2 ! misho      24: /* Define to 1 if you have the `getline' function. */
        !            25: #undef HAVE_GETLINE
        !            26: 
1.1       misho      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: 
1.1.1.2 ! misho      36: /* Define to 1 if you have the <poll.h> header file. */
        !            37: #undef HAVE_POLL_H
        !            38: 
1.1       misho      39: /* Define to 1 if you have the `sched_setaffinity' function. */
                     40: #undef HAVE_SCHED_SETAFFINITY
                     41: 
                     42: /* Have SCTP support. */
1.1.1.2 ! misho      43: #undef HAVE_SCTP_H
1.1       misho      44: 
                     45: /* Define to 1 if you have the `sendfile' function. */
                     46: #undef HAVE_SENDFILE
                     47: 
1.1.1.2 ! misho      48: /* Define to 1 if you have the `SetProcessAffinityMask' function. */
        !            49: #undef HAVE_SETPROCESSAFFINITYMASK
        !            50: 
1.1       misho      51: /* Have SO_MAX_PACING_RATE sockopt. */
                     52: #undef HAVE_SO_MAX_PACING_RATE
                     53: 
1.1.1.2 ! misho      54: /* OpenSSL Is Available */
        !            55: #undef HAVE_SSL
        !            56: 
1.1       misho      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: 
1.1.1.2 ! misho      72: /* Define to 1 if you have the <sys/endian.h> header file. */
        !            73: #undef HAVE_SYS_ENDIAN_H
        !            74: 
1.1       misho      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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>