]> git.proxmox.com Git - ceph.git/blob - ceph/src/pmdk/src/freebsd/README
import ceph 16.2.7
[ceph.git] / ceph / src / pmdk / src / freebsd / README
1 Persistent Memory Development Kit
2
3 This is src/freebsd/README.
4
5 This directory contains FreeBSD-specific files for the Persistent Memory Development Kit.
6
7 The subdirectory "include" contains header files that have no equivalents
8 on FreeBSD. Most of these files are empty, which is a cheap trick to avoid
9 preprocessor errors when including non-existing files. Others are redirects
10 for files that are in different locations on FreeBSD. This way we don't
11 need a lot of preprocessor conditionals in all the source code files, although
12 it does require conditionals in the Makefiles (which could be addressed by
13 using autoconf).