diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 3 |
1 files changed, 0 insertions, 3 deletions
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@ |