summaryrefslogtreecommitdiffstats
path: root/mkspecs/hpux-acc-64
diff options
context:
space:
mode:
authorJoão Abecasis <joao@trolltech.com>2010-02-12 09:45:17 (GMT)
committerJoão Abecasis <joao@trolltech.com>2010-02-12 10:01:37 (GMT)
commitab1e94988920c3764e7f6567eb2994666b679e13 (patch)
treec69b2364ac1b01bd7ef89e7220adba6235099c3f /mkspecs/hpux-acc-64
parent2bc7567d3da4c3adf396fbbbbfbf27c1c6fdd602 (diff)
downloadQt-ab1e94988920c3764e7f6567eb2994666b679e13.zip
Qt-ab1e94988920c3764e7f6567eb2994666b679e13.tar.gz
Qt-ab1e94988920c3764e7f6567eb2994666b679e13.tar.bz2
readdir64 is not available on HP-UX
Instead, 64-bit inode numbers in dirent are documented to be truncated. Oh, well. New define QT_NO_READDIR64 allows blacklisting other platforms that support open64 and friends, but not readdir64. Reviewed-by: Thiago Macieira
Diffstat (limited to 'mkspecs/hpux-acc-64')
-rw-r--r--mkspecs/hpux-acc-64/qplatformdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/hpux-acc-64/qplatformdefs.h b/mkspecs/hpux-acc-64/qplatformdefs.h
index f9789a8..c1a9ab8 100644
--- a/mkspecs/hpux-acc-64/qplatformdefs.h
+++ b/mkspecs/hpux-acc-64/qplatformdefs.h
@@ -77,6 +77,7 @@
#endif
#define QT_USE_XOPEN_LFS_EXTENSIONS
+#define QT_NO_READDIR64
#include "../common/posix/qplatformdefs.h"
#undef QT_OPEN_LARGEFILE