auth.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * auth.h
  4.  *   Definitions for network authentication routines
  5.  *
  6.  *
  7.  * Copyright (c) 1994, Regents of the University of California
  8.  *
  9.  * $Id: auth.h,v 1.12 1999/05/26 12:56:29 momjian Exp $
  10.  *
  11.  *-------------------------------------------------------------------------
  12.  */
  13. #ifndef AUTH_H
  14. #define AUTH_H
  15. #include "libpq/libpq-be.h"
  16. /*----------------------------------------------------------------
  17.  * Common routines and definitions
  18.  *----------------------------------------------------------------
  19.  */
  20. void be_recvauth(Port *port);
  21. #define PG_KRB4_VERSION "PGVER4.1" /* at most KRB_SENDAUTH_VLEN chars */
  22. #define PG_KRB5_VERSION "PGVER5.1"
  23. #endif  /* AUTH_H */