setting svn:exports
[jnettop.git] / jnettop / config.h.in
blob7a08aad0a76225d4be1d4794bb2265e8a354ae66
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* UIA will be compiled in */
4 #undef ENABLE_UIA
6 /* Define to 1 if you have the <arpa/inet.h> header file. */
7 #undef HAVE_ARPA_INET_H
9 /* Define to 1 if you have the <db.h> header file. */
10 #undef HAVE_DB_H
12 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
13 #undef HAVE_DOPRNT
15 /* Define to 1 if you have the `gethostbyaddr_r' function. */
16 #undef HAVE_GETHOSTBYADDR_R
18 /* Set to 1 if gethostbyaddr_r takes 5 arguments */
19 #undef HAVE_GETHOSTBYADDR_R_5
21 /* Set to 1 if gethostbyaddr_r takes 7 arguments */
22 #undef HAVE_GETHOSTBYADDR_R_7
24 /* Set to 1 if gethostbyaddr_r takes 8 arguments */
25 #undef HAVE_GETHOSTBYADDR_R_8
27 /* Define to 1 if you have the `inet_aton' function. */
28 #undef HAVE_INET_ATON
30 /* Define to 1 if you have the `inet_ntoa' function. */
31 #undef HAVE_INET_NTOA
33 /* Define to 1 if you have the `inet_ntop' function. */
34 #undef HAVE_INET_NTOP
36 /* Define to 1 if you have the `inet_pton' function. */
37 #undef HAVE_INET_PTON
39 /* Define to 1 if you have the <inttypes.h> header file. */
40 #undef HAVE_INTTYPES_H
42 /* Set to 1 if struct in6_addr contains s6_addr32 member */
43 #undef HAVE_IP6_S6_ADDR32
45 /* Set to 1 if struct in6_addr contains _S6_un._S6_u32 member */
46 #undef HAVE_IP6__S6_UN__S6_U32
48 /* Set to 1 if struct in6_addr contains __u6_addr.__u6_addr32 member */
49 #undef HAVE_IP6___U6_ADDR___U6_ADDR32
51 /* Define to 1 if you have the `db' library (-ldb). */
52 #undef HAVE_LIBDB
54 /* Define to 1 if you have the `ncurses' library (-lncurses). */
55 #undef HAVE_LIBNCURSES
57 /* Define to 1 if you have the `pcap' library (-lpcap). */
58 #undef HAVE_LIBPCAP
60 /* Define to 1 if you have the `localtime_r' function. */
61 #undef HAVE_LOCALTIME_R
63 /* Define to 1 if you have the `memmove' function. */
64 #undef HAVE_MEMMOVE
66 /* Define to 1 if you have the <memory.h> header file. */
67 #undef HAVE_MEMORY_H
69 /* Define to 1 if you have the `memset' function. */
70 #undef HAVE_MEMSET
72 /* Define to 1 if you have the <ncurses.h> header file. */
73 #undef HAVE_NCURSES_H
75 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
76 #undef HAVE_NCURSES_NCURSES_H
78 /* Define to 1 if you have the <netdb.h> header file. */
79 #undef HAVE_NETDB_H
81 /* Define to 1 if you have the <netinet/in.h> header file. */
82 #undef HAVE_NETINET_IN_H
84 /* Define to 1 if you have the `pcap_findalldevs' function. */
85 #undef HAVE_PCAP_FINDALLDEVS
87 /* Set to 1 if pcap_freecode takes 1 argument */
88 #undef HAVE_PCAP_FREECODE_1
90 /* Set to 1 if pcap_freecode takes 2 arguments */
91 #undef HAVE_PCAP_FREECODE_2
93 /* Define to 1 if you have the `pcap_setnonblock' function. */
94 #undef HAVE_PCAP_SETNONBLOCK
96 /* Define to 1 if you have the <stdint.h> header file. */
97 #undef HAVE_STDINT_H
99 /* Define to 1 if you have the <stdlib.h> header file. */
100 #undef HAVE_STDLIB_H
102 /* Define to 1 if you have the `strftime' function. */
103 #undef HAVE_STRFTIME
105 /* Define to 1 if you have the <strings.h> header file. */
106 #undef HAVE_STRINGS_H
108 /* Define to 1 if you have the <string.h> header file. */
109 #undef HAVE_STRING_H
111 /* Define to 1 if you have the `syslog' function. */
112 #undef HAVE_SYSLOG
114 /* Define to 1 if you have the <syslog.h> header file. */
115 #undef HAVE_SYSLOG_H
117 /* Define to 1 if you have the <sys/socket.h> header file. */
118 #undef HAVE_SYS_SOCKET_H
120 /* Define to 1 if you have the <sys/sockio.h> header file. */
121 #undef HAVE_SYS_SOCKIO_H
123 /* Define to 1 if you have the <sys/stat.h> header file. */
124 #undef HAVE_SYS_STAT_H
126 /* Define to 1 if you have the <sys/types.h> header file. */
127 #undef HAVE_SYS_TYPES_H
129 /* Define to 1 if you have the <unistd.h> header file. */
130 #undef HAVE_UNISTD_H
132 /* Define to 1 if you have the `vprintf' function. */
133 #undef HAVE_VPRINTF
135 /* Set to 1 if gethostbyaddr_r requires _REENTRANT symbol to be defined */
136 #undef NEED_REENTRANT
138 /* Name of package */
139 #undef PACKAGE
141 /* Define to the address where bug reports for this package should be sent. */
142 #undef PACKAGE_BUGREPORT
144 /* Define to the full name of this package. */
145 #undef PACKAGE_NAME
147 /* Define to the full name and version of this package. */
148 #undef PACKAGE_STRING
150 /* Define to the one symbol short name of this package. */
151 #undef PACKAGE_TARNAME
153 /* Define to the version of this package. */
154 #undef PACKAGE_VERSION
156 /* Define to 1 if you have the ANSI C header files. */
157 #undef STDC_HEADERS
159 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
160 #undef TM_IN_SYS_TIME
162 /* Version number of package */
163 #undef VERSION
165 /* DB4 will be used as DNS cache (if available) */
166 #undef WITH_DB4
168 /* NCURSES will be supported (if available) */
169 #undef WITH_NCURSES
171 /* syslog will be supported (if available) */
172 #undef WITH_SYSLOG
174 /* Define to empty if `const' does not conform to ANSI C. */
175 #undef const