~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to ntop/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
 
 
3
 
/* Define as the return type of signal handlers (int or void).  */
4
 
#undef RETSIGTYPE
5
 
 
6
 
/* Define if you have the ANSI C header files.  */
7
 
#undef STDC_HEADERS
8
 
 
9
 
/* Define if you want to build micro ntop. */
10
 
#undef MICRO_NTOP
11
 
 
12
 
/* Define if you want to build with MySQL support. */
13
 
#undef HAVE_MYSQL
14
 
 
15
 
/* Define if you want a debugging version. */
16
 
#undef DEBUG
17
 
 
18
 
/* Define if you OS lacks the getdomainname(2) function. */
19
 
#undef NEED_GETDOMAINNAME
20
 
 
21
 
/* Define to have essential fallback. */
22
 
#undef HAVE_U_INT32_T
23
 
#undef HAVE_U_INT16_T
24
 
#undef HAVE_U_INT8_T
25
 
#undef HAVE_INT32_T
26
 
#undef HAVE_INT16_T
27
 
#undef HAVE_INT8_T
28
 
#undef u_int
29
 
 
30
 
#undef RETSIGTYPE
31
 
 
32
 
/* Define if you have the <gdbm.h> header file. */
33
 
#undef HAVE_GDBM_H
34
 
 
35
 
/* Define if the ether_header uses ether_addr structs. */
36
 
#undef ETHER_HEADER_HAS_EA
37
 
 
38
 
/* Define if you have the OPENSSL Toolkit (-lssl) by Open SSL Project. */
39
 
#undef HAVE_OPENSSL
40
 
 
41
 
/* Define if you want to have a asyncrhonous address resolution. */
42
 
#undef ASYNC_ADDRESS_RESOLUTION
43
 
 
44
 
/* Define if you want to have a multithreaded version of ntop. */
45
 
#undef MULTITHREADED
46
 
 
47
 
/* Define if you have the ncurses.h or curses.h header files (specific to handle Solaris 2.7) */
48
 
#undef HAVE_NCURSES_H
49
 
#undef HAVE_CURSES_H
50
 
 
51
 
/* Define if you have the TCP Wrap library (-lwrap). */
52
 
#undef HAVE_LIBWRAP
53
 
 
54
 
/* Define if you have the GNU readline library (-lreadline). */
55
 
#undef HAVE_READLINE
56
 
 
57
 
/* Define if you need a private implementation of inet_aton (solaris 2.5.1 doesn't have it). */
58
 
#undef NEED_INET_ATON
59
 
 
60
 
/* Define if you have the regex lib defined inside libc */
61
 
#undef HAVE_REGEX
62
 
 
63
 
/* Define if you have the gdchart library from Bruce Verderaime [http://www.fred.net/brv/chart/]. */
64
 
#undef HAVE_GDCHART
65
 
 
66
 
/* Define if you have the ctime_r function.  */
67
 
#undef HAVE_CTIME_R
68
 
 
69
 
/* Define if you have the getipnodebyaddr function.  */
70
 
#undef HAVE_GETIPNODEBYADDR
71
 
 
72
 
/* Define if you have the localtime_r function.  */
73
 
#undef HAVE_LOCALTIME_R
74
 
 
75
 
/* Define if you have the snprintf function.  */
76
 
#undef HAVE_SNPRINTF
77
 
 
78
 
/* Define if you have the strsep function.  */
79
 
#undef HAVE_STRSEP
80
 
 
81
 
/* Define if you have the strtok_r function.  */
82
 
#undef HAVE_STRTOK_R
83
 
 
84
 
/* Define if you have the <alloca.h> header file.  */
85
 
#undef HAVE_ALLOCA_H
86
 
 
87
 
/* Define if you have the <arpa/inet.h> header file.  */
88
 
#undef HAVE_ARPA_INET_H
89
 
 
90
 
/* Define if you have the <arpa/nameser.h> header file.  */
91
 
#undef HAVE_ARPA_NAMESER_H
92
 
 
93
 
/* Define if you have the <crypt.h> header file.  */
94
 
#undef HAVE_CRYPT_H
95
 
 
96
 
