ack/util/int/sysidf.h

22 lines
265 B
C
Raw Normal View History

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
#endif BSD4_1
#ifdef BSD4_2
#define BSD_X
#endif BSD4_2
1988-07-08 10:37:00 +00:00
#ifdef SYS_5
1988-06-22 16:57:09 +00:00
#define SYS_V
1988-07-08 10:37:00 +00:00
#endif SYS_5
1988-06-22 16:57:09 +00:00