summaryrefslogtreecommitdiffstats
path: root/kppp/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/ConfigureChecks.cmake')
-rw-r--r--kppp/ConfigureChecks.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/kppp/ConfigureChecks.cmake b/kppp/ConfigureChecks.cmake
new file mode 100644
index 00000000..52759fc7
--- /dev/null
+++ b/kppp/ConfigureChecks.cmake
@@ -0,0 +1,13 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+check_include_file( sys/param.h HAVE_SYS_PARAM_H )
+check_include_file( net/if_ppp.h HAVE_NET_IF_PPP_H )