summaryrefslogtreecommitdiff
path: root/sync_pipe_write.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-05-11 03:56:44 -0700
committerGuy Harris <guy@alum.mit.edu>2017-05-11 10:57:22 +0000
commit79eab8ca070f978415126f85b0777ab4ab02f0a2 (patch)
tree2e525b1b6adee7397fb80362fc0016a76cb93b5e /sync_pipe_write.c
parent871a8a2cccf79fae30c30a99fa21a4fa4dfbae16 (diff)
downloadwireshark-79eab8ca070f978415126f85b0777ab4ab02f0a2.tar.gz
Force HAVE_REMOTE to be defined when including pcap.h with remote support.
WinPcap made the mistake of having stuff in its public header fines depend on a configuration #define, HAVE_REMOTE; this means that we need to forcibly define it when building with remote capture support. The tip of the libpcap master branch does not have that botch; hopefully future versions of libpcap-for-Windows will be based on that libpcap and thus lack that botch as well. Defining HAVE_REMOTE in config.h is not the right fix, as it makes it look like a *Wireshark* configuration option that code in Wireshark should test, rather than a *WinPcap* configuration option that the pcap.h that ships with the WinPcap SDK should have been changed, as part of the build process, to correctly define or not, so that users of WinPcap don't have to define it themselves. Change-Id: I62d1eca6d3c900d0dcc9fbc011db77f595a86313 Reviewed-on: https://code.wireshark.org/review/21593 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'sync_pipe_write.c')
0 files changed, 0 insertions, 0 deletions