]> granicus.if.org Git - sudo/commitdiff
added /dev/tty
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 5 Jun 1994 21:17:18 +0000 (21:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 5 Jun 1994 21:17:18 +0000 (21:17 +0000)
pathnames.h.in

index 220c521c08c39279234357a69279423e1c02e804..1ddc2e56eecf8182bf7dc48a2e00e197bd89736c 100644 (file)
 #define _PATH_SUDO_STMP                "/etc/stmp"
 #endif /* _PATH_SUDO_STMP */
 
+#ifndef _PATH_TTY
+#define _PATH_TTY              "/dev/tty"
+#endif /* _PATH_TTY */
+
 #ifndef _PATH_VI
 #undef _PATH_VI
 #endif /* _PATH_VI */