version of Kerberos. Per report from Reinhard Max.
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.121 2004/12/31 21:59:50 pgsql Exp $
+ * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.122 2005/01/12 21:37:53 tgl Exp $
*
*-------------------------------------------------------------------------
*/
*/
#include
+/* Some old versions of Kerberos do not include in */
+#if !defined(__COM_ERR_H) && !defined(__COM_ERR_H__)
+#include
+#endif
/*
* pg_an_to_ln -- return the local name corresponding to an authentication
* exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes).
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.98 2005/01/04 23:18:25 tgl Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-auth.c,v 1.99 2005/01/12 21:37:54 tgl Exp $
*
*-------------------------------------------------------------------------
*/
*/
#include
+/* Some old versions of Kerberos do not include in */
+#if !defined(__COM_ERR_H) && !defined(__COM_ERR_H__)
+#include
+#endif
/*
* pg_an_to_ln -- return the local name corresponding to an authentication