#ifdef MMAP_NOT_AVAILABLE /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif to #if !defined(MMAP_NOT_AVAILABLE) && 0 /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif so system without mmap() also work... |
||
---|---|---|
.. | ||
files | ||
DESCR | ||
inplace.mk | ||
Makefile | ||
PLIST |