1988-06-22 16:57:09 +00:00
|
|
|
/*
|
|
|
|
Provisional arrangement for determining the system on which
|
|
|
|
the program is being translated.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* $Header$ */
|
|
|
|
|
1988-07-08 10:37:00 +00:00
|
|
|
#include <local.h>
|
1988-06-22 16:57:09 +00:00
|
|
|
|
|
|
|
#ifdef BSD4_1
|
|
|
|
#define BSD_X
|
1991-12-17 15:28:58 +00:00
|
|
|
#endif /* BSD4_1 */
|
1988-06-22 16:57:09 +00:00
|
|
|
|
|
|
|
#ifdef BSD4_2
|
|
|
|
#define BSD_X
|
1991-12-17 15:28:58 +00:00
|
|
|
#endif /* BSD4_2 */
|
1988-06-22 16:57:09 +00:00
|
|
|
|
1988-07-08 10:37:00 +00:00
|
|
|
#ifdef SYS_5
|
1988-06-22 16:57:09 +00:00
|
|
|
#define SYS_V
|
1991-12-17 15:28:58 +00:00
|
|
|
#endif /* SYS_5 */
|
1988-06-22 16:57:09 +00:00
|
|
|
|