summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpf/net/bpf_filter.c2
-rw-r--r--bpf_dump.c2
-rw-r--r--bpf_image.c2
-rw-r--r--dlpisubs.c2
-rw-r--r--etherent.c2
-rw-r--r--fad-getad.c2
-rw-r--r--fad-gifc.c2
-rw-r--r--fad-glifc.c2
-rw-r--r--gencode.c2
-rw-r--r--grammar.y2
-rw-r--r--inet.c2
-rw-r--r--missing/strtok_r.c2
-rw-r--r--nametoaddr.c2
-rw-r--r--optimize.c2
-rw-r--r--pcap-bpf.c2
-rw-r--r--pcap-bt-linux.c2
-rw-r--r--pcap-bt-monitor-linux.c2
-rw-r--r--pcap-common.c2
-rw-r--r--pcap-dag.c2
-rw-r--r--pcap-dbus.c2
-rw-r--r--pcap-dlpi.c2
-rw-r--r--pcap-enet.c2
-rw-r--r--pcap-libdlpi.c2
-rw-r--r--pcap-linux.c2
-rw-r--r--pcap-netfilter-linux.c2
-rw-r--r--pcap-netmap.c2
-rw-r--r--pcap-new.c2
-rw-r--r--pcap-nit.c2
-rw-r--r--pcap-null.c2
-rw-r--r--pcap-pf.c2
-rw-r--r--pcap-rpcap.c2
-rw-r--r--pcap-septel.c2
-rw-r--r--pcap-sita.c2
-rw-r--r--pcap-snf.c2
-rw-r--r--pcap-snit.c2
-rw-r--r--pcap-snoop.c2
-rw-r--r--pcap-tc.c2
-rw-r--r--pcap-usb-linux.c2
-rw-r--r--pcap.c2
-rwxr-xr-xrpcapd/daemon.c2
-rwxr-xr-xrpcapd/fileconf.c2
-rwxr-xr-xrpcapd/rpcapd.c2
-rw-r--r--savefile.c2
-rw-r--r--scanner.l2
-rw-r--r--sf-pcap-ng.c2
-rw-r--r--sf-pcap.c2
-rw-r--r--sockutils.c2
-rw-r--r--tests/filtertest.c2
-rw-r--r--tests/findalldevstest.c2
-rw-r--r--tests/valgrindtest.c2
50 files changed, 50 insertions, 50 deletions
diff --git a/bpf/net/bpf_filter.c b/bpf/net/bpf_filter.c
index 7be384f5..0ff31f9d 100644
--- a/bpf/net/bpf_filter.c
+++ b/bpf/net/bpf_filter.c
@@ -39,7 +39,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/bpf_dump.c b/bpf_dump.c
index d5ab61e5..b59d6073 100644
--- a/bpf_dump.c
+++ b/bpf_dump.c
@@ -20,7 +20,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <pcap.h>
diff --git a/bpf_image.c b/bpf_image.c
index 01ec536d..ec659dc1 100644
--- a/bpf_image.c
+++ b/bpf_image.c
@@ -20,7 +20,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/dlpisubs.c b/dlpisubs.c
index f6022c67..cd85a404 100644
--- a/dlpisubs.c
+++ b/dlpisubs.c
@@ -12,7 +12,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifndef DL_IPATM
diff --git a/etherent.c b/etherent.c
index 5cfd1b4c..441920d6 100644
--- a/etherent.c
+++ b/etherent.c
@@ -20,7 +20,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/fad-getad.c b/fad-getad.c
index 6a012196..c2c3e43d 100644
--- a/fad-getad.c
+++ b/fad-getad.c
@@ -33,7 +33,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/types.h>
diff --git a/fad-gifc.c b/fad-gifc.c
index fe7ae6d8..3e5ec3df 100644
--- a/fad-gifc.c
+++ b/fad-gifc.c
@@ -33,7 +33,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/param.h>
diff --git a/fad-glifc.c b/fad-glifc.c
index b0cb2a85..e89279e9 100644
--- a/fad-glifc.c
+++ b/fad-glifc.c
@@ -33,7 +33,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/param.h>
diff --git a/gencode.c b/gencode.c
index d2849814..49011de2 100644
--- a/gencode.c
+++ b/gencode.c
@@ -21,7 +21,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/grammar.y b/grammar.y
index 8e1d40a7..b7c90abb 100644
--- a/grammar.y
+++ b/grammar.y
@@ -47,7 +47,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/inet.c b/inet.c
index 34da782f..ef20bb4b 100644
--- a/inet.c
+++ b/inet.c
@@ -33,7 +33,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/missing/strtok_r.c b/missing/strtok_r.c
index c9c94b95..5fca2f3d 100644
--- a/missing/strtok_r.c
+++ b/missing/strtok_r.c
@@ -35,7 +35,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "portability.h"
diff --git a/nametoaddr.c b/nametoaddr.c
index 71280b31..0f55341a 100644
--- a/nametoaddr.c
+++ b/nametoaddr.c
@@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef DECNETLIB
diff --git a/optimize.c b/optimize.c
index 19980dc8..21c9cd97 100644
--- a/optimize.c
+++ b/optimize.c
@@ -22,7 +22,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/pcap-bpf.c b/pcap-bpf.c
index 7286d884..0bd1b08d 100644
--- a/pcap-bpf.c
+++ b/pcap-bpf.c
@@ -20,7 +20,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/param.h> /* optionally get BSD define */
diff --git a/pcap-bt-linux.c b/pcap-bt-linux.c
index ac5e529b..2486bf23 100644
--- a/pcap-bt-linux.c
+++ b/pcap-bt-linux.c
@@ -33,7 +33,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "pcap-int.h"
diff --git a/pcap-bt-monitor-linux.c b/pcap-bt-monitor-linux.c
index 6c016a7e..8dd9b42e 100644
--- a/pcap-bt-monitor-linux.c
+++ b/pcap-bt-monitor-linux.c
@@ -30,7 +30,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <errno.h>
diff --git a/pcap-common.c b/pcap-common.c
index 6e194004..281203c7 100644
--- a/pcap-common.c
+++ b/pcap-common.c
@@ -22,7 +22,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/pcap-dag.c b/pcap-dag.c
index 3f68cd6c..03fdc6d8 100644
--- a/pcap-dag.c
+++ b/pcap-dag.c
@@ -16,7 +16,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/param.h> /* optionally get BSD define */
diff --git a/pcap-dbus.c b/pcap-dbus.c
index 2fedaeff..b1fb548f 100644
--- a/pcap-dbus.c
+++ b/pcap-dbus.c
@@ -29,7 +29,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <string.h>
diff --git a/pcap-dlpi.c b/pcap-dlpi.c
index 08ad6cb1..6c6e0ca7 100644
--- a/pcap-dlpi.c
+++ b/pcap-dlpi.c
@@ -69,7 +69,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/types.h>
diff --git a/pcap-enet.c b/pcap-enet.c
index 777d3e3a..cd8cdbbb 100644
--- a/pcap-enet.c
+++ b/pcap-enet.c
@@ -8,7 +8,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/types.h>
diff --git a/pcap-libdlpi.c b/pcap-libdlpi.c
index 21ee11e8..097dd518 100644
--- a/pcap-libdlpi.c
+++ b/pcap-libdlpi.c
@@ -25,7 +25,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/types.h>
diff --git a/pcap-linux.c b/pcap-linux.c
index 34b08c01..ee4901c7 100644
--- a/pcap-linux.c
+++ b/pcap-linux.c
@@ -113,7 +113,7 @@
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <errno.h>
diff --git a/pcap-netfilter-linux.c b/pcap-netfilter-linux.c
index b8c4f0d2..a53cc37e 100644
--- a/pcap-netfilter-linux.c
+++ b/pcap-netfilter-linux.c
@@ -29,7 +29,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "pcap-int.h"
diff --git a/pcap-netmap.c b/pcap-netmap.c
index 7c6401d3..29995d8f 100644
--- a/pcap-netmap.c
+++ b/pcap-netmap.c
@@ -25,7 +25,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <poll.h>
diff --git a/pcap-new.c b/pcap-new.c
index fcf5f6ff..5b8c2be4 100644
--- a/pcap-new.c
+++ b/pcap-new.c
@@ -32,7 +32,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "pcap-int.h" // for the details of the pcap_t structure
diff --git a/pcap-nit.c b/pcap-nit.c
index bb5fef77..4d8f1a79 100644
--- a/pcap-nit.c
+++ b/pcap-nit.c
@@ -20,7 +20,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/types.h>
diff --git a/pcap-null.c b/pcap-null.c
index 887e2180..2334b946 100644
--- a/pcap-null.c
+++ b/pcap-null.c
@@ -20,7 +20,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/param.h> /* optionally get BSD define */
diff --git a/pcap-pf.c b/pcap-pf.c
index 6f1827c7..eb2baa12 100644
--- a/pcap-pf.c
+++ b/pcap-pf.c
@@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/types.h>
diff --git a/pcap-rpcap.c b/pcap-rpcap.c
index d37d44f7..44ecf9f0 100644
--- a/pcap-rpcap.c
+++ b/pcap-rpcap.c
@@ -32,7 +32,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <string.h> /* for strlen(), ... */
diff --git a/pcap-septel.c b/pcap-septel.c
index d97bc3ee..8f8bcb27 100644
--- a/pcap-septel.c
+++ b/pcap-septel.c
@@ -15,7 +15,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/param.h>
diff --git a/pcap-sita.c b/pcap-sita.c
index 2a18400d..6bb82ef9 100644
--- a/pcap-sita.c
+++ b/pcap-sita.c
@@ -25,7 +25,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <stdio.h>
diff --git a/pcap-snf.c b/pcap-snf.c
index aa661a47..906e59ee 100644
--- a/pcap-snf.c
+++ b/pcap-snf.c
@@ -1,5 +1,5 @@
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/pcap-snit.c b/pcap-snit.c
index 234285f5..ef2cac02 100644
--- a/pcap-snit.c
+++ b/pcap-snit.c
@@ -24,7 +24,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/types.h>
diff --git a/pcap-snoop.c b/pcap-snoop.c
index 08720805..76c2b857 100644
--- a/pcap-snoop.c
+++ b/pcap-snoop.c
@@ -20,7 +20,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <sys/param.h>
diff --git a/pcap-tc.c b/pcap-tc.c
index a4cde6c0..fda16e17 100644
--- a/pcap-tc.c
+++ b/pcap-tc.c
@@ -30,7 +30,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <pcap.h>
diff --git a/pcap-usb-linux.c b/pcap-usb-linux.c
index 114fc401..c11bae94 100644
--- a/pcap-usb-linux.c
+++ b/pcap-usb-linux.c
@@ -34,7 +34,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "pcap-int.h"
diff --git a/pcap.c b/pcap.c
index b9ec322e..643b909d 100644
--- a/pcap.c
+++ b/pcap.c
@@ -32,7 +32,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/rpcapd/daemon.c b/rpcapd/daemon.c
index 6a4faf4b..04b93bbe 100755
--- a/rpcapd/daemon.c
+++ b/rpcapd/daemon.c
@@ -30,7 +30,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "ftmacros.h"
diff --git a/rpcapd/fileconf.c b/rpcapd/fileconf.c
index 701dd85c..afc9fa37 100755
--- a/rpcapd/fileconf.c
+++ b/rpcapd/fileconf.c
@@ -32,7 +32,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include "ftmacros.h"
diff --git a/rpcapd/rpcapd.c b/rpcapd/rpcapd.c
index d00204ab..0e6e47c3 100755
--- a/rpcapd/rpcapd.c
+++ b/rpcapd/rpcapd.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/savefile.c b/savefile.c
index f63b45b3..695d7a20 100644
--- a/savefile.c
+++ b/savefile.c
@@ -29,7 +29,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/scanner.l b/scanner.l
index 3bdf9c45..346eb070 100644
--- a/scanner.l
+++ b/scanner.l
@@ -1,7 +1,7 @@
%top {
/* Must come first for _LARGE_FILE_API on AIX. */
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
}
diff --git a/sf-pcap-ng.c b/sf-pcap-ng.c
index b81f9875..768e96b7 100644
--- a/sf-pcap-ng.c
+++ b/sf-pcap-ng.c
@@ -22,7 +22,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/sf-pcap.c b/sf-pcap.c
index 67929c0f..d83bb104 100644
--- a/sf-pcap.c
+++ b/sf-pcap.c
@@ -29,7 +29,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#ifdef _WIN32
diff --git a/sockutils.c b/sockutils.c
index 33e2cc6c..b3806b5f 100644
--- a/sockutils.c
+++ b/sockutils.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
/*
diff --git a/tests/filtertest.c b/tests/filtertest.c
index e9a74c6c..314cc7ae 100644
--- a/tests/filtertest.c
+++ b/tests/filtertest.c
@@ -26,7 +26,7 @@ The Regents of the University of California. All rights reserved.\n";
#endif
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <pcap.h>
diff --git a/tests/findalldevstest.c b/tests/findalldevstest.c
index 88bc3496..2d408620 100644
--- a/tests/findalldevstest.c
+++ b/tests/findalldevstest.c
@@ -1,5 +1,5 @@
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <stdlib.h>
diff --git a/tests/valgrindtest.c b/tests/valgrindtest.c
index 86bef7de..9d9e9a29 100644
--- a/tests/valgrindtest.c
+++ b/tests/valgrindtest.c
@@ -50,7 +50,7 @@ The Regents of the University of California. All rights reserved.\n";
#endif
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <stdio.h>