~ubuntu-branches/ubuntu/jaunty/arp-scan/jaunty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Tim Brown
  • Date: 2007-05-22 21:57:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070522215735-42zr032pmyfi4m4m
Tags: 1.6-2
* Checksums weren't matching
* Upload sponsored by Philipp Hug <debian@hug.cx>

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/* Define to 1 if pcap uses BPF */
10
10
#undef ARP_PCAP_BPF
11
11
 
 
12
/* Define to 1 if pcap uses DLPI */
 
13
#undef ARP_PCAP_DLPI
 
14
 
12
15
/* Define to the appropriate type for unsigned 64-bit ints. */
13
16
#undef ARP_UINT64
14
17
 
99
102
/* Define to 1 if you have the <string.h> header file. */
100
103
#undef HAVE_STRING_H
101
104
 
 
105
/* Define to 1 if the C library includes the strlcat function */
 
106
#undef HAVE_STRLCAT
 
107
 
 
108
/* Define to 1 if the C library includes the strlcpy function */
 
109
#undef HAVE_STRLCPY
 
110
 
 
111
/* Define to 1 if you have the <stropts.h> header file. */
 
112
#undef HAVE_STROPTS_H
 
113
 
102
114
/* Define to 1 if you have the <syslog.h> header file. */
103
115
#undef HAVE_SYSLOG_H
104
116
 
 
117
/* Define to 1 if you have the <sys/bufmod.h> header file. */
 
118
#undef HAVE_SYS_BUFMOD_H
 
119
 
 
120
/* Define to 1 if you have the <sys/dlpihdr.h> header file. */
 
121
#undef HAVE_SYS_DLPIHDR_H
 
122
 
 
123
/* Define to 1 if you have the <sys/dlpi.h> header file. */
 
124
#undef HAVE_SYS_DLPI_H
 
125
 
105
126
/* Define to 1 if you have the <sys/ioctl.h> header file. */
106
127
#undef HAVE_SYS_IOCTL_H
107
128
 
111
132
/* Define to 1 if you have the <sys/socket.h> header file. */
112
133
#undef HAVE_SYS_SOCKET_H
113
134
 
 
135
/* Define to 1 if you have the <sys/sockio.h> header file. */
 
136
#undef HAVE_SYS_SOCKIO_H
 
137
 
114
138
/* Define to 1 if you have the <sys/stat.h> header file. */
115
139
#undef HAVE_SYS_STAT_H
116
140