diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-02-27 10:54:15 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-02-27 10:54:15 +0000 |
| commit | 1cde387c8335360900b1955a9c69a620976b5d9a (patch) | |
| tree | 9f7d40961dbd50e2fd62223eb6bdbbcc6378e3de /include | |
| parent | 8d55975f921f88f0e411d2e0b81ff4cbd94fe72e (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/ttyent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ttyent.h b/include/ttyent.h index cbefc87c62ca..a98fbdffb86f 100644 --- a/include/ttyent.h +++ b/include/ttyent.h @@ -57,6 +57,8 @@ struct ttyent { #define TTY_SECURE 0x02 /* allow uid of 0 to login */ #define TTY_DIALUP 0x04 /* is a dialup tty */ #define TTY_NETWORK 0x08 /* is a network tty */ +#define TTY_IFEXISTS 0x10 /* configured as "onifexists" */ +#define TTY_IFCONSOLE 0x20 /* configured as "onifconsole" */ int ty_status; /* status flags */ char *ty_window; /* command to start up window manager */ char *ty_comment; /* comment field */ |
