Fix a compile error on a platform that does not have PAM.
authorTatsuo Ishii
Mon, 1 Oct 2001 02:26:36 +0000 (02:26 +0000)
committerTatsuo Ishii
Mon, 1 Oct 2001 02:26:36 +0000 (02:26 +0000)
src/include/libpq/hba.h

index 840bc3e05a43ed7afcd33aa2ca83b22dee45251d..aea1b215fe8611216c30bc2a5398c3c8710e4d3d 100644 (file)
@@ -4,7 +4,7 @@
  *   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
    uaIdent,
    uaPassword,
    uaCrypt,
-   uaMD5,
+   uaMD5
 #ifdef USE_PAM
-   uaPAM
+   ,uaPAM
 #endif /* USE_PAM */
 } UserAuth;