1 /* 2 * vim: filetype=c:tabstop=4:ai:expandtab 3 * SPDX-License-Identifier: ICU 4 * scspell-id: 2b7c10aa-f62e-11ec-8477-80ee73e9b8e7 5 * 6 * --------------------------------------------------------------------------- 7 * 8 * Copyright (c) 2022-2024 The DPS8M Development Team 9 * 10 * This software is made available under the terms of the ICU License. 11 * See the LICENSE.md file at the top-level directory of this distribution. 12 * 13 * --------------------------------------------------------------------------- 14 */ 15 16 #if defined(DUMA) 17 # if !defined(_POSIX_C_SOURCE) 18 # define _POSIX_C_SOURCE 1 19 # endif /* if !defined(_POSIX_C_SOURCE) */ 20 # undef USE_DUMA 21 # define USE_DUMA 1 22 # include <stdlib.h> 23 # include <stdio.h> 24 # include <string.h> 25 # include <duma.h> 26 #endif /* if defined(DUMA) */