flock-sysid-20030303
[openafs.git] / src / config / param.sunx86_54.h
index e62769c..5cd670f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef UKERNEL
+/* This section for kernel libafs compiles only */
+
 /*
  * Copyright 2000, International Business Machines Corporation and others.
  * All Rights Reserved.
@@ -13,7 +16,7 @@
 #include <afs/afs_sysnames.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 */
@@ -25,6 +28,8 @@
 #define        AFS_SUN54_ENV           1
 #define        AFS_X86_ENV             1
 
+#define AFS_HAVE_FLOCK_SYSID    1
+
 #include <afs/afs_sysnames.h>
 
 #define AFS_GLOBAL_SUNLOCK     1       /* For global locking */
 
 
 #endif /* AFS_PARAM_H */
+
+#else /* !defined(UKERNEL) */
+
+/* This section for user space compiles only */
+
+
+#endif /* !defined(UKERNEL) */