summaryrefslogtreecommitdiff
path: root/config.h.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 /config.h.cmake
parent70e6af4739d2eea58e6f3200a8c9467597a12ae5 (diff)
Add a GooFile class to encapsulate file read access using offsets
Bug #62735
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index cde219f1..c3b30db6 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -46,6 +46,12 @@
/* Define to 1 if you have the `ftell64' function. */
#cmakedefine HAVE_FTELL64 1
+/* Define to 1 if you have the `pread64' function. */
+#cmakedefine HAVE_PREAD64 1
+
+/* Define to 1 if you have the `lseek64' function. */
+#cmakedefine HAVE_LSEEK64 1
+
/* Defines if gettimeofday is available on your system */
#cmakedefine HAVE_GETTIMEOFDAY 1