irix-attempt-to-detect-kernel-mem-routines-20040317
[openafs.git] / src / config / param.sgi_65.h
index dbdb3cd..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 */
 
 
 #include <afs/afs_sysnames.h>
 
-                                                                          /*#define AFS_GLOBAL_SUNLOCK    1 *//* For global locking */
+                                                                                                              /*#define AFS_GLOBAL_SUNLOCK    1 *//* For global locking */
 
 #define        AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */