File: ConfigureChecks.cmake

package info (click to toggle)
t4kcommon 0.1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,472 kB
  • sloc: sh: 10,688; ansic: 7,087; makefile: 102; sed: 16
file content (8 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
include(CheckIncludeFile)
include(CheckSymbolExists)

check_symbol_exists(scandir dirent.h HAVE_SCANDIR)
check_symbol_exists(alphasort dirent.h HAVE_ALPHASORT) 
check_include_file (error.h HAVE_ERROR_H)
check_include_file (search.h HAVE_TSEARCH)
check_include_file (stdint.h HAVE_STDINT_H)