config.h
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:1k
源码类别:

Audio

开发平台:

Unix_Linux

  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. #ifndef CONFIG_H
  7. #define CONFIG_H
  8. #define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
  9. #define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
  10. #define HAS_FSTAT  1 /* fstat syscall */
  11. #define HAS_FCHMOD  1 /* fchmod syscall */
  12. #define HAS_CHMOD  1 /* chmod syscall */
  13. #define HAS_FCHOWN  1 /* fchown syscall */
  14. #define HAS_CHOWN  1 /* chown syscall */
  15. #define HAS_STRING_H  1 /* /usr/include/string.h  */
  16. #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
  17. #define HAS_UTIME 1 /* POSIX utime(path, times) */
  18. #define HAS_UTIME_H 1 /* UTIME header file */
  19. #endif /* CONFIG_H */