Commit 464f20cf authored by Tatsuo Ishii's avatar Tatsuo Ishii

Fix a compile error on a platform that does not have PAM.

parent 9a23885f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Interface to hba.c * Interface to hba.c
* *
* *
* $Id: hba.h,v 1.27 2001/09/21 20:31:48 tgl Exp $ * $Id: hba.h,v 1.28 2001/10/01 02:26:36 ishii Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -38,9 +38,9 @@ typedef enum UserAuth ...@@ -38,9 +38,9 @@ typedef enum UserAuth
uaIdent, uaIdent,
uaPassword, uaPassword,
uaCrypt, uaCrypt,
uaMD5, uaMD5
#ifdef USE_PAM #ifdef USE_PAM
uaPAM ,uaPAM
#endif /* USE_PAM */ #endif /* USE_PAM */
} UserAuth; } UserAuth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment