summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2021-07-14 12:50:17 +0200
committergregory guy <[email protected]>2021-07-19 14:17:02 +0200
commitb4149315024044440d69dbe9a4961ffb6e45989f (patch)
treee46e9de0e581189f0106593c4d86b61e40d921cf /config.h.cmake
parentdefa7b64d793db74f47a706cb2565684f9577104 (diff)
downloadknemo-b4149315024044440d69dbe9a4961ffb6e45989f.tar.gz
knemo-b4149315024044440d69dbe9a4961ffb6e45989f.zip
Make the Nettools backend optional.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 791fded..f663a08 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -18,3 +18,6 @@
/* Defined if you have the <iwlib.h> header */
#cmakedefine HAVE_LIBIW @HAVE_LIBIW@
+
+/* Defined if you build with the Nettools backend */
+#cmakedefine WITH_NETTOOLS