~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/* Link plugins statically into Wireshark */
7
7
#undef ENABLE_STATIC
8
8
 
 
9
/* Enable AirPDcap (WPA/WPA2 decryption) */
 
10
#undef HAVE_AIRPDCAP
 
11
 
9
12
/* Define to 1 if you have the <arpa/inet.h> header file. */
10
13
#undef HAVE_ARPA_INET_H
11
14
 
111
114
/* Define to 1 if you have the <netinet/in.h> header file. */
112
115
#undef HAVE_NETINET_IN_H
113
116
 
114
 
/* Define to enable support for Net-SNMP */
 
117
/* Define to 1 if Net-SNMP support is to be used */
115
118
#undef HAVE_NET_SNMP
116
119
 
117
120
/* Define to 1 if you have the <net-snmp/library/default_store.h> header file.
167
170
/* Define if sa_len field exists in struct sockaddr */
168
171
#undef HAVE_SA_LEN
169
172
 
170
 
/* Define to 1 if some SNMP support is to be used */
171
 
#undef HAVE_SOME_SNMP
172
 
 
173
173
/* Define to 1 if you have the <stdarg.h> header file. */
174
174
#undef HAVE_STDARG_H
175
175
 
218
218
/* Define to 1 if you have the <sys/wait.h> header file. */
219
219
#undef HAVE_SYS_WAIT_H
220
220
 
221
 
/* Define to enable support for UCD-SNMP */
222
 
#undef HAVE_UCD_SNMP
223
 
 
224
221
/* Define to 1 if you have the <unistd.h> header file. */
225
222
#undef HAVE_UNISTD_H
226
223