]> andersk Git - openssh.git/blobdiff - defines.h
Changed to OpenBSD indent and function declaration style
[openssh.git] / defines.h
index 52f6c9f0875056572b8764fbb3ab109285dd81ec..e60a587b106ebca5a4fc373d362065dcd4a4aead 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -281,12 +281,12 @@ typedef int ssize_t;
 #  define WTMP_FILE _PATH_WTMP
 #endif
 /* pick up the user's location for lastlog if given */
-#ifdef CONF_LASTLOG_FILE
-#  define LASTLOG_FILE CONF_LASTLOG_FILE
-#endif
 #if !defined(LASTLOG_FILE) && defined(_PATH_LASTLOG)
 #  define LASTLOG_FILE _PATH_LASTLOG
 #endif
+#if !defined(LASTLOG_FILE) && defined(CONF_LASTLOG_FILE)
+#  define LASTLOG_FILE CONF_LASTLOG_FILE
+#endif
 
 
 /* The login() library function in libutil is first choice */
This page took 0.033959 seconds and 4 git commands to generate.