use SHADOW_TYPE instead of HAVE_C2_SECURITY

This commit is contained in:
Todd C. Miller
1996-07-26 03:46:42 +00:00
parent b543114b06
commit e7999949e4
3 changed files with 18 additions and 14 deletions

View File

@@ -64,14 +64,14 @@ static char rcsid[] = "$Id$";
#include <sys/ioctl.h>
#endif /* HAVE_TERMIO_H */
#endif /* HAVE_TERMIOS_H */
#if defined(SHADOW_TYPE) && (SHADOW_TYPE == SPW_SECUREWARE)
#if (SHADOW_TYPE == SPW_SECUREWARE)
# ifdef __hpux
# include <hpsecurity.h>
# else
# include <sys/security.h>
# endif /* __hpux */
# include <prot.h>
#endif /* SHADOW_TYPE == SPW_SECUREWARE */
#endif /* SPW_SECUREWARE */
#include <pathnames.h>
#include "compat.h"