CHILD_NAME is only used #ifdef HAVE_LIBPCAP

svn path=/trunk/; revision=13481
This commit is contained in:
Ulf Lamping 2005-02-23 21:04:19 +00:00
parent 707c3c52d0
commit 0c03b4b002
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 */