check for new connection status constants in pg-10+
[m6w6/ext-pq] / config9.m4
index 8064df9d3346562c99ff573a737de484978d5065..9782d185720f6307f13784b6064e10ce1902fb18 100644 (file)
@@ -68,6 +68,9 @@ if test "$PHP_PQ" != "no"; then
        PQ_CHECK_CONST(PGRES_SINGLE_TUPLE)
        PQ_CHECK_CONST(PGRES_COPY_BOTH)
 
+       PQ_CHECK_CONST(CONNECTION_CHECK_WRITABLE)
+       PQ_CHECK_CONST(CONNECTION_CONSUME)
+       PQ_CHECK_CONST(CONNECTION_GSS_STARTUP)
 
        dnl
        dnl PQ_CHECK_FUNC(sym, fail-hard)