summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-05-27 07:11:43 -0400
committerAllen Winter <allen.winter@kdab.com>2015-05-27 07:11:43 -0400
commit767732f19fd473e86532075d9b8e753544b08e3f (patch)
tree42df5f0c8754fdb6360bb5d9b40e3e3fb5d8397c /ConfigureChecks.cmake
parentf4f1cf6c5bb6cd352f6dd9bfb081dd485f52594b (diff)
downloadlibical-git-767732f19fd473e86532075d9b8e753544b08e3f.tar.gz
Sleep vs. sleep config
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index b2bc6757..942be7ce 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -17,7 +17,6 @@ if(WIN32 AND MSVC)
check_function_exists(_getpid HAVE__GETPID) #Windows <process.h>
check_function_exists(_mkdir HAVE__MKDIR) #Windows <direct.h>
check_function_exists(_open HAVE__OPEN) #Windows <io.h>
- check_function_exists(Sleep, HAVE_WINSLEEP) #Windows <windows.h>
check_function_exists(_snprintf HAVE__SNPRINTF) #Windows <stdio.h>
check_function_exists(_stat HAVE__STAT) #Windows <sys/types.h>,<sys/stat.h>
check_function_exists(_strdup HAVE__STRDUP) #Windows <string.h>
@@ -34,7 +33,6 @@ else()
check_function_exists(gmtime_r HAVE_GMTIME_R) #Unix <time.h>
check_function_exists(mkdir HAVE_MKDIR) #Unix <sys/stat.h>,<sys/types.h>
check_function_exists(open HAVE_OPEN) #Unix <sys/stat.h>,<sys/types.h>,<fcntl.h>
- check_function_exists(sleep HAVE_UNIXSLEEP) #Unix <unistd.h>
check_function_exists(nanosleep HAVE_NANOSLEEP) #Unix <time.h>
check_function_exists(signal HAVE_SIGNAL) #Unix <signal.h>
check_function_exists(snprintf HAVE_SNPRINTF) #Unix <stdio.h>