pconf.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: pconf.h,v 1.3 1996/04/25 06:13:25 davem Exp $
  2.  * pconf.h: pathconf() and fpathconf() defines for SunOS
  3.  *          system call compatibility.
  4.  *
  5.  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
  6.  */
  7. #ifndef _SPARC_PCONF_H
  8. #define _SPARC_PCONF_H
  9. #include <linux/fs.h>
  10. #include <linux/limits.h>
  11. #define _PCONF_LINK       1 /* Max number of links to an object        */
  12. #define _PCONF_CANON      2 /* TTY input buffer line size              */
  13. #define _PCONF_INPUT      3 /* Biggest packet a tty can imbibe at once */
  14. #define _PCONF_NAME       4 /* Filename length max                     */
  15. #define _PCONF_PATH       5 /* Max size of a pathname                  */
  16. #define _PCONF_PIPE       6 /* Buffer size for a pipe                  */
  17. #define _PCONF_CHRESTRICT 7 /* Can only root chown files?              */
  18. #define _PCONF_NOTRUNC    8 /* Are pathnames truncated if too big?     */
  19. #define _PCONF_VDISABLE   9 /* Magic char to disable special tty chars */
  20. #define _PCONF_MAXPCONF   9
  21. #endif /* !(_SPARC_PCONF_H) */