CHILD_NAME is only used #ifdef HAVE_LIBPCAP
authorUlf Lamping <ulf.lamping@web.de>
Wed, 23 Feb 2005 21:04:19 +0000 (21:04 -0000)
committerUlf Lamping <ulf.lamping@web.de>
Wed, 23 Feb 2005 21:04:19 +0000 (21:04 -0000)
svn path=/trunk/; revision=13481

capture.h

index bde228f89ab5199149f6738d081b71ce861ffebb..3da2757d2cade9200e8f35e129717e495082eaeb 100644 (file)
--- a/capture.h
+++ b/capture.h
  *  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 */