/* Define if you have the <dirent.h> header file.  */
97
 
#undef HAVE_DIRENT_H
98
 
 
99
 
/* Define if you have the <dl.h> header file.  */
100
 
#undef HAVE_DL_H
101
 
 
102
 
/* Define if you have the <dlfcn.h> header file.  */
103
 
#undef HAVE_DLFCN_H
104
 
 
105
 
/* Define if you have the <errno.h> header file.  */
106
 
#undef HAVE_ERRNO_H
107
 
 
108
 
/* Define if you have the <ethertype.h> header file.  */
109
 
#undef HAVE_ETHERTYPE_H
110
 
 
111
 
/* Define if you have the <fcntl.h> header file.  */
112
 
#undef HAVE_FCNTL_H
113
 
 
114
 
/* Define if you have the <gdbm.h> header file.  */
115
 
#undef HAVE_GDBM_H
116
 
 
117
 
/* Define if you have the <if.h> header file.  */
118
 
#undef HAVE_IF_H
119
 
 
120
 
/* Define if you have the <mysql/mysql.h> header file.  */
121
 
#undef HAVE_MYSQL_MYSQL_H
122
 
 
123
 
/* Define if you have the <net/bpf.h> header file.  */
124
 
#undef HAVE_NET_BPF_H
125
 
 
126
 
/* Define if you have the <net/ethernet.h> header file.  */
127
 
#undef HAVE_NET_ETHERNET_H
128
 
 
129
 
/* Define if you have the <net/if.h> header file.  */
130
 
#undef HAVE_NET_IF_H
131
 
 
132
 
/* Define if you have the <netdb.h> header file.  */
133
 
#undef HAVE_NETDB_H
134
 
 
135
 
/* Define if you have the <netinet/if_ether.h> header file.  */
136
 
#undef HAVE_NETINET_IF_ETHER_H
137
 
 
138
 
/* Define if you have the <netinet/in.h> header file.  */
139
 
#undef HAVE_NETINET_IN_H
140
 
 
141
 
/* Define if you have the <netinet/in_systm.h> header file.  */
142
 
#undef HAVE_NETINET_IN_SYSTM_H
143
 
 
144
 
/* Define if you have the <netinet/ip.h> header file.  */
145
 
#undef HAVE_NETINET_IP_H
146
 
 
147
 
/* Define if you have the <netinet/ip_icmp.h> header file.  */
148
 
#undef HAVE_NETINET_IP_ICMP_H
149
 
 
150
 
/* Define if you have the <netinet/tcp.h> header file.  */
151
 
#undef HAVE_NETINET_TCP_H
152
 
 
153
 
/* Define if you have the <netinet/udp.h> header file.  */
154
 
#undef HAVE_NETINET_UDP_H
155
 
 
156
 
/* Define if you have the <pthread.h> header file.  */
157
 
#undef HAVE_PTHREAD_H
158
 
 
159
 
/* Define if you have the <pwd.h> header file.  */
160
 
#undef HAVE_PWD_H
161
 
 
162
 
/* Define if you have the <readline/readline.h> header file.  */
163
 
#undef HAVE_READLINE_READLINE_H
164
 
 
165
 
/* Define if you have the <sched.h> header file.  */
166
 
#undef HAVE_SCHED_H
167
 
 
168
 
/* Define if you have the <security/pam_appl.h> header file.  */
169
 
#undef HAVE_SECURITY_PAM_APPL_H
170
 
 
171
 
/* Define if you have the <semaphore.h> header file.  */
172
 
#undef HAVE_SEMAPHORE_H
173
 
 
174
 
/* Define if you have the <shadow.h> header file.  */
175
 
#undef HAVE_SHADOW_H
176
 
 
177
 
/* Define if you have the <signal.h> header file.  */
178
 
#undef HAVE_SIGNAL_H
179
 
 
180
 
/* Define if you have the <stdio.h> header file.  */
181
 
#undef HAVE_STDIO_H
182
 
 
183
 
/* Define if you have the <stdlib.h> header file.  */
184
 
#undef HAVE_STDLIB_H
185
 
 
186
 
