summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-01-02 21:25:50 +0000
committerBruce Momjian <bruce@momjian.us>2007-01-02 21:25:50 +0000
commitcac2d912d97321bf43b2d6c50fa67154763ce5c5 (patch)
tree3d21fba78c1f9b2288c084da7e9d513345ec36a7 /src/include/pg_config.h.in
parent2955f1ebf4a9cfae7e8118180811f589b4cd74ff (diff)
downloadpostgresql-cac2d912d97321bf43b2d6c50fa67154763ce5c5.tar.gz
finite() no longer used; remove finite() platform-specific
infrastructure.
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r--src/include/pg_config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index a75f1dccfa..a8e8014b8a 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -116,9 +116,6 @@
/* Define to 1 if you have the `fdatasync' function. */
#undef HAVE_FDATASYNC
-/* Define to 1 if you have finite(). */
-#undef HAVE_FINITE
-
/* Define to 1 if you have the `fpclass' function. */
#undef HAVE_FPCLASS