/
niceSOFT
/
tdnf
Обзор
Документация
Войти
/
niceSOFT
/
tdnf
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
common/includes.h
39 строк
890 B
Oliver Kurth
use cnftree for setopts
17 окт 2025, 23:07
17 окт 2025, 23:07
be10231
Код
Авторство
О чём код?
/* * Copyright (C) 2015-2023 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms * of the License are located in the COPYING file of this distribution. */ #ifndef __COMMON_INCLUDES_H__ #define __COMMON_INCLUDES_H__ #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <stdarg.h> #include <string.h> #include <errno.h> #include <stdbool.h> #include <fcntl.h> #include <sys/stat.h> #include <unistd.h> #include <libgen.h> #include <limits.h> #include <sys/file.h> #include <ftw.h> #include <tdnf.h> #include "../llconf/nodes.h" #include <tdnftypes.h> #include <tdnferror.h> #include <tdnf-common-defines.h> #include "defines.h" #include "structs.h" #include "prototypes.h" #endif /* __COMMON_INCLUDES_H__ */