CHILD_NAME is only used #ifdef HAVE_LIBPCAP

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13481 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
ulfl 2005-02-23 21:04:19 +00:00
parent 85314ecb77
commit f7d612e60f
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@
* Capture related things.
*/
#ifdef HAVE_LIBPCAP
/** Name we give to the child process when doing a "-S" capture. */
#define CHILD_NAME "ethereal-capture"
#ifdef HAVE_LIBPCAP
/** Capture options coming from user interface */
typedef struct capture_options_tag {
/* general */