summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.in3
-rw-r--r--src/include/port.h4
2 files changed, 0 insertions, 7 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index ef4c175c984..e3e74728204 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -451,9 +451,6 @@
/* Define to 1 if you have the `readlink' function. */
#undef HAVE_READLINK
-/* Define to 1 if you have the `rint' function. */
-#undef HAVE_RINT
-
/* Define to 1 if you have the global variable
'rl_completion_append_character'. */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER
diff --git a/src/include/port.h b/src/include/port.h
index e40452c1ed0..3be994b43c7 100644
--- a/src/include/port.h
+++ b/src/include/port.h
@@ -385,10 +385,6 @@ extern float pg_strtof(const char *nptr, char **endptr);
extern char *mkdtemp(char *path);
#endif
-#ifndef HAVE_RINT
-extern double rint(double x);
-#endif
-
#ifndef HAVE_INET_ATON
#include <netinet/in.h>
#include <arpa/inet.h>