/
niceSOFT
/
tdnf
Обзор
Документация
Войти
/
niceSOFT
/
tdnf
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
tools/cli/lib/includes.h
34 строки
834 B
Shreenidhi Shedi
Harden TDNF build by enforcing various GCC build flags
19 сен 2025, 06:41
19 сен 2025, 06:41
2457ea6
Код
Авторство
О чём код?
/* * Copyright (C) 2017-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (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 __CLI_LIB_INCLUDES_H__ #define __CLI_LIB_INCLUDES_H__ #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <errno.h> #include <getopt.h> #include <sys/ioctl.h> #include <unistd.h> #include <string.h> #include <ctype.h> #include <stdbool.h> #include <tdnf.h> #include <tdnfcli.h> #include <tdnf-common-defines.h> #include "../defines.h" #include "prototypes.h" #include "../common/structs.h" #include "../common/prototypes.h" #include "../jsondump/jsondump.h" #include "structs.h" #endif /* __CLI_LIB_INCLUDES_H__ */