]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/ttychars.h
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / sys / ttychars.h
index 9e7bffd918902874cb7d70adb0820b45a5823e78..15a12df1a79ff23de542c04ce20d879f455f3307 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -58,6 +58,9 @@
 #ifndef _SYS_TTYCHARS_H_
 #define _SYS_TTYCHARS_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_UNSTABLE
 /*
  * 4.3 COMPATIBILITY FILE
  *
@@ -83,4 +86,8 @@ struct ttychars {
 #ifdef USE_OLD_TTY
 #include <sys/ttydefaults.h>   /* to pick up character defaults */
 #endif
+
+#endif /* __APPLE_API_UNSTABLE */
+
 #endif /* !_SYS_TTYCHARS_H_ */
+