]> gitweb.fperrin.net Git - iftop.git/blob - config.h.in
Import iftop-1.0pre4
[iftop.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* 7-argument gethostbyaddr_r returns struct hostent* */
4 #undef GETHOSTBYADDR_R_RETURNS_HOSTENT_P
5
6 /* 8-argument gethostbyaddr_r returns int */
7 #undef GETHOSTBYADDR_R_RETURNS_INT
8
9 /* C99 fixed-width int types available */
10 #undef HAVE_C99_INTS
11
12 /* Are we running on a STREAMS system with DLPI? */
13 #undef HAVE_DLPI
14
15 /* Define to 1 if you have the `inet_aton' function. */
16 #undef HAVE_INET_ATON
17
18 /* Define to 1 if you have the `inet_pton' function. */
19 #undef HAVE_INET_PTON
20
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
23
24 /* Define to 1 if you have the `nsl' library (-lnsl). */
25 #undef HAVE_LIBNSL
26
27 /* Define to 1 if you have the `pcap' library (-lpcap). */
28 #undef HAVE_LIBPCAP
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 <pcap.h> header file. */
34 #undef HAVE_PCAP_H
35
36 /* Define to 1 if you have the <pcap/pcap.h> header file. */
37 #undef HAVE_PCAP_PCAP_H
38
39 /* Define to 1 if you have the `regcomp' function. */
40 #undef HAVE_REGCOMP
41
42 /* Define to 1 if you have the `select' function. */
43 #undef HAVE_SELECT
44
45 /* Define to 1 if you have the <sgtty.h> header file. */
46 #undef HAVE_SGTTY_H
47
48 /* Define to 1 if you have the <stdint.h> header file. */
49 #undef HAVE_STDINT_H
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #undef HAVE_STDLIB_H
53
54 /* Define to 1 if you have the `strdup' function. */
55 #undef HAVE_STRDUP
56
57 /* Define to 1 if you have the `strerror' function. */
58 #undef HAVE_STRERROR
59
60 /* Define to 1 if you have the <strings.h> header file. */
61 #undef HAVE_STRINGS_H
62
63 /* Define to 1 if you have the <string.h> header file. */
64 #undef HAVE_STRING_H
65
66 /* Define to 1 if you have the `strspn' function. */
67 #undef HAVE_STRSPN
68
69 /* Define to 1 if you have the <sys/inttypes.h> header file. */
70 #undef HAVE_SYS_INTTYPES_H
71
72 /* Define to 1 if you have the <sys/ioctl.h> header file. */
73 #undef HAVE_SYS_IOCTL_H
74
75 /* Define to 1 if you have the <sys/sockio.h> header file. */
76 #undef HAVE_SYS_SOCKIO_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/time.h> header file. */
82 #undef HAVE_SYS_TIME_H
83
84 /* Define to 1 if you have the <sys/types.h> header file. */
85 #undef HAVE_SYS_TYPES_H
86
87 /* Define to 1 if you have the <termios.h> header file. */
88 #undef HAVE_TERMIOS_H
89
90 /* Define to 1 if you have the <termio.h> header file. */
91 #undef HAVE_TERMIO_H
92
93 /* Define to 1 if you have the <unistd.h> header file. */
94 #undef HAVE_UNISTD_H
95
96 /* Enable default promiscuous mode to capture outgoing packets */
97 #undef NEED_PROMISCUOUS_FOR_OUTGOING
98
99 /* Name of package */
100 #undef PACKAGE
101
102 /* Define to the address where bug reports for this package should be sent. */
103 #undef PACKAGE_BUGREPORT
104
105 /* Define to the full name of this package. */
106 #undef PACKAGE_NAME
107
108 /* Define to the full name and version of this package. */
109 #undef PACKAGE_STRING
110
111 /* Define to the one symbol short name of this package. */
112 #undef PACKAGE_TARNAME
113
114 /* Define to the home page for this package. */
115 #undef PACKAGE_URL
116
117 /* Define to the version of this package. */
118 #undef PACKAGE_VERSION
119
120 /* The size of `unsigned int', as computed by sizeof. */
121 #undef SIZEOF_UNSIGNED_INT
122
123 /* The size of `unsigned long int', as computed by sizeof. */
124 #undef SIZEOF_UNSIGNED_LONG_INT
125
126 /* The size of `unsigned short int', as computed by sizeof. */
127 #undef SIZEOF_UNSIGNED_SHORT_INT
128
129 /* size of u_int16_t */
130 #undef SIZEOF_U_INT16_T
131
132 /* size of u_int32_t */
133 #undef SIZEOF_U_INT32_T
134
135 /* size of u_int8_t */
136 #undef SIZEOF_U_INT8_T
137
138 /* Define to 1 if you have the ANSI C header files. */
139 #undef STDC_HEADERS
140
141 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
142 #undef TIME_WITH_SYS_TIME
143
144 /* use ARES for name resolution */
145 #undef USE_ARES
146
147 /* use a REALLY SUCKY forking resolver for name resolution */
148 #undef USE_FORKING_RESOLVER
149
150 /* use gethostbyaddr for name resolution */
151 #undef USE_GETHOSTBYADDR
152
153 /* use gethostbyaddr_r for name resolution */
154 #undef USE_GETHOSTBYADDR_R
155
156 /* use getnameinfo for name resolution */
157 #undef USE_GETNAMEINFO
158
159 /* Version number of package */
160 #undef VERSION
161
162 /* Define to empty if `const' does not conform to ANSI C. */
163 #undef const
164
165 /* Define to `unsigned int' if <sys/types.h> does not define. */
166 #undef size_t