blob: 18a1d73ac985b5bc7ff6a23d40427123042ce8a4 [file] [log] [blame]
/* Config file for Vax running system V. */
#define USG
#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)