irix-attempt-to-detect-kernel-mem-routines-20040317
[openafs.git] / src / config / param.sgi_65.h
index 239d416..d69c1e1 100644 (file)
 #define AFS_EVENT_LOCK  1      /* osi_Sleep/osi_Wakeup use spinlock. */
 #define AFS_SGI_DUAL_FS_CACHE 1        /* implies supports EFS or XFS cache */
 
+#ifndef IRIX_HAS_MEM_FUNCS
 #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
 
 #endif /* KERNEL */