/* Define if you have the <string.h> header file.  */
187
 
#undef HAVE_STRING_H
188
 
 
189
 
/* Define if you have the <sys/ioctl> header file.  */
190
 
#undef HAVE_SYS_IOCTL
191
 
 
192
 
/* Define if you have the <sys/ldr.h> header file.  */
193
 
#undef HAVE_SYS_LDR_H
194
 
 
195
 
/* Define if you have the <sys/sched.h> header file.  */
196
 
#undef HAVE_SYS_SCHED_H
197
 
 
198
 
/* Define if you have the <sys/select.h> header file.  */
199
 
#undef HAVE_SYS_SELECT_H
200
 
 
201
 
/* Define if you have the <sys/socket.h> header file.  */
202
 
#undef HAVE_SYS_SOCKET_H
203
 
 
204
 
/* Define if you have the <sys/sockio.h> header file.  */
205
 
#undef HAVE_SYS_SOCKIO_H
206
 
 
207
 
/* Define if you have the <sys/stat.h> header file.  */
208
 
#undef HAVE_SYS_STAT_H
209
 
 
210
 
/* Define if you have the <sys/time.h> header file.  */
211
 
#undef HAVE_SYS_TIME_H
212
 
 
213
 
/* Define if you have the <sys/types.h> header file.  */
214
 
#undef HAVE_SYS_TYPES_H
215
 
 
216
 
/* Define if you have the <sys/un.h> header file.  */
217
 
#undef HAVE_SYS_UN_H
218
 
 
219
 
/* Define if you have the <sys/wait.h> header file.  */
220
 
#undef HAVE_SYS_WAIT_H
221
 
 
222
 
/* Define if you have the <syslog.h> header file.  */
223
 
#undef HAVE_SYSLOG_H
224
 
 
225
 
/* Define if you have the <tcpd.h> header file.  */
226
 
#undef HAVE_TCPD_H
227
 
 
228
 
/* Define if you have the <unistd.h> header file.  */
229
 
#undef HAVE_UNISTD_H
230
 
 
231
 
/* Define if you have the c library (-lc).  */
232
 
#undef HAVE_LIBC
233
 
 
234
 
/* Define if you have the c_r library (-lc_r).  */
235
 
#undef HAVE_LIBC_R
236
 
 
237
 
/* Define if you have the dl library (-ldl).  */
238
 
#undef HAVE_LIBDL
239
 
 
240
 
/* Define if you have the gdbm library (-lgdbm).  */
241
 
#undef HAVE_LIBGDBM
242
 
 
243
 
/* Define if you have the kstat library (-lkstat).  */
244
 
#undef HAVE_LIBKSTAT
245
 
 
246
 
/* Define if you have the nsl library (-lnsl).  */
247
 
#undef HAVE_LIBNSL
248
 
 
249
 
/* Define if you have the pcap library (-lpcap).  */
250
 
#undef HAVE_LIBPCAP
251
 
 
252
 
/* Define if you have the posix4 library (-lposix4).  */
253
 
#undef HAVE_LIBPOSIX4
254
 
 
255
 
/* Define if you have the pthread library (-lpthread).  */
256
 
#undef HAVE_LIBPTHREAD
257
 
 
258
 
/* Define if you have the pthreads library (-lpthreads).  */
259
 
#undef HAVE_LIBPTHREADS
260
 
 
261
 
/* Define if you have the resolv library (-lresolv).  */
262
 
#undef HAVE_LIBRESOLV
263
 
 
264
 
/* Define if you have the socket library (-lsocket).  */
265
 
#undef HAVE_LIBSOCKET
266
 
 
267
 
/* Data file directory */
268
 
#undef DATAFILE_DIR
269
 
 
270
 
/* Configuration file directory */
271
 
#undef CONFIGFILE_DIR
272
 
 
273
 
/* Run files directory */
274
 
#undef RUN_DIR
275
 
 
276
 
/* Plugin installation directory */
277
 
#undef PLUGIN_DIR
278
 
 
279
 
/* Database file directory */
280
 
#undef DBFILE_DIR
281