Codebase list libcryptx-perl / a49ff47
hpux tuning Karel Miko 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
103103 /* this is the "32-bit at least" data type
104104 * Re-define it to suit your platform but it must be at least 32-bits
105105 */
106 #if defined(__x86_64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__LP64__)
106 #if defined(__x86_64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__ia64) || defined(__ia64__) || defined(__LP64__)
107107 typedef unsigned ulong32;
108108 #else
109109 typedef unsigned long ulong32;