Protect zic's symlink() call with #ifdef HAVE_SYMLINK.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/timezone/zic.c | modified | +2 −0 |