We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a23885 commit 464f20cCopy full SHA for 464f20c
src/include/libpq/hba.h
@@ -4,7 +4,7 @@
4
* Interface to hba.c
5
*
6
7
- * $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 $
8
9
*-------------------------------------------------------------------------
10
*/
@@ -38,9 +38,9 @@ typedef enum UserAuth
38
uaIdent,
39
uaPassword,
40
uaCrypt,
41
- uaMD5,
+ uaMD5
42
#ifdef USE_PAM
43
- uaPAM
+ ,uaPAM
44
#endif /* USE_PAM */
45
} UserAuth;
46
0 commit comments