porting_junk.h 447 B

123456789101112131415161718192021222324252627282930
  1. #ifndef VSF_PORTINGJUNK_H
  2. #define VSF_PORTINGJUNK_H
  3. #ifdef __sun
  4. #include "solaris_bogons.h"
  5. #endif
  6. #ifdef __sgi
  7. #include "irix_bogons.h"
  8. #endif
  9. #ifdef __hpux
  10. #include "hpux_bogons.h"
  11. #endif
  12. #ifdef _AIX
  13. #include "aix_bogons.h"
  14. #endif
  15. #ifdef __osf__
  16. #include "tru64_bogons.h"
  17. #endif
  18. /* So many older systems lack these, that it's too much hassle to list all
  19. * the errant systems
  20. */
  21. #include "cmsg_extras.h"
  22. #endif /* VSF_PORTINGJUNK_H */