cmake HAVE_MAPANON examples

Unidata/netcdf-c CMakeLists.txt :1355

CHECK_C_SOURCE_COMPILES("
  #include <sys/mman.h>
  int main() {int x = MAP_ANONYMOUS;}" HAVE_MAPANON)