X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/b3f87f4f6c59ef2465028310bef5edab2e10af7c..cd744742c3efb60d9791f485ce57956223e4aaa0:/defines.h diff --git a/defines.h b/defines.h index 3865e34d..3d6b688f 100644 --- 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)