summaryrefslogtreecommitdiffstats
path: root/ksysguard/ksysguardd/NetBSD/ConfigureChecks.cmake
blob: 60d0b0495434177e3c6be2618e7e3bbc1701e9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#################################################
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

# apmio
check_include_files( "sys/types.h;dev/apm/apmio.h" HAVE_DEV_APM_APMIO_H )
if( HAVE_DEV_APM_APMIO_H )
  set( HAVE_APMIO 1 CACHE INTERNAL "" FORCE )
endif( )