root/src/dps8/dps8_duma.h

/* [previous][next][first][last][top][bottom][index][help] */
   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-2025 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 200809L
  19 # endif /* if !defined(_POSIX_C_SOURCE) */
  20 # if _POSIX_C_SOURCE < 200809L
  21 #  undef _POSIX_C_SOURCE
  22 #  define _POSIX_C_SOURCE 200809L
  23 # endif /* if _POSIX_C_SOURCE < 200809L */
  24 # undef USE_DUMA
  25 # define USE_DUMA 1
  26 # include <stdlib.h>
  27 # include <stdio.h>
  28 # include <string.h>
  29 # include <duma.h>
  30 #endif /* if defined(DUMA) */

/* [previous][next][first][last][top][bottom][index][help] */