Unbreak build on Solaris.
authorPhil Pennock <pdp@exim.org>
Sun, 6 May 2012 13:32:53 +0000 (06:32 -0700)
committerPhil Pennock <pdp@exim.org>
Sun, 6 May 2012 13:32:53 +0000 (06:32 -0700)
commit0a3df1d651b9e11c7c91bf095aebaf8c65d6c276
tree1099ece86759feca1893edec5068d579dc8995c2
parent5bfb4cdf352ad40304c6bbf0d826569dea761699
Unbreak build on Solaris.

Solaris needs -lresolv, ie $(LIBRESOLV), for anything referencing DNS.
I added _res stuff to os.c.
os.c is used by multiple tools, but of those only Exim needs the DNS functionality.
So used a !defined(COMPILE_UTILITY) guard.
src/src/os.c