From 4eef62a2f29d81d4fd8c3d28beb0403499f9802e Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 20 Mar 2009 03:12:11 +0000 Subject: [PATCH] param-file-64-bit-scalar-updates-20090319 LICENSE IPL10 64 bit scalar type availability --- src/config/param.hp_ux110.h | 1 + src/config/param.hp_ux11i.h | 1 + src/config/param.linux24.h | 1 + src/config/param.linux26.h | 1 + 4 files changed, 4 insertions(+) diff --git a/src/config/param.hp_ux110.h b/src/config/param.hp_ux110.h index fbc5b3d39..5103b02be 100644 --- a/src/config/param.hp_ux110.h +++ b/src/config/param.hp_ux110.h @@ -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 diff --git a/src/config/param.hp_ux11i.h b/src/config/param.hp_ux11i.h index 62b4881bd..948245c03 100644 --- a/src/config/param.hp_ux11i.h +++ b/src/config/param.hp_ux11i.h @@ -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 diff --git a/src/config/param.linux24.h b/src/config/param.linux24.h index a6e2e3253..3abd72ba9 100644 --- a/src/config/param.linux24.h +++ b/src/config/param.linux24.h @@ -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 diff --git a/src/config/param.linux26.h b/src/config/param.linux26.h index 1a05b0817..49247da81 100644 --- a/src/config/param.linux26.h +++ b/src/config/param.linux26.h @@ -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 -- 2.39.5