summaryrefslogtreecommitdiffstats
path: root/kppp/ConfigureChecks.cmake
blob: 52759fc7df1ad320ab64ac5972c08ec1bd5866b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 )