home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / gcc / obcp / hash.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-14  |  280 b   |  11 lines

  1. #ifdef NEXT_PDO
  2. #ifdef _WIN32
  3. #include "hash-winntpdo.h"    /* adds WIN32 gunk  */
  4. #else
  5. #include "hash-pdo.h"        /* should have no NeXT extensions or WIN32 gunk
  6.                    for now, it's a synonym for hash-next.h  */
  7. #endif
  8. #else
  9. #include "hash-next.h"        /* adds NeXT extensions  */
  10. #endif
  11.