]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Import version 1.0.3. upstream/1.0.3
authorSam Hartman <hartmans@debian.org>
Wed, 7 Mar 2001 09:57:03 +0000 (09:57 +0000)
committerSam Hartman <hartmans@debian.org>
Wed, 7 Mar 2001 09:57:03 +0000 (09:57 +0000)
src/config/param.i386_linux24.h
src/config/param.sun4x_58.h

index 1dd862bcb37d17d2eea15c45ea224881b08b75fe..0e8e95401dd4d77889a61ef360fb4ae0ebe5f8a7 100644 (file)
 #define AFS_GLOBAL_SUNLOCK
 #endif
 
+#if defined(MODULE) && defined(CONFIG_MODVERSIONS)
+#define MODVERSIONS
+#include <linux/modversions.h>
+#endif
+
 #endif /* __KERNEL__  && !DUMP_KERNEL*/
 
 #ifdef KERNEL
index b818510117198c29a40e53c224960a967f3d7cba..fbee6f77a14236ad4e8938cba3c8f2f298827ef4 100644 (file)
 
 #define AFS_64BIT_ENV          1       /* Defines afs_int32 as int, not long. */
 
+#ifdef AFS_NAMEI_ENV
+#define AFS_64BIT_IOPS_ENV     1       /* needed for NAMEI... */
+#else /* AFS_NAMEI_ENV */
+#define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
+#endif /* AFS_NAMEI_ENV */
+
 #include <afs/afs_sysnames.h>
 
 #define AFS_GLOBAL_SUNLOCK     1       /* For global locking */
 #define RXK_LISTENER_ENV   1
 #define AFS_GCPAGS             1       /* if nonzero, garbage collect PAGs */
 
-#define        AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
 #define        AFS_SYSCALL             65
 
 /* File system entry (used if mount.h doesn't define MOUNT_AFS */