/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#ifndef _SYS_PATHS_H_
#define _SYS_PATHS_H_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
+
/* Provides support for system wide forks */
#define _PATH_FORKSPECIFIER "/..namedfork/"
#define _PATH_DATANAME "data"
#define _PATH_RSRCNAME "rsrc"
#define _PATH_RSRCFORKSPEC "/..namedfork/rsrc"
+#endif /* __APPLE_API_PRIVATE */
#endif /* !_SYS_PATHS_H_ */