porting_junk.h
上传用户:ig0539
上传日期:2022-05-21
资源大小:181k
文件大小:0k
源码类别:

Ftp客户端

开发平台:

C/C++

  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 */