/*
* @OSF_COPYRIGHT@
*/
-/*
- * HISTORY
- *
- * Revision 1.1.1.1 1998/09/22 21:05:30 wsanchez
- * Import of Mac OS X kernel (~semeria)
- *
- * Revision 1.1.1.1 1998/03/07 02:25:46 wsanchez
- * Import of OSF Mach kernel (~mburg)
- *
- * Revision 1.2.6.1 1994/09/23 02:40:32 ezf
- * change marker to not FREE
- * [1994/09/22 21:41:53 ezf]
- *
- * Revision 1.2.2.2 1993/06/09 02:42:27 gm
- * Added to OSF/1 R1.3 from NMK15.0.
- * [1993/06/02 21:17:28 jeffc]
- *
- * Revision 1.2 1993/04/19 16:36:32 devrcs
- * Merge untyped ipc:
- * Support for logging and tracing within the MIG stubs
- * [1993/02/24 14:47:01 travos]
- * [1993/03/16 13:19:16 rod]
- *
- * $EndLog$
- */
#ifndef _mig_log_
#define _mig_log_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
+
typedef enum {
MACH_MSG_LOG_USER,
MACH_MSG_LOG_SERVER
#define LOG_ERRORS if (mig_errors) MigEventErrors
#define LOG_TRACE if (mig_tracing) MigEventTracer
+#endif /* __APPLE_API_OBSOLETE */
+
#endif /* _mach_log_ */