Add "nocrypt" target to create a subdirectory
[unix-history] / usr / src / libexec / telnetd / pathnames.h
index cb532e0..2a0467a 100644 (file)
@@ -4,18 +4,26 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.4 (Berkeley) %G%
+ *     @(#)pathnames.h 5.6 (Berkeley) %G%
  */
 
 #if BSD > 43
 
 # include <paths.h>
 
  */
 
 #if BSD > 43
 
 # include <paths.h>
 
-# define       _PATH_LOGIN     "/usr/bin/login"
+# ifndef _PATH_LOGIN
+#  define      _PATH_LOGIN     "/usr/bin/login"
+# endif
 
 #else
  
 # define       _PATH_TTY       "/dev/tty"
 
 #else
  
 # define       _PATH_TTY       "/dev/tty"
-# define       _PATH_LOGIN     "/bin/login"
+# ifndef _PATH_LOGIN
+#  define      _PATH_LOGIN     "/bin/login"
+# endif
 
 #endif
 
 #endif
+
+#ifdef BFTPDAEMON
+#define                BFTPPATH        "/usr/ucb/bftp"
+#endif  /* BFTPDAEMON */