summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/cmake/configs/x86/netbsd/config.cmake
blob: f307d3b01105d64cf49bd61d3aafe0a489b04ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Public Domain 2014-present MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#  All rights reserved.
#
#  See the file LICENSE for redistribution information
#

set(WT_ARCH "x86" CACHE STRING "")
set(WT_OS "netbsd" CACHE STRING "")
set(WT_POSIX ON CACHE BOOL "")

# NetBSD requires buffers aligned to 512-byte (DEV_BSIZE) boundaries for O_DIRECT to work.
set(WT_BUFFER_ALIGNMENT_DEFAULT "512" CACHE STRING "")