cachemgr-setuerror-ifdef-cleanup-20020827
[openafs.git] / src / config / param.sgi_62.h
index 39f58a2..0803007 100644 (file)
@@ -7,8 +7,8 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#ifndef        _PARAM_SGI_62_H
-#define        _PARAM_SGI_62_H
+#ifndef        AFS_PARAM_HH
+#define        AFS_PARAM_HH
 
 
 #define AFS_VFS_ENV            1
@@ -63,6 +63,8 @@
 #define SYS_NAME_ID    SYS_NAME_ID_sgi_62
 #define AFSBIG_ENDIAN  1
 
+#define KERNEL_HAVE_SETUERROR 1
+
 /* Extra kernel definitions (from kdefs file) */
 #ifdef KERNEL
 /* definitions here */
 #define        DEBUG           1
 
 #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 */