From 8f623bedfb4fee5a125b25720e5451379cf26ff9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 6 Nov 2018 10:57:51 -0500 Subject: Remove useless symbol from Makefile.global. I added HAVE_IPV6 to Makefile.global way back in commit 7703e55c3 so that we could transmit its value to the shell-script version of initdb. Since initdb was rewritten in C, it's been finding that out from pg_config.h instead, so this is useless. Keeping it here just wastes configure and make cycles, plus it's a potential two-sources-of-truth problem. --- src/Makefile.global.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 218c65a7883..956fd274cd8 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -497,9 +497,6 @@ host_tuple = @host@ host_os = @host_os@ host_cpu = @host_cpu@ -# Make HAVE_IPV6 available for initdb script creation -HAVE_IPV6= @HAVE_IPV6@ - # This is mainly for use on FreeBSD, where we have both a.out and elf # systems now. May be applicable to other systems to? ELF_SYSTEM= @ELF_SYS@ -- cgit v1.2.3