cmake HAVE_PRCTL examples

mysql/mysql-workbench CMakeLists.txt :135

CHECK_INCLUDE_FILES ("sys/prctl.h" HAVE_PRCTL)

baresip/re cmake/re-config.cmake :112

check_include_file(sys/prctl.h HAVE_PRCTL)

baresip/re cmake/re-config.cmake :114

list(APPEND RE_DEFINITIONS HAVE_PRCTL)

apache/trafficserver CMakeLists.txt :409

check_symbol_exists(prctl "sys/prctl.h" HAVE_PRCTL)

bareos/bareos core/cmake/BareosCheckFunctions.cmake :76

check_function_exists(prctl HAVE_PRCTL)