mysql/mysql-workbench
CMakeLists.txt
:135
CHECK_INCLUDE_FILES ("sys/prctl.h" HAVE_PRCTL)
CHECK_INCLUDE_FILES ("sys/prctl.h" HAVE_PRCTL)
check_include_file(sys/prctl.h HAVE_PRCTL)
list(APPEND RE_DEFINITIONS HAVE_PRCTL)
check_symbol_exists(prctl "sys/prctl.h" HAVE_PRCTL)
check_function_exists(prctl HAVE_PRCTL)