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