1 /** 2 * D header file for NetBSD featuretest;. 3 * 4 * Copyright: Copyright © 2019, The D Language Foundation 5 * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. 6 * Authors: Ernesto Castellotti 7 */ 8 module core.sys.netbsd.sys.featuretest; 9 10 version (NetBSD): 11 12 enum _NETBSD_SOURCE = true; 13