Build src/port/dirmod.c only on Windows.

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

Commit: 91f4a5a976500517e492320e389342d7436cf9d4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-03-14T18:08:45Z
Releases: 9.5.0
Build src/port/dirmod.c only on Windows.

Since commit ba7c5975adea74c6f17bdb0e0427ad85962092a2, port/dirmod.c
has contained only Windows-specific functions.  Most platforms don't
seem to mind uselessly building an empty file, but OS X for one issues
warnings.  Hence, treat dirmod.c as a Windows-specific file selected
by configure rather than one that's always built.  We can revert this
change if dirmod.c ever gains any non-Windows functionality again.

Back-patch to 9.4 where the mentioned commit appeared.

Files

PathChange+/−
configure modified +6 −0
configure.in modified +1 −0
src/include/port.h modified +1 −1
src/port/Makefile modified +1 −1