/* * This file is part of the Fun programming language. * https://fun-lang.xyz/ * * Copyright 2025 Johannes Findeisen * Licensed under the terms of the Apache-2.0 license. * https://opensource.org/license/apache-2-0 * * Added: 2025-12-11 (2025-12-11 migrated from src/vm.c) */ #ifdef FUN_WITH_INI #if defined(__has_include) # if __has_include() # include # include # elif __has_include() # include # include # else # error "iniparser headers not found" # endif #else # include # include #endif #include "vm/ini/handles.h" #endif