Protect zic's symlink() call with #ifdef HAVE_SYMLINK.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 534da37927f97ae7cb1b468963ba9bca747209ea
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-03-29T15:06:44Z
Releases: 9.6.0
Protect zic's symlink() call with #ifdef HAVE_SYMLINK.

The IANA crew seem to think that symlink() exists everywhere nowadays,
and they may well be right.  But we use #ifdef HAVE_SYMLINK elsewhere
so for consistency we should do it here too.  Noted by Michael Paquier.

Files

PathChange+/−
src/timezone/zic.c modified +2 −0