1 /* 2 * Copyright 2024 Haiku, Inc. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 6 /* This header is empty. It is there so that #include <features.h> in other headers in this 7 * directory will work, regardless of the presence of headers/bsd/ in the include search path. 8 * 9 * When headers/bsd is not in the search path, no extra features should be enabled (strict POSIX 10 * and ANSI C compatibility). When headers/bsd is in the search path, features are enabled 11 * depending on the C standard selected by the compiler command line. 12 */ 13