Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * Copyright (C) 2016-2017 Maxim Biro <nurupo.contributions@gmail.com>
- *
- * 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 2 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, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
- #define CFG_PROC_FILE "version"
- #define CFG_PASS "password"
- #define CFG_ROOT "root"
- #define CFG_HIDE_PID "hide_pid"
- #define CFG_UNHIDE_PID "unhide_pid"
- #define CFG_HIDE_FILE "hide_file"
- #define CFG_UNHIDE_FILE "unhide_file"
- #define CFG_HIDE "hide"
- #define CFG_UNHIDE "unhide"
- #define CFG_PROTECT "protect"
- #define CFG_UNPROTECT "unprotect"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement