]> The Tcpdump Group git mirrors - libpcap/commit
Always include <config.h> rather than "config.h".
authorGuy Harris <[email protected]>
Sat, 19 Aug 2017 00:21:38 +0000 (17:21 -0700)
committerGuy Harris <[email protected]>
Sat, 19 Aug 2017 00:21:38 +0000 (17:21 -0700)
commit69fcdc66ba2b352ea1c79277d3815e55f7c8ab34
tree46237fe8b608451fa18d29b328f4888a8d9ca5d2
parent170b9655f263a04adc50a6ddb3302b889b72e2fa
Always include <config.h> rather than "config.h".

This can prevent bizarre failures if, for example, you've done a
configuration in the top-level source directory, leaving behind one
config.h file, and then do an out-of-tree build in another directory,
with different configuration options.  This way, we always pick up the
same config.h, in the build directory.
50 files changed:
bpf/net/bpf_filter.c
bpf_dump.c
bpf_image.c
dlpisubs.c
etherent.c
fad-getad.c
fad-gifc.c
fad-glifc.c
gencode.c
grammar.y
inet.c
missing/strtok_r.c
nametoaddr.c
optimize.c
pcap-bpf.c
pcap-bt-linux.c
pcap-bt-monitor-linux.c
pcap-common.c
pcap-dag.c
pcap-dbus.c
pcap-dlpi.c
pcap-enet.c
pcap-libdlpi.c
pcap-linux.c
pcap-netfilter-linux.c
pcap-netmap.c
pcap-new.c
pcap-nit.c
pcap-null.c
pcap-pf.c
pcap-rpcap.c
pcap-septel.c
pcap-sita.c
pcap-snf.c
pcap-snit.c
pcap-snoop.c
pcap-tc.c
pcap-usb-linux.c
pcap.c
rpcapd/daemon.c
rpcapd/fileconf.c
rpcapd/rpcapd.c
savefile.c
scanner.l
sf-pcap-ng.c
sf-pcap.c
sockutils.c
tests/filtertest.c
tests/findalldevstest.c
tests/valgrindtest.c