Fix crash when exporting packet dissection as plain text on Windows (regression intro...
[metze/wireshark/wip.git] / capinfos.c
index f002e4214b83f8459a3e12610037aa3badddd8df..a799be22bf5ecc02c9c4d4c22e8225caf272fe06 100644 (file)
@@ -56,9 +56,7 @@
  */
 
 
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -154,7 +152,6 @@ static gboolean cap_order = TRUE;           /* Report if packets are in chronolo
 static gboolean cap_file_hashes = TRUE;     /* Calculate file hashes */
 #endif
 
-#define USE_GOPTION = 1
 #ifdef USE_GOPTION
 static gboolean cap_help = FALSE;
 static gboolean table_report = FALSE;