]> andersk Git - openssh.git/blobdiff - defines.h
- dtucker@cvs.openbsd.org 2004/02/27 22:44:56
[openssh.git] / defines.h
index 3865e34d63df72c7c9f3a935531182272587535a..3d6b688f8253b6246f4bd48d2e29e13c2333270c 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -585,6 +585,9 @@ struct winsize {
 #  endif
 #endif
 
+#if defined(HAVE_SHADOW_H) && !defined(DISABLE_SHADOW)
+# define USE_SHADOW
+#endif
 
 /* The login() library function in libutil is first choice */
 #if defined(HAVE_LOGIN) && !defined(DISABLE_LOGIN)
This page took 0.494999 seconds and 4 git commands to generate.