aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-09-06 10:37:17 +0000
committerJörg Mayer <jmayer@loplof.de>2012-09-06 10:37:17 +0000
commitd8a7eed0a74ac3ca7168a5fce5acf473d93a40f6 (patch)
treea547db4417bb030cab346e80f7af59aae516f33a /cmakeconfig.h.in
parentfc5c9f7853deb65d9cb3c6e8c6c50665d2159cc2 (diff)
Get netlink detection working with cmake (not complete)
svn path=/trunk/; revision=44791
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index f2bd8e6944..b1015e3332 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -63,6 +63,15 @@
/* Define to use the libnl library */
#cmakedefine HAVE_LIBNL 1
+/* Define to use the libnl library */
+#cmakedefine HAVE_LIBNL1 1
+
+/* Define to use the libnl library */
+#cmakedefine HAVE_LIBNL2 1
+
+/* Define to use the libnl library */
+#cmakedefine HAVE_LIBNL3 1
+
/* Define to use C ares library */
#cmakedefine HAVE_C_ARES 1
@@ -316,6 +325,9 @@
/* Define if strptime.h needs to be included */
#cmakedefine NEED_STRPTIME_H 1
+/* Define if linux/nl80211.h defines NL80211_CMD_SET_CHANNEL */
+#cmakedefine HAVE_NL80211_CMD_SET_CHANNEL 1
+
/* Name of package */
#cmakedefine PACKAGE