From Mathias Froehlich, compile fix for HP-UX without large file support

This commit is contained in:
Robert Osfield
2007-09-27 12:15:39 +00:00
parent b23316838a
commit 63789c81b9

View File

@@ -47,7 +47,7 @@
#if (MAC_OS_X_VERSION_MAX_ALLOWED <= 1040)
#define stat64 stat
#endif
#elif defined(__CYGWIN__) || defined(__FreeBSD__)
#elif defined(__CYGWIN__) || defined(__FreeBSD__) || (defined(__hpux) && !defined(_LARGEFILE64_SOURCE))
#define stat64 stat
#endif