]> andersk Git - gssapi-openssh.git/blobdiff - openssh/defines.h
declare ssh_gssapi_krb5_updatecreds() before reference
[gssapi-openssh.git] / openssh / defines.h
index 52e211335896f8e69e9c436c54114b48601bc0dc..748759785b2384d38234071135b025b04c99922d 100644 (file)
@@ -341,6 +341,8 @@ struct winsize {
 # define _PATH_DEVNULL "/dev/null"
 #endif
 
+#ifndef PATH_MAILDIR_IN_PATHS_H
+
 #ifndef MAIL_DIRECTORY
 # define MAIL_DIRECTORY "/var/spool/mail"
 #endif
@@ -353,6 +355,8 @@ struct winsize {
 # define _PATH_MAILDIR MAILDIR
 #endif /* !defined(_PATH_MAILDIR) && defined(MAILDIR) */
 
+#endif /* PATH_MAILDIR_IN_PATHS_H */
+
 #ifndef _PATH_NOLOGIN
 # define _PATH_NOLOGIN "/etc/nologin"
 #endif
This page took 0.033269 seconds and 4 git commands to generate.