Annotation of embedaddon/mtr/config.h, revision 1.1
1.1 ! misho 1: /* config.h. Generated from config.h.in by configure. */
! 2: /* config.h.in. Generated from configure.ac by autoheader. */
! 3:
! 4: /* Define to enable IPv6 */
! 5: #define ENABLE_IPV6 /**/
! 6:
! 7: /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
! 8: #define HAVE_ARPA_NAMESER_COMPAT_H 1
! 9:
! 10: /* Define to 1 if you have the `attron' function. */
! 11: #define HAVE_ATTRON 1
! 12:
! 13: /* Define to 1 if you have the <cursesX.h> header file. */
! 14: /* #undef HAVE_CURSESX_H */
! 15:
! 16: /* Define to 1 if you have the <curses.h> header file. */
! 17: #define HAVE_CURSES_H 1
! 18:
! 19: /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
! 20: */
! 21: #define HAVE_DECL_ERRNO 1
! 22:
! 23: /* Define to 1 if you have the `fcntl' function. */
! 24: #define HAVE_FCNTL 1
! 25:
! 26: /* Define to 1 if you have the <fcntl.h> header file. */
! 27: #define HAVE_FCNTL_H 1
! 28:
! 29: /* Define to 1 if you have the <inttypes.h> header file. */
! 30: #define HAVE_INTTYPES_H 1
! 31:
! 32: /* Define to 1 if you have the `curses' library (-lcurses). */
! 33: /* #undef HAVE_LIBCURSES */
! 34:
! 35: /* Define to 1 if you have the `cursesX' library (-lcursesX). */
! 36: /* #undef HAVE_LIBCURSESX */
! 37:
! 38: /* Define to 1 if you have the `m' library (-lm). */
! 39: #define HAVE_LIBM 1
! 40:
! 41: /* Define to 1 if you have the `ncurses' library (-lncurses). */
! 42: /* #undef HAVE_LIBNCURSES */
! 43:
! 44: /* Define to 1 if you have the `nsl' library (-lnsl). */
! 45: /* #undef HAVE_LIBNSL */
! 46:
! 47: /* Define to 1 if you have the `socket' library (-lsocket). */
! 48: /* #undef HAVE_LIBSOCKET */
! 49:
! 50: /* Define to 1 if you have the `termcap' library (-ltermcap). */
! 51: #define HAVE_LIBTERMCAP 1
! 52:
! 53: /* Define to 1 if you have the `tinfo' library (-ltinfo). */
! 54: #define HAVE_LIBTINFO 1
! 55:
! 56: /* Define to 1 if you have the <memory.h> header file. */
! 57: #define HAVE_MEMORY_H 1
! 58:
! 59: /* Define to 1 if you have the <ncurses/curses.h> header file. */
! 60: /* #undef HAVE_NCURSES_CURSES_H */
! 61:
! 62: /* Define to 1 if you have the <ncurses.h> header file. */
! 63: #define HAVE_NCURSES_H 1
! 64:
! 65: /* Define to 1 if you have the `seteuid' function. */
! 66: #define HAVE_SETEUID 1
! 67:
! 68: /* Define to 1 if you have the <socket.h> header file. */
! 69: /* #undef HAVE_SOCKET_H */
! 70:
! 71: /* Define if your system has socklen_t */
! 72: #define HAVE_SOCKLEN_T /**/
! 73:
! 74: /* Define to 1 if you have the <stdint.h> header file. */
! 75: #define HAVE_STDINT_H 1
! 76:
! 77: /* Define to 1 if you have the <stdlib.h> header file. */
! 78: #define HAVE_STDLIB_H 1
! 79:
! 80: /* Define to 1 if you have the <strings.h> header file. */
! 81: #define HAVE_STRINGS_H 1
! 82:
! 83: /* Define to 1 if you have the <string.h> header file. */
! 84: #define HAVE_STRING_H 1
! 85:
! 86: /* Define if you have struct in_addr */
! 87: #define HAVE_STRUCT_INADDR /**/
! 88:
! 89: /* Define to 1 if you have the <sys/socket.h> header file. */
! 90: #define HAVE_SYS_SOCKET_H 1
! 91:
! 92: /* Define to 1 if you have the <sys/stat.h> header file. */
! 93: #define HAVE_SYS_STAT_H 1
! 94:
! 95: /* Define to 1 if you have the <sys/types.h> header file. */
! 96: #define HAVE_SYS_TYPES_H 1
! 97:
! 98: /* Define to 1 if you have the <sys/xti.h> header file. */
! 99: /* #undef HAVE_SYS_XTI_H */
! 100:
! 101: /* Define to 1 if you have the <unistd.h> header file. */
! 102: #define HAVE_UNISTD_H 1
! 103:
! 104: /* Define if struct __res_state_ext needs to be defined. */
! 105: /* #undef NEED_RES_STATE_EXT */
! 106:
! 107: /* Define if you don't have the curses libraries available. */
! 108: /* #undef NO_CURSES */
! 109:
! 110: /* Define if you don't have the glib libraries available. */
! 111: /* #undef NO_GLIB */
! 112:
! 113: /* Define if you don't have the GTK+ libraries available. */
! 114: /* #undef NO_GTK */
! 115:
! 116: /* Define if you don't have the herror() function available. */
! 117: /* #undef NO_HERROR */
! 118:
! 119: /* Define to disable ipinfo lookup */
! 120: /* #undef NO_IPINFO */
! 121:
! 122: /* Define if you don't have the strerror() function available. */
! 123: /* #undef NO_STRERROR */
! 124:
! 125: /* Name of package */
! 126: #define PACKAGE "mtr"
! 127:
! 128: /* Define to the address where bug reports for this package should be sent. */
! 129: #define PACKAGE_BUGREPORT ""
! 130:
! 131: /* Define to the full name of this package. */
! 132: #define PACKAGE_NAME "mtr"
! 133:
! 134: /* Define to the full name and version of this package. */
! 135: #define PACKAGE_STRING "mtr 0.85"
! 136:
! 137: /* Define to the one symbol short name of this package. */
! 138: #define PACKAGE_TARNAME "mtr"
! 139:
! 140: /* Define to the home page for this package. */
! 141: #define PACKAGE_URL ""
! 142:
! 143: /* Define to the version of this package. */
! 144: #define PACKAGE_VERSION "0.85"
! 145:
! 146: /* The size of `unsigned char', as computed by sizeof. */
! 147: #define SIZEOF_UNSIGNED_CHAR 1
! 148:
! 149: /* The size of `unsigned int', as computed by sizeof. */
! 150: #define SIZEOF_UNSIGNED_INT 4
! 151:
! 152: /* The size of `unsigned long', as computed by sizeof. */
! 153: #define SIZEOF_UNSIGNED_LONG 8
! 154:
! 155: /* The size of `unsigned short', as computed by sizeof. */
! 156: #define SIZEOF_UNSIGNED_SHORT 2
! 157:
! 158: /* Define to 1 if you have the ANSI C header files. */
! 159: #define STDC_HEADERS 1
! 160:
! 161: /* Version number of package */
! 162: #define VERSION "0.85"
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>