libcext_bsd.h
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. #ifndef __FreeBSD__
  2.  #define __P(protos) protos
  3.  #ifdef __cplusplus
  4.   #define __BEGIN_DECLS extern "C" {
  5.   #define __END_DECLS }
  6.  #else
  7.   #define __BEGIN_DECLS
  8.   #define __END_DECLS
  9.  #endif
  10. #else
  11. #include <sys/cdefs.h>
  12. #endif
  13. #if defined(__FreeBSD__) || defined(__svr4__) || defined(__SUNPRO_CC)
  14. #define HAS_FTW 0
  15. #else
  16. #define HAS_FTW 1
  17. #endif