summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-10-03 19:53:42 -0700
committerGuy Harris <guy@alum.mit.edu>2017-10-03 19:53:42 -0700
commitb1d00f51757e6ad6950dbec4ee3deb56a661f5da (patch)
tree99effab0658c080a002301f8ef2f337f3bdc445c /cmakeconfig.h.in
parenta10cee8c750a6a6b2198c99defd9f526a32f341e (diff)
downloadlibpcap-b1d00f51757e6ad6950dbec4ee3deb56a661f5da.tar.gz
Move ENABLE_REMOTE to where it is in config.h.in.
That makes it easier to compare the autotools and cmake config.h when testing.
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 830c6aec..b95499ea 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -6,6 +6,9 @@
/* Enable optimizer debugging */
#cmakedefine BDEBUG 1
+/* Define to 1 if remote packet capture is to be supported */
+#cmakedefine ENABLE_REMOTE 1
+
/* define if you have the DAG API */
#cmakedefine HAVE_DAG_API 1
@@ -129,9 +132,6 @@
/* define if net/pfvar.h defines PF_NAT through PF_NORDR */
#cmakedefine HAVE_PF_NAT_THROUGH_PF_NORDR 1
-/* Define to 1 if remote packet capture is to be supported */
-#cmakedefine ENABLE_REMOTE 1
-
/* define if you have the Septel API */
#cmakedefine HAVE_SEPTEL_API 1