Pristine Ack-5.5
[Ack-5.5.git] / util / int / sysidf.h
1 /*
2         Provisional arrangement for determining the system on which
3         the program is being translated.
4 */
5
6 /* $Id: sysidf.h,v 2.4 1994/06/24 10:49:16 ceriel Exp $ */
7
8 #include <local.h>
9
10 #ifdef  BSD4_1
11 #define BSD_X
12 #endif  /* BSD4_1 */
13
14 #ifdef  BSD4_2
15 #define BSD_X
16 #endif  /* BSD4_2 */
17
18 #ifdef  SYS_5
19 #define SYS_V
20 #endif  /* SYS_5 */
21