~ubuntu-branches/ubuntu/intrepid/tcpdump/intrepid

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Romain Francoise
  • Date: 2005-12-10 14:26:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051210142620-t4ju0367w6j2x06i
Tags: 3.9.4-2
debian/patches/20_man_fixes.dpatch: Merge patch from A Costa
<agcosta@gis.net> fixing a few typos (closes: #342310).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
/* define if your struct __res_state has the nsort member */
21
21
#undef HAVE_NEW_RES_STATE
22
22
 
23
 
 
24
23
/*
25
24
 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
26
25
 */
86
85
/* define if libpcap has pcap_datalink_val_to_description() */
87
86
#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
88
87
 
 
88
/* define if libpcap has pcap_dump_ftell() */
 
89
#undef HAVE_PCAP_DUMP_FTELL
 
90
 
 
91
/* define if you have getrpcbynumber() */
 
92
#undef HAVE_GETRPCBYNUMBER
 
93
 
89
94
/* define if unaligned memory accesses fail */
90
95
#undef LBL_ALIGN
91
96
 
101
106
/* AIX hack. */
102
107
#undef _SUN
103
108
 
104
 
/* Workaround for missing sized types */
105
 
/* XXX this should move to the more standard uint*_t */
106
 
#undef int8_t
107
 
#undef int16_t
108
 
#undef int32_t
109
 
#undef u_int16_t
110
 
#undef u_int32_t
111
 
#undef u_int8_t
 
109
/* Workaround for missing 64-bit formats */
 
110
#undef PRId64
 
111
#undef PRIo64
 
112
#undef PRIx64
 
113
#undef PRIu64
112
114
 
113
115
/* Whether or not to include the possibly-buggy SMB printer */
114
116
#undef TCPDUMP_DO_SMB
126
128
 
127
129
/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
128
130
#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
 
131
 
 
132
/* define if should drop privileges by default */
 
133
#undef WITH_USER
 
134
 
 
135
/* define if should chroot when dropping privileges */
 
136
#undef WITH_CHROOT