summaryrefslogtreecommitdiff
path: root/src/include/libpq
diff options
context:
space:
mode:
authorBruce Momjian1999-05-10 15:17:17 +0000
committerBruce Momjian1999-05-10 15:17:17 +0000
commitd6e33c8b07aeef995d7d4d200d6667383ec849ba (patch)
tree9791480e6f9ea9e8eefb0ffd31522277176a8a27 /src/include/libpq
parentd489fdfc7f4ccf0010fe0397e7272bdfc257e8f2 (diff)
Rename MAP_FILE to USERMAP_FILE for Digital Unix.
Diffstat (limited to 'src/include/libpq')
-rw-r--r--src/include/libpq/hba.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h
index 50d23c2d4a..ea603556c2 100644
--- a/src/include/libpq/hba.h
+++ b/src/include/libpq/hba.h
@@ -4,7 +4,7 @@
* Interface to hba.c
*
*
- * $Id: hba.h,v 1.12 1999/02/13 23:21:35 momjian Exp $
+ * $Id: hba.h,v 1.13 1999/05/10 15:17:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -19,7 +19,7 @@
#define CONF_FILE "pg_hba.conf"
/* Name of the config file */
-#define MAP_FILE "pg_ident.conf"
+#define USERMAP_FILE "pg_ident.conf"
/* Name of the usermap file */
#define OLD_CONF_FILE "pg_hba"