From aa72caacc4092bb29bd13df19f2e19456d48c8cc Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 9 Aug 2004 05:07:33 +0000 Subject: [PATCH] enable-largefile-clients-20040808 the linuxes should all work. it at least builds on openbsd. i can't imagine freebsd doesn't work, likewise "netbsd 2.0", only question is hpux. --- src/config/param.alpha_dux51.h | 1 + src/config/param.amd64_linux24.h | 1 + src/config/param.hp_ux11i.h | 1 + src/config/param.i386_fbsd_50.h | 1 + src/config/param.i386_fbsd_51.h | 1 + src/config/param.i386_fbsd_52.h | 1 + src/config/param.i386_fbsd_53.h | 1 + src/config/param.i386_nbsd20.h | 2 ++ src/config/param.i386_obsd31.h | 1 + src/config/param.i386_obsd32.h | 1 + src/config/param.i386_obsd33.h | 1 + src/config/param.i386_obsd34.h | 1 + src/config/param.i386_obsd36.h | 1 + src/config/param.ia64_hpux1122.h | 1 + src/config/param.ia64_hpux1123.h | 1 + src/config/param.ia64_linux24.h | 1 + src/config/param.parisc_linux24.h | 2 ++ src/config/param.ppc64_linux24.h | 1 + src/config/param.ppc_linux24.h | 2 ++ src/config/param.s390_linux24.h | 2 ++ src/config/param.sparc64_linux24.h | 1 + src/config/param.sparc_linux24.h | 2 ++ 22 files changed, 27 insertions(+) diff --git a/src/config/param.alpha_dux51.h b/src/config/param.alpha_dux51.h index de3a26d..e042e39 100644 --- a/src/config/param.alpha_dux51.h +++ b/src/config/param.alpha_dux51.h @@ -25,6 +25,7 @@ #define AFS_ALPHA_ENV 1 #define AFS_DECOSF_ENV 1 #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #include diff --git a/src/config/param.amd64_linux24.h b/src/config/param.amd64_linux24.h index b0d3251..16e5a9c 100644 --- a/src/config/param.amd64_linux24.h +++ b/src/config/param.amd64_linux24.h @@ -36,6 +36,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#define AFS_64BIT_CLIENT 1 #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */ diff --git a/src/config/param.hp_ux11i.h b/src/config/param.hp_ux11i.h index e5bd937..57730f2 100644 --- a/src/config/param.hp_ux11i.h +++ b/src/config/param.hp_ux11i.h @@ -24,6 +24,7 @@ #define AFS_HPUX1111_ENV 1 #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#define AFS_64BIT_CLIENT 1 #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */ #include diff --git a/src/config/param.i386_fbsd_50.h b/src/config/param.i386_fbsd_50.h index 4e18c19..14bb1f8 100644 --- a/src/config/param.i386_fbsd_50.h +++ b/src/config/param.i386_fbsd_50.h @@ -13,6 +13,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_FBSD_ENV 1 #define AFS_FBSD40_ENV 1 diff --git a/src/config/param.i386_fbsd_51.h b/src/config/param.i386_fbsd_51.h index da1fc48..96f6202 100644 --- a/src/config/param.i386_fbsd_51.h +++ b/src/config/param.i386_fbsd_51.h @@ -13,6 +13,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_FBSD_ENV 1 #define AFS_FBSD40_ENV 1 diff --git a/src/config/param.i386_fbsd_52.h b/src/config/param.i386_fbsd_52.h index be37ce0..1234efc 100644 --- a/src/config/param.i386_fbsd_52.h +++ b/src/config/param.i386_fbsd_52.h @@ -13,6 +13,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_FBSD_ENV 1 #define AFS_FBSD40_ENV 1 diff --git a/src/config/param.i386_fbsd_53.h b/src/config/param.i386_fbsd_53.h index d3cb1af..86cc371 100644 --- a/src/config/param.i386_fbsd_53.h +++ b/src/config/param.i386_fbsd_53.h @@ -13,6 +13,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_FBSD_ENV 1 #define AFS_FBSD40_ENV 1 diff --git a/src/config/param.i386_nbsd20.h b/src/config/param.i386_nbsd20.h index 3bdd835..6248580 100644 --- a/src/config/param.i386_nbsd20.h +++ b/src/config/param.i386_nbsd20.h @@ -40,6 +40,8 @@ #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ #define AFS_SYSCALL 210 #define AFS_NAMEI_ENV 1 /* User space interface to file system */ +#define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #include diff --git a/src/config/param.i386_obsd31.h b/src/config/param.i386_obsd31.h index 208607a..ec2b6d6 100644 --- a/src/config/param.i386_obsd31.h +++ b/src/config/param.i386_obsd31.h @@ -14,6 +14,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_OBSD_ENV 1 #define AFS_NONFSTRANS 1 diff --git a/src/config/param.i386_obsd32.h b/src/config/param.i386_obsd32.h index 40a31ea..ae1a65c 100644 --- a/src/config/param.i386_obsd32.h +++ b/src/config/param.i386_obsd32.h @@ -14,6 +14,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_OBSD_ENV 1 #define AFS_NONFSTRANS 1 diff --git a/src/config/param.i386_obsd33.h b/src/config/param.i386_obsd33.h index 92bd315..f31a163 100644 --- a/src/config/param.i386_obsd33.h +++ b/src/config/param.i386_obsd33.h @@ -17,6 +17,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_OBSD_ENV 1 #define AFS_NONFSTRANS 1 diff --git a/src/config/param.i386_obsd34.h b/src/config/param.i386_obsd34.h index ff3249f..78016da 100644 --- a/src/config/param.i386_obsd34.h +++ b/src/config/param.i386_obsd34.h @@ -17,6 +17,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_OBSD_ENV 1 #define AFS_OBSD34_ENV 1 diff --git a/src/config/param.i386_obsd36.h b/src/config/param.i386_obsd36.h index 5e991e3..4fb7454 100644 --- a/src/config/param.i386_obsd36.h +++ b/src/config/param.i386_obsd36.h @@ -17,6 +17,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ #define AFS_OBSD_ENV 1 #define AFS_OBSD34_ENV 1 diff --git a/src/config/param.ia64_hpux1122.h b/src/config/param.ia64_hpux1122.h index 8beef7f..598abe7 100644 --- a/src/config/param.ia64_hpux1122.h +++ b/src/config/param.ia64_hpux1122.h @@ -22,6 +22,7 @@ #define AFS_HPUX1122_ENV 1 #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#define AFS_64BIT_CLIENT 1 #if defined(__LP64__) #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */ #endif diff --git a/src/config/param.ia64_hpux1123.h b/src/config/param.ia64_hpux1123.h index 7632fe5..adb9d05 100644 --- a/src/config/param.ia64_hpux1123.h +++ b/src/config/param.ia64_hpux1123.h @@ -23,6 +23,7 @@ #define AFS_HPUX1123_ENV 1 #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#define AFS_64BIT_CLIENT 1 #if defined(__LP64__) #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */ #endif diff --git a/src/config/param.ia64_linux24.h b/src/config/param.ia64_linux24.h index 14ee02d..83f8433 100644 --- a/src/config/param.ia64_linux24.h +++ b/src/config/param.ia64_linux24.h @@ -36,6 +36,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#define AFS_64BIT_CLIENT 1 #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */ diff --git a/src/config/param.parisc_linux24.h b/src/config/param.parisc_linux24.h index c8fdd23..a4d71af 100644 --- a/src/config/param.parisc_linux24.h +++ b/src/config/param.parisc_linux24.h @@ -19,6 +19,8 @@ #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ #define AFS_SYSCALL 137 +#define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 #define AFS_NAMEI_ENV 1 /* User space interface to file system */ diff --git a/src/config/param.ppc64_linux24.h b/src/config/param.ppc64_linux24.h index f947013..a207e89 100644 --- a/src/config/param.ppc64_linux24.h +++ b/src/config/param.ppc64_linux24.h @@ -24,6 +24,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#define AFS_64BIT_CLIENT 1 #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */ diff --git a/src/config/param.ppc_linux24.h b/src/config/param.ppc_linux24.h index 350a898..3ee2508 100644 --- a/src/config/param.ppc_linux24.h +++ b/src/config/param.ppc_linux24.h @@ -21,6 +21,8 @@ #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ #define AFS_SYSCALL 137 +#define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 #define AFS_NAMEI_ENV 1 /* User space interface to file system */ diff --git a/src/config/param.s390_linux24.h b/src/config/param.s390_linux24.h index 8a8f781..986abb7 100644 --- a/src/config/param.s390_linux24.h +++ b/src/config/param.s390_linux24.h @@ -31,6 +31,8 @@ #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ #define AFS_SYSCALL 137 +#define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 #define AFS_NAMEI_ENV 1 /* User space interface to file system */ diff --git a/src/config/param.sparc64_linux24.h b/src/config/param.sparc64_linux24.h index b230627..654a084 100644 --- a/src/config/param.sparc64_linux24.h +++ b/src/config/param.sparc64_linux24.h @@ -36,6 +36,7 @@ #define AFS_NAMEI_ENV 1 /* User space interface to file system */ #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ +#define AFS_64BIT_CLIENT 1 #define AFS_32BIT_USR_ENV 1 #define AFS_64BITPOINTER_ENV 1 /* pointers are 64 bits. */ diff --git a/src/config/param.sparc_linux24.h b/src/config/param.sparc_linux24.h index 2d00881..015500c 100644 --- a/src/config/param.sparc_linux24.h +++ b/src/config/param.sparc_linux24.h @@ -30,6 +30,8 @@ #define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ #define AFS_SYSCALL 227 +#define AFS_64BIT_ENV 1 +#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 #define AFS_NAMEI_ENV 1 /* User space interface to file system */ -- 1.9.4