Annotation of embedaddon/mtr/config.h.in, revision 1.1.1.3

1.1       misho       1: /* config.h.in.  Generated from configure.ac by autoheader.  */
                      2: 
                      3: /* Define to enable IPv6 */
                      4: #undef ENABLE_IPV6
                      5: 
                      6: /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
                      7: #undef HAVE_ARPA_NAMESER_COMPAT_H
                      8: 
1.1.1.3 ! misho       9: /* Define if a curses library available */
        !            10: #undef HAVE_CURSES
1.1       misho      11: 
                     12: /* Define to 1 if you have the <cursesX.h> header file. */
                     13: #undef HAVE_CURSESX_H
                     14: 
                     15: /* Define to 1 if you have the <curses.h> header file. */
                     16: #undef HAVE_CURSES_H
                     17: 
                     18: /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
                     19:    */
                     20: #undef HAVE_DECL_ERRNO
                     21: 
1.1.1.3 ! misho      22: /* Define to 1 if you have the <error.h> header file. */
        !            23: #undef HAVE_ERROR_H
        !            24: 
1.1       misho      25: /* Define to 1 if you have the `fcntl' function. */
                     26: #undef HAVE_FCNTL
                     27: 
                     28: /* Define to 1 if you have the <fcntl.h> header file. */
                     29: #undef HAVE_FCNTL_H
                     30: 
1.1.1.3 ! misho      31: /* Define if libc has getopt_long */
        !            32: #undef HAVE_GETOPT
        !            33: 
        !            34: /* Define if gtk+-2.0 library available */
        !            35: #undef HAVE_GTK
        !            36: 
1.1       misho      37: /* Define to 1 if you have the <inttypes.h> header file. */
                     38: #undef HAVE_INTTYPES_H
                     39: 
1.1.1.3 ! misho      40: /* Define when ipinfo lookups are in use */
        !            41: #undef HAVE_IPINFO
1.1       misho      42: 
1.1.1.3 ! misho      43: /* Define to 1 if you have the `cap' library (-lcap). */
        !            44: #undef HAVE_LIBCAP
1.1       misho      45: 
                     46: /* Define to 1 if you have the `m' library (-lm). */
                     47: #undef HAVE_LIBM
                     48: 
                     49: /* Define to 1 if you have the `nsl' library (-lnsl). */
                     50: #undef HAVE_LIBNSL
                     51: 
                     52: /* Define to 1 if you have the `socket' library (-lsocket). */
                     53: #undef HAVE_LIBSOCKET
                     54: 
1.1.1.3 ! misho      55: /* Define to 1 if you have the <linux/icmp.h> header file. */
        !            56: #undef HAVE_LINUX_ICMP_H
1.1       misho      57: 
                     58: /* Define to 1 if you have the <memory.h> header file. */
                     59: #undef HAVE_MEMORY_H
                     60: 
                     61: /* Define to 1 if you have the <ncurses/curses.h> header file. */
                     62: #undef HAVE_NCURSES_CURSES_H
                     63: 
                     64: /* Define to 1 if you have the <ncurses.h> header file. */
                     65: #undef HAVE_NCURSES_H
                     66: 
1.1.1.3 ! misho      67: /* Define to 1 if you have the <netinet/in.h> header file. */
        !            68: #undef HAVE_NETINET_IN_H
1.1       misho      69: 
                     70: /* Define to 1 if you have the <socket.h> header file. */
                     71: #undef HAVE_SOCKET_H
                     72: 
                     73: /* Define if your system has socklen_t */
                     74: #undef HAVE_SOCKLEN_T
                     75: 
                     76: /* Define to 1 if you have the <stdint.h> header file. */
                     77: #undef HAVE_STDINT_H
                     78: 
1.1.1.3 ! misho      79: /* Define to 1 if you have the <stdio_ext.h> header file. */
        !            80: #undef HAVE_STDIO_EXT_H
        !            81: 
1.1       misho      82: /* Define to 1 if you have the <stdlib.h> header file. */
                     83: #undef HAVE_STDLIB_H
                     84: 
                     85: /* Define to 1 if you have the <strings.h> header file. */
                     86: #undef HAVE_STRINGS_H
                     87: 
                     88: /* Define to 1 if you have the <string.h> header file. */
                     89: #undef HAVE_STRING_H
                     90: 
1.1.1.3 ! misho      91: /* Define to 1 if you have the <sys/cdefs.h> header file. */
        !            92: #undef HAVE_SYS_CDEFS_H
        !            93: 
        !            94: /* Define to 1 if you have the <sys/limits.h> header file. */
        !            95: #undef HAVE_SYS_LIMITS_H
