no-copy-libafs-builds-20021015
[openafs.git] / src / config / param.i386_nt40.h
index 72a926f..43e7d1c 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.
@@ -61,3 +64,10 @@ typedef char * caddr_t;
 
 #define snprintf                _snprintf
 #endif /* AFS_PARAM_H */
+
+#else /* !defined(UKERNEL) */
+
+/* This section for user space compiles only */
+
+
+#endif /* !defined(UKERNEL) */