home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / obcp / hash.h < prev    next >
C/C++ Source or Header  |  1996-06-13  |  280b  |  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.