diff options
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index b76dcd874f8..e357e18272a 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -256,6 +256,9 @@ /* Define to 1 if you have the `xml2' library (-lxml2). */ #undef HAVE_LIBXML2 +/* Define to 1 if you have the `xslt' library (-lxslt). */ +#undef HAVE_LIBXSLT + /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ |