aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-04-24 08:27:25 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-04-24 08:27:25 +0200
commitc3fa85b249e457898a24cb3125a4a1b6b9c0e631 (patch)
tree078156c32aa544fea8e4afc237b6e6df5c8db19e /src
parent89ad3e1316bf0374f9e57456bf2888d14bf070f6 (diff)
downloadpostgresql-c3fa85b249e457898a24cb3125a4a1b6b9c0e631.tar.gz
postgresql-c3fa85b249e457898a24cb3125a4a1b6b9c0e631.zip
Remove obsolete symbol from ecpg_config.h.in
HAVE_LONG_LONG_INT was not added to ecpg_config.h.in by the meson build system, but rather than add it there, we decided to remove it from the makefile build system, to make both consistent that way. There is no documentation or examples that suggest that the presence of this symbol was publicly advertised, and of course the feature is required by C99 (but we don't necessarily require C99 for ecpg user code). ecpg core code and ecpg tests use the symbol HAVE_LONG_LONG_INT_64 instead, which is still there. Discussion: https://www.postgresql.org/message-id/flat/bf35d032-02fc-4173-9f4f-840999cc3ef3%40eisentraut.org
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/include/ecpg_config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_config.h.in b/src/interfaces/ecpg/include/ecpg_config.h.in
index 5d0f448a866..824617b9175 100644
--- a/src/interfaces/ecpg/include/ecpg_config.h.in
+++ b/src/interfaces/ecpg/include/ecpg_config.h.in
@@ -7,9 +7,6 @@
/* Define to 1 if `long int' works and is 64 bits. */
#undef HAVE_LONG_INT_64
-/* Define to 1 if the system has the type `long long int'. */
-#define HAVE_LONG_LONG_INT 1
-
/* Define to 1 if `long long int' works and is 64 bits. */
#undef HAVE_LONG_LONG_INT_64