/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#ifndef _NFS_NFSRVCACHE_H_
#define _NFS_NFSRVCACHE_H_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
/*
* Definitions for the server recent request cache
*/
#define RC_INETADDR 0x20
#define RC_NAM 0x40
-#endif
+#endif /* __APPLE_API_PRIVATE */
+#endif /* _NFS_NFSRVCACHE_H_ */