2024-10-26 09:03:04 -04:00
|
|
|
//===-----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2024-11-11 13:11:23 -05:00
|
|
|
#ifndef _LIBCPP___LOCALE_DIR_SUPPORT_FREEBSD_H
|
|
|
|
#define _LIBCPP___LOCALE_DIR_SUPPORT_FREEBSD_H
|
2024-10-26 09:03:04 -04:00
|
|
|
|
2024-11-06 09:57:08 -05:00
|
|
|
#include <__config>
|
2024-11-11 13:11:23 -05:00
|
|
|
|
|
|
|
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
|
|
|
# pragma GCC system_header
|
2024-11-06 09:57:08 -05:00
|
|
|
#endif
|
|
|
|
|
2024-11-11 13:11:23 -05:00
|
|
|
#include <__locale_dir/support/bsd_like.h>
|
2024-10-26 09:03:04 -04:00
|
|
|
|
2024-11-11 13:11:23 -05:00
|
|
|
#endif // _LIBCPP___LOCALE_DIR_SUPPORT_FREEBSD_H
|