Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / OS / unsupported / Makefile-DGUX
1 # Exim: OS-specific make file for DGUX
2 # SPDX-License-Identifier: GPL-2.0-or-later
3 #
4 # Written by Ken Bailey (K.Bailey@rbgkew.org.uk) Feb 1998
5 # on dgux R4.11MU04 generic AViiON mc88100
6 # with no X
7
8 # Minor tidies to remove settings that are actually the default,
9 # in line with the style of other system files - PH.
10
11 BASENAME_COMMAND=/bin/basename
12 CHOWN_COMMAND=/bin/chown
13 CHGRP_COMMAND=/bin/chgrp
14 CHMOD_COMMAND=/bin/chmod
15
16 # PERL
17 # Perl is not necessary for running Exim itself, but some Perl utilities
18 # are provided for processing the logs. Perl 5 is assumed.
19 # DG ship perl version 4.036 in /bin/perl so need to use locally installed perl
20
21 PERL_COMMAND=/usr/local/bin/perl
22
23 # dg's version of gcc likes O2
24
25 CFLAGS=-O2
26
27 RANLIB=@true
28 LIBS=-lsocket -lnsl -lm
29 LIBRESOLV=-lresolv
30 DBMLIB=-ldbm
31
32 # End
33