#define AFS_SUN510_ENV 1
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
+/*
+ * Only define on 64 bit kernel, until problems with 32 bit
+ * and large file support are resolved
+ */
+#if defined(__sparcv9)
#define AFS_64BIT_CLIENT 1
+#endif
#define AFS_HAVE_FLOCK_SYSID 1
#define AFS_SUN58_ENV 1
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
+/*
+ * Only define on 64 bit kernel, until problems with 32 bit
+ * and large file support are resolved
+ */
+#if defined(__sparcv9)
#define AFS_64BIT_CLIENT 1
+#endif
#define AFS_HAVE_FLOCK_SYSID 1
#define AFS_SUN59_ENV 1
#define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */
+/*
+ * Only define on 64 bit kernel, until problems with 32 bit
+ * and large file support are resolved
+ */
+#if defined(__sparcv9)
#define AFS_64BIT_CLIENT 1
+#endif
#define AFS_HAVE_FLOCK_SYSID 1