From bdbb4fd7672216fe3e56831a2ff9a52d39c08736 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 9 Aug 2004 04:30:18 +0000 Subject: [PATCH] irix-largefile-client-20040808 enable largefile support in the client --- src/config/param.sgi_65.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/param.sgi_65.h b/src/config/param.sgi_65.h index 433f81df7a..3f50fafa59 100644 --- a/src/config/param.sgi_65.h +++ b/src/config/param.sgi_65.h @@ -38,6 +38,7 @@ #define _ANSI_C_SOURCE 1 /* rx_user.h */ #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. */ #define AFS_HAVE_FFS 1 /* Use system's ffs. */ #define AFS_HAVE_STATVFS 1 /* System supports statvfs */