Defined _POSIX_* to be one, rather than just empty.
authorGarrett Wollman <wollman@FreeBSD.org>
Wed, 16 Mar 1994 19:18:34 +0000 (19:18 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Wed, 16 Mar 1994 19:18:34 +0000 (19:18 +0000)
sys/sys/unistd.h

index 7c65ca6..efcbd54 100644 (file)
  * SUCH DAMAGE.
  *
  *     from: @(#)unistd.h      5.14 (Berkeley) 4/1/91
  * SUCH DAMAGE.
  *
  *     from: @(#)unistd.h      5.14 (Berkeley) 4/1/91
- *     $Id: unistd.h,v 1.4 1994/01/31 07:38:20 ache Exp $
+ *     $Id: unistd.h,v 1.5 1994/03/16 17:38:10 wollman Exp $
  */
 
 #ifndef _SYS_UNISTD_H_
 #define        _SYS_UNISTD_H_
 
 /* compile-time symbolic constants */
  */
 
 #ifndef _SYS_UNISTD_H_
 #define        _SYS_UNISTD_H_
 
 /* compile-time symbolic constants */
-#define        _POSIX_JOB_CONTROL      /* implementation supports job control */
-#define        _POSIX_SAVED_IDS        /* saved set-user-ID and set-group-ID */
+#define        _POSIX_JOB_CONTROL      /* implementation supports job control */
+#define        _POSIX_SAVED_IDS        /* saved set-user-ID and set-group-ID */
 #define        _POSIX_VERSION          198808L
 
 /* execution-time symbolic constants */
 #define        _POSIX_VERSION          198808L
 
 /* execution-time symbolic constants */
-#define        _POSIX_CHOWN_RESTRICTED /* chown requires appropriate privileges */
-#define        _POSIX_NO_TRUNC         /* too-long path components generate errors */
+#define        _POSIX_CHOWN_RESTRICTED /* chown requires appropriate privileges */
+#define        _POSIX_NO_TRUNC         /* too-long path components generate errors */
                                /* may disable terminal special characters */
 #define _POSIX_VDISABLE         0xFF
 
                                /* may disable terminal special characters */
 #define _POSIX_VDISABLE         0xFF