/* $Id: password.h,v 1.1 2000/02/19 16:21:14 proff Exp $ * $Copyright$ */ #ifndef PASSWORD_H #define PASSWORD_H #include <pwd.h> #ifdef HAVE_SHADOW_H # include <shadow.h> #endif #ifdef HAVE_CRYPT_H # include <crypt.h> #endif #endif /* PASSWORD_H */