home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cplusplus-8 / config / xm-genix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-23  |  189 b   |  10 lines

  1. /* Config file for ns32k running system V.  */
  2.  
  3. #include "xm-ns32k.h"
  4.  
  5. #define USG
  6.  
  7. #define bcopy(a,b,c) memcpy (b,a,c)
  8. #define bzero(a,b) memset (a,0,b)
  9. #define bcmp(a,b,c) memcmp (a,b,c)
  10.