home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cplusplus-8 / config / tm-ultrix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-28  |  189 b   |  8 lines

  1. #include "tm-vax.h"
  2.  
  3. #undef CPP_PREDEFINES
  4. #define CPP_PREDEFINES "-Dultrix -Dbsd4_2 -Dvax -Dunix"
  5.  
  6. /* By default, allow $ to be part of an identifier.  */
  7. #define DOLLARS_IN_IDENTIFIERS 1
  8.