diff lib/gftp.h @ 649:eaede7f6c2f8

2004-12-31 Brian Masney <masneyb@gftp.org> * lib/gftp.h - when using HPUX, define the size of off_t as size long * configure.in - HPUX thread fixes
author masneyb
date Fri, 31 Dec 2004 13:25:40 +0000
parents efe90b739e98
children 2e718fba351e
line wrap: on
line diff
--- a/lib/gftp.h	Fri Dec 24 11:26:52 2004 +0000
+++ b/lib/gftp.h	Fri Dec 31 13:25:40 2004 +0000
@@ -161,7 +161,7 @@
 # define GFTP_LOG_FUNCTION_ATTRIBUTES
 #endif
 
-#if defined (_LARGEFILE_SOURCE) && !defined (__hppa__)
+#if defined (_LARGEFILE_SOURCE) && !defined (__hppa__) && !defined (__hppa)
 #define GFTP_OFF_T_HEX_PRINTF_MOD	"%llx"
 #define GFTP_OFF_T_INTL_PRINTF_MOD	"%'lld"
 #define GFTP_OFF_T_PRINTF_MOD		"%lld"