From 092c2f83891e7c3bd3a9a7b0b23add92d9af90d2 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 2 May 2015 08:15:39 -0400 Subject: WIP: porting to Windows with MSVC 2012 --- ConfigureChecks.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index a032588e..85a4f5cb 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -18,6 +18,8 @@ check_function_exists(access HAVE_ACCESS) #Unix check_function_exists(_access HAVE__ACCESS) #Windows check_function_exists(backtrace HAVE_BACKTRACE) check_function_exists(fork HAVE_FORK) +check_function_exists(getpid HAVE_GETPID) #Unix +check_function_exists(_getpid HAVE__GETPID) #Windows check_function_exists(getpwent HAVE_GETPWENT) check_function_exists(gmtime_r HAVE_GMTIME_R) check_function_exists(isspace HAVE_ISSPACE) -- cgit v1.2.1