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

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. /*
  2.  * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
  3.  * Universitaet Berlin.  See the accompanying file "COPYRIGHT" for
  4.  * details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
  5.  */
  6. /*$Header: /cvsroot/vocal.modules/contrib/libsndfile-0.0.22/src/GSM610/config.h,v 1.2 2001/02/27 19:22:57 deepalir Exp $*/
  7. #ifndef CONFIG_H
  8. #define CONFIG_H
  9. //*efine SIGHANDLER_T int  /* signal handlers are void */
  10. //*efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
  11. #define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
  12. //*efine HAS_LIMITS_H 1 /* /usr/include/limits.h */
  13. #define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
  14. //*efine HAS_ERRNO_DECL 1 /* errno.h declares errno */
  15. #define HAS_FSTAT  1 /* fstat syscall */
  16. #define HAS_FCHMOD  1 /* fchmod syscall */
  17. #define HAS_CHMOD  1 /* chmod syscall */
  18. #define HAS_FCHOWN  1 /* fchown syscall */
  19. #define HAS_CHOWN  1 /* chown syscall */
  20. //*efine HAS__FSETMODE  1 /* _fsetmode -- set file mode */
  21. #define HAS_STRING_H  1 /* /usr/include/string.h  */
  22. //*efine HAS_STRINGS_H 1 /* /usr/include/strings.h  */
  23. #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
  24. #define HAS_UTIME 1 /* POSIX utime(path, times) */
  25. //*efine HAS_UTIMES 1 /* use utimes() syscall instead */
  26. #define HAS_UTIME_H 1 /* UTIME header file */
  27. //*efine HAS_UTIMBUF 1 /* struct utimbuf */
  28. //*efine HAS_UTIMEUSEC   1 /* microseconds in utimbuf? */
  29. #endif /* CONFIG_H */