summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2013-05-27 00:01:24 +0200
committerAlbert Astals Cid <aacid@kde.org>2013-05-27 00:01:24 +0200
commit61f665885daeb0009ecac2cc85188f23d6addb60 (patch)
tree374f27709925b368cd47e69f5bccf04ae1b83b0b /config.h.cmake
parentf536a4ec37246e10f03fe4de309bd31deb6a4727 (diff)
Fix big file support in cmake
Tested by Fabio
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index c3b30db6..b707ba72 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -222,10 +222,10 @@
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
-/* #undef _FILE_OFFSET_BITS */
+#cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
-/* #undef _LARGEFILE_SOURCE */
+/* TODO This is wrong, port if needed #undef _LARGEFILE_SOURCE */
/* Define for large files, on AIX-style hosts. */
-/* #undef _LARGE_FILES */
+/* TODO This is wrong, port if needed #undef _LARGE_FILES */