gooderp18绿色标准版
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

27 rindas
730B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * be-gssapi-common.h
  4. * Definitions for GSSAPI authentication and encryption handling
  5. *
  6. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  7. * Portions Copyright (c) 1994, Regents of the University of California
  8. *
  9. * src/include/libpq/be-gssapi-common.h
  10. *
  11. *-------------------------------------------------------------------------
  12. */
  13. #ifndef BE_GSSAPI_COMMON_H
  14. #define BE_GSSAPI_COMMON_H
  15. #if defined(HAVE_GSSAPI_H)
  16. #include <gssapi.h>
  17. #else
  18. #include <gssapi/gssapi.h>
  19. #endif
  20. void pg_GSS_error(int severity, const char *errmsg,
  21. OM_uint32 maj_stat, OM_uint32 min_stat);
  22. #endif /* BE_GSSAPI_COMMON_H */
上海开阖软件有限公司 沪ICP备12045867号-1