/
githubmirror
/
xz
Обзор
Документация
Войти
/
githubmirror
/
xz
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/common/tuklib_config.h
12 строк
317 B
Lasse Collin
Add SPDX license identifier into 0BSD source code files.
14 фев 2024, 19:31
14 фев 2024, 19:31
22af941
Код
Авторство
О чём код?
// SPDX-License-Identifier: 0BSD // If config.h isn't available, assume that the headers required by // tuklib_common.h are available. This is required by crc32_tablegen.c. #ifdef HAVE_CONFIG_H # include "sysdefs.h" #else # include <stddef.h> # include <stdbool.h> # include <inttypes.h> # include <limits.h> #endif