Home
last modified time | relevance | path

Searched refs:_PATH_MAILDIR (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Ddefines.h450 #if defined(_PATH_MAILDIR) && defined(MAIL_DIRECTORY)
451 # undef _PATH_MAILDIR
455 # define _PATH_MAILDIR MAIL_DIRECTORY macro
Dconfigure.ac4712 dnl # We first look for _PATH_MAILDIR then MAILDIR then _PATH_MAIL
4713 dnl # If we find _PATH_MAILDIR we do nothing because that is what
4724 [Set this to your mail directory if you do not have _PATH_MAILDIR])
4750 #if defined (_PATH_MAILDIR)
4751 if ((rc = fprintf(fd ,"_PATH_MAILDIR:%s\n", _PATH_MAILDIR)) <0)
Dsession.c1062 _PATH_MAILDIR, pw->pw_name); in do_setup_env()