aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/crypt.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-02-21 03:49:55 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-02-21 03:49:55 +0000
commit8c3e8a8a0e432b709ad45b452612f744bacf1514 (patch)
treef6dd8c40d09730dd5a44cd1ac19d4c50b002b47c /src/include/libpq/crypt.h
parent1efa3f42280fce080e47fc4491a809240cbe464a (diff)
downloadpostgresql-8c3e8a8a0e432b709ad45b452612f744bacf1514.tar.gz
postgresql-8c3e8a8a0e432b709ad45b452612f744bacf1514.zip
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef NOT_USED" for current. I have tested these patches in that the postgres binaries are identical.
Diffstat (limited to 'src/include/libpq/crypt.h')
-rw-r--r--src/include/libpq/crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/libpq/crypt.h b/src/include/libpq/crypt.h
index b60b4b84043..d6023332be6 100644
--- a/src/include/libpq/crypt.h
+++ b/src/include/libpq/crypt.h
@@ -22,7 +22,7 @@ extern int pwd_cache_count;
extern char *crypt_getpwdfilename(void);
extern char *crypt_getpwdreloadfilename(void);
-#if 0
+#ifdef NOT_USED
extern MsgType crypt_salt(const char *user);
#endif