diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/libpq/auth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h index 3b3b2cc4aaa..7fac05b813f 100644 --- a/src/include/libpq/auth.h +++ b/src/include/libpq/auth.h @@ -19,7 +19,6 @@ extern PGDLLIMPORT char *pg_krb_server_keyfile; extern PGDLLIMPORT bool pg_krb_caseins_users; extern PGDLLIMPORT bool pg_gss_accept_delegation; -extern PGDLLIMPORT char *pg_krb_realm; extern void ClientAuthentication(Port *port); extern void sendAuthRequest(Port *port, AuthRequest areq, const char *extradata, |
