summaryrefslogtreecommitdiff
path: root/mkspecs/hpux-acc
diff options
context:
space:
mode:
authorJoão Abecasis <joao@trolltech.com>2010-02-12 10:45:17 +0100
committerJoão Abecasis <joao@trolltech.com>2010-02-12 11:01:37 +0100
commitab1e94988920c3764e7f6567eb2994666b679e13 (patch)
treec69b2364ac1b01bd7ef89e7220adba6235099c3f /mkspecs/hpux-acc
parent2bc7567d3da4c3adf396fbbbbfbf27c1c6fdd602 (diff)
downloadqt4-tools-ab1e94988920c3764e7f6567eb2994666b679e13.tar.gz
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')
-rw-r--r--mkspecs/hpux-acc/qplatformdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/hpux-acc/qplatformdefs.h b/mkspecs/hpux-acc/qplatformdefs.h
index 9ce08c637b..c18ad495d9 100644
--- a/mkspecs/hpux-acc/qplatformdefs.h
+++ b/mkspecs/hpux-acc/qplatformdefs.h
@@ -80,6 +80,7 @@
#endif
#define QT_USE_XOPEN_LFS_EXTENSIONS
+#define QT_NO_READDIR64
#include "../common/posix/qplatformdefs.h"
#undef QT_OPEN_LARGEFILE