sapling/eden/fs/nfs/portmap
Xavier Deguillard 235ccac7f3 nfs: ifdef it on Windows
Summary:
MSVC is broken as it doesn't understand the various macros used to generate
XdrTrait for specific types, and I can't figure out a way to make that work.
Even if I provide dummy version of these, the buck build breaks due to glog
trying to redefine the ERROR symbol that some Microsoft headers contain. For
now, let's just ifdef it out since it's unlikely that we're going to be using
NFS on Windows anytime soon.

Reviewed By: singhsrb

Differential Revision: D26293519

fbshipit-source-id: bbaf325c7d1f1688327708360244797a6d48179e
2021-02-05 21:22:56 -08:00
..
CMakeLists.txt nfs: make it compile with getdeps builds 2021-02-03 17:54:54 -08:00
PortmapClient.cpp nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
PortmapClient.h nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
PortmapUtil.cpp nfs: switch to the rpcbind protocol 2021-02-03 16:45:37 -08:00