#define AFS_PARAM_H
#define AFS_VFS_ENV 1
-/* Used only in vfsck/* code; is it needed any more???? */
+/* Used only in vfsck code; is it needed any more???? */
#define AFS_VFSINCL_ENV 1 /* NOBODY uses this.... */
#define AFS_GREEDY43_ENV 1 /* Used only in rx/rx_user.c */
#define AFS_KALLOC_NOSLEEP(n) kmem_alloc(n, KM_NOSLEEP)
#define AFS_KFREE kmem_free
#define VATTR_NULL vattr_null
+#define memset(A, B, S) bzero(A, S)
+#define memcpy(B, A, S) bcopy(A, B, S)
+#define memcmp(A, B, S) bcmp(A, B, S)
#endif /* KERNEL */
#define AFS_DIRENT
#ifndef CMSERVERPREF
#define AFS_USR_SUN7_ENV 1
#define AFS_USR_SUN8_ENV 1
+#define AFS_64BIT_ENV 1
+
#include <afs/afs_sysnames.h>
/*#define AFS_GLOBAL_SUNLOCK 1 /* For global locking */