home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / posix_opt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-14  |  380 b   |  19 lines

  1. #ifndef _POSIX_OPT_H
  2. #define _POSIX_OPT_H
  3.  
  4. /* only root can do a chown (I think..) */
  5. #define _POSIX_CHOWN_RESTRICTED    1
  6.  
  7. /* no pathname truncation (but see in kernel) */
  8. #define _POSIX_NO_TRUNC        1
  9.  
  10. /* character to disable things like ^C */
  11. #define _POSIX_VDISABLE        '\0'
  12.  
  13. #define _POSIX_JOB_CONTROL    1
  14.  
  15. /* Implemented, for whatever good it is */
  16. #define _POSIX_SAVED_IDS    1 
  17.  
  18. #endif
  19.