1.1       misho      96: 
                     97: /* Define to 1 if you have the <sys/socket.h> header file. */
                     98: #undef HAVE_SYS_SOCKET_H
                     99: 
                    100: /* Define to 1 if you have the <sys/stat.h> header file. */
                    101: #undef HAVE_SYS_STAT_H
                    102: 
                    103: /* Define to 1 if you have the <sys/types.h> header file. */
                    104: #undef HAVE_SYS_TYPES_H
                    105: 
                    106: /* Define to 1 if you have the <sys/xti.h> header file. */
                    107: #undef HAVE_SYS_XTI_H
                    108: 
1.1.1.3 ! misho     109: /* Define to 1 if the system has the type `time_t'. */
        !           110: #undef HAVE_TIME_T
        !           111: 
1.1       misho     112: /* Define to 1 if you have the <unistd.h> header file. */
                    113: #undef HAVE_UNISTD_H
                    114: 
1.1.1.3 ! misho     115: /* Define to 1 if you have the <values.h> header file. */
        !           116: #undef HAVE_VALUES_H
1.1       misho     117: 
1.1.1.3 ! misho     118: /* Define to 1 if you have the `verr' function. */
        !           119: #undef HAVE_VERR
1.1       misho     120: 
1.1.1.3 ! misho     121: /* Define to 1 if you have the `verrx' function. */
        !           122: #undef HAVE_VERRX
1.1       misho     123: 
1.1.1.3 ! misho     124: /* Define to 1 if you have the `vwarn' function. */
        !           125: #undef HAVE_VWARN
1.1       misho     126: 
1.1.1.3 ! misho     127: /* Define to 1 if you have the `vwarnx' function. */
        !           128: #undef HAVE_VWARNX
1.1       misho     129: 
1.1.1.3 ! misho     130: /* Define to 1 if you have the `__fpending' function. */
        !           131: #undef HAVE___FPENDING
1.1       misho     132: 
                    133: /* Name of package */
                    134: #undef PACKAGE
                    135: 
                    136: /* Define to the address where bug reports for this package should be sent. */
                    137: #undef PACKAGE_BUGREPORT
                    138: 
                    139: /* Define to the full name of this package. */
                    140: #undef PACKAGE_NAME
                    141: 
                    142: /* Define to the full name and version of this package. */
                    143: #undef PACKAGE_STRING
                    144: 
                    145: /* Define to the one symbol short name of this package. */
                    146: #undef PACKAGE_TARNAME
                    147: 
                    148: /* Define to the home page for this package. */
                    149: #undef PACKAGE_URL
                    150: 
                    151: /* Define to the version of this package. */
                    152: #undef PACKAGE_VERSION
                    153: 
                    154: /* The size of `unsigned char', as computed by sizeof. */
                    155: #undef SIZEOF_UNSIGNED_CHAR
                    156: 
                    157: /* The size of `unsigned int', as computed by sizeof. */
                    158: #undef SIZEOF_UNSIGNED_INT
                    159: 
                    160: /* The size of `unsigned long', as computed by sizeof. */
                    161: #undef SIZEOF_UNSIGNED_LONG
                    162: 
                    163: /* The size of `unsigned short', as computed by sizeof. */
                    164: #undef SIZEOF_UNSIGNED_SHORT
                    165: 
                    166: /* Define to 1 if you have the ANSI C header files. */
                    167: #undef STDC_HEADERS
                    168: 
1.1.1.3 ! misho     169: /* Enable extensions on AIX 3, Interix.  */
        !           170: #ifndef _ALL_SOURCE
        !           171: # undef _ALL_SOURCE
        !           172: #endif
        !           173: /* Enable GNU extensions on systems that have them.  */
        !           174: #ifndef _GNU_SOURCE
        !           175: # undef _GNU_SOURCE
        !           176: #endif
        !           177: /* Enable threading extensions on Solaris.  */
        !           178: #ifndef _POSIX_PTHREAD_SEMANTICS
        !           179: # undef _POSIX_PTHREAD_SEMANTICS
        !           180: #endif
        !           181: /* Enable extensions on HP NonStop.  */
        !           182: #ifndef _TANDEM_SOURCE
        !           183: # undef _TANDEM_SOURCE
        !           184: #endif
        !           185: /* Enable general extensions on Solaris.  */
        !           186: #ifndef __EXTENSIONS__
        !           187: # undef __EXTENSIONS__
        !           188: #endif
        !           189: 
        !           190: 
1.1       misho     191: /* Version number of package */
                    192: #undef VERSION
1.1.1.3 ! misho     193: 
        !           194: /* Define to 1 if on MINIX. */
        !           195: #undef _MINIX
        !           196: 
        !           197: /* Define to 2 if the system does not provide POSIX.1 features except with
        !           198:    this defined. */
        !           199: #undef _POSIX_1_SOURCE
        !           200: 
        !           201: /* Define to 1 if you need to in order for `stat' and other things to work. */
        !           202: #undef _POSIX_SOURCE

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