param-file-64-bit-scalar-updates-20090319
authorDerrick Brashear <shadow@dementia.org>
Fri, 20 Mar 2009 03:12:11 +0000 (03:12 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 20 Mar 2009 03:12:11 +0000 (03:12 +0000)
LICENSE IPL10

64 bit scalar type availability

src/config/param.hp_ux110.h
src/config/param.hp_ux11i.h
src/config/param.linux24.h
src/config/param.linux26.h

index fbc5b3d..5103b02 100644 (file)
@@ -123,6 +123,7 @@ struct uio;
 #define AFS_GREEDY43_ENV       1       /* Used only in rx/rx_user.c */
 #define AFS_ENV                        1
 #define AFS_USR_HPUX_ENV       1
+#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
 
 #include <afs/afs_sysnames.h>
 
index 62b4881..948245c 100644 (file)
@@ -126,6 +126,7 @@ struct uio;
 #define AFS_GREEDY43_ENV       1       /* Used only in rx/rx_user.c */
 #define AFS_ENV                        1
 #define AFS_USR_HPUX_ENV       1
+#define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
 
 #include <afs/afs_sysnames.h>
 
index a6e2e32..3abd72b 100644 (file)
@@ -85,6 +85,7 @@
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
+#define AFS_64BIT_ENV          1
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1
index 1a05b08..49247da 100644 (file)
@@ -66,6 +66,7 @@
 #define AFS_NONFSTRANS                 1
 #define AFS_MOUNT_AFS          "afs"   /* The name of the filesystem type. */
 #define AFS_64BIT_IOPS_ENV     1
+#define AFS_64BIT_ENV          1
 #define AFS_NAMEI_ENV          1       /* User space interface to file system */
 #define AFS_USERSPACE_IP_ADDR  1
 #define RXK_LISTENER_ENV       1