in shadow-4.1.5.1/src/login.c , which reads /etc/login.defs for FAILLOG_ENAB#ifndef USE_PAM
motd (); /* print the message of the day */
if ( getdef_bool ("FAILLOG_ENAB")
Does anyone know why this segment of code is unused when USE_PAM is defined??