summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAdam Reichold <adamreichold@myopera.com>2013-04-05 00:00:07 +0200
committerAlbert Astals Cid <aacid@kde.org>2013-04-05 00:00:07 +0200
commit0a243c8c14d09a40f25338999c3ca06273277b45 (patch)
treeb8010c0e2090c9f7300c07f489115cd108560969 /ConfigureChecks.cmake
parent70e6af4739d2eea58e6f3200a8c9467597a12ae5 (diff)
Add a GooFile class to encapsulate file read access using offsets
Bug #62735
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 6e547ed6..9f67b43c 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -27,6 +27,8 @@ check_include_files(unistd.h HAVE_UNISTD_H)
check_function_exists(fseek64 HAVE_FSEEK64)
check_function_exists(fseeko HAVE_FSEEKO)
check_function_exists(ftell64 HAVE_FTELL64)
+check_function_exists(pread64 HAVE_PREAD64)
+check_function_exists(lseek64 HAVE_LSEEK64)
check_function_exists(gmtime_r HAVE_GMTIME_R)
check_function_exists(gettimeofday HAVE_GETTIMEOFDAY)
check_function_exists(localtime_r HAVE_LOCALTIME_R)