/
githubmirror
/
authselect
Обзор
Документация
Войти
/
githubmirror
/
authselect
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.7.0
src/lib/constants.h
34 строки
1 KB
Pavel Březina
lib: create donf database directory if it does not exist
18 фев 2018, 17:20
18 фев 2018, 17:20
5d2bfb0
Код
Авторство
О чём код?
/* Authors: Pavel Březina <pbrezina@redhat.com> Copyright (C) 2017 Red Hat This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _AUTHSELECT_PRIVATE_H_ #define _AUTHSELECT_PRIVATE_H_ #include "lib/paths.h" /* Functions marked with this macro are exported to the library consumer. */ #define _PUBLIC_ #define AUTHSELECT_DIR_MODE 0755 #define AUTHSELECT_FILE_MODE 0644 #define AUTHSELECT_FILE_SIZE_LIMIT 4096 #define AUTHSELECT_CUSTOM_PREFIX "custom/" #endif /* _AUTHSELECT_PRIVATE_H_ */