irix-lacks-mem-functions-in-kernel-so-revert-to-b-functions-20011011
[openafs.git] / src / config / param.sgi_63.h
index a37094e..0cecc28 100644 (file)
@@ -1,5 +1,14 @@
-#ifndef        _PARAM_SGI_62_H
-#define        _PARAM_SGI_62_H
+/*
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ * 
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
+ */
+
+#ifndef        AFS_PARAM_HH
+#define        AFS_PARAM_HH
 
 
 #define AFS_VFS_ENV            1
 #define AFS_EVENT_LOCK  1 /* osi_Sleep/osi_Wakeup use spinlock. */
 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
 
+#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 */
 
 #ifndef CMSERVERPREF
 #define CMSERVERPREF
 #endif
-#endif /* _PARAM_SGI_62_H_ */
+#endif /* AFS_PARAM_H */