1 /* Posix options supported by the GNU Hurd port of GNU libc. */
3 #define _POSIX_JOB_CONTROL 1
4 #define _POSIX_SAVED_IDS 1
5 #define _POSIX_VDISABLE ((unsigned char) -1)
7 /* Different Hurd filesystems might do these differently. */
8 #undef _POSIX_CHOWN_RESTRICTED
10 /* Posix options supported by the GNU Hurd port of GNU libc. */
12 #define _POSIX_JOB_CONTROL 1
13 #define _POSIX_SAVED_IDS 1
14 #define _POSIX_VDISABLE ((unsigned char) -1)
16 /* Different Hurd filesystems might do these differently. */
17 #undef _POSIX_CHOWN_RESTRICTED
18 #undef _POSIX_NO_TRUNC