summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-05-04 15:20:52 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-05-04 15:20:52 +0000
commitc7464720a33240db41a16d3a675d640aa361d7a5 (patch)
tree896c61f00598294ec89cb55d1c2ab4bbde741f9d /src/include/pg_config.h.in
parent774de1d90aa6814a3b27266ce2ff118f6a5091fd (diff)
downloadpostgresql-c7464720a33240db41a16d3a675d640aa361d7a5.tar.gz
tas() support for Renesas' M32R processor. Kazuhiro Inaoka
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r--src/include/pg_config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index e357e18272..a25311fef3 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -495,6 +495,9 @@
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
+/* Define to 1 if you have the <sys/tas.h> header file. */
+#undef HAVE_SYS_TAS_H
+
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
@@ -644,6 +647,9 @@
/* Define to 1 to build with XML support. (--with-libxml) */
#undef USE_LIBXML
+/* Define to 1 to build with XSLT support. (--with-libxslt) */
+#undef USE_LIBXSLT
+
/* Define to select named POSIX semaphores. */
#undef USE_NAMED_POSIX_SEMAPHORES