00001 00017 /* 00018 * Copyright 2009 Red Hat Inc., Durham, North Carolina. 00019 * All Rights Reserved. 00020 * 00021 * This library is free software; you can redistribute it and/or 00022 * modify it under the terms of the GNU Lesser General Public 00023 * License as published by the Free Software Foundation; either 00024 * version 2.1 of the License, or (at your option) any later version. 00025 * 00026 * This library is distributed in the hope that it will be useful, 00027 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00028 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00029 * Lesser General Public License for more details. 00030 * 00031 * You should have received a copy of the GNU Lesser General Public 00032 * License along with this library; if not, write to the Free Software 00033 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00034 * 00035 * Authors: 00036 * Lukas Kuklinek <lkuklinek@redhat.com> 00037 */ 00038 00039 #pragma once 00040 #ifndef OSCAP_DEBUG_H 00041 #define OSCAP_DEBUG_H 00042 00048 #ifndef OSCAP_DEBUG_FILE 00049 # define OSCAP_DEBUG_FILE "oscap_debug.log" 00050 #endif 00051 00056 #ifndef OSCAP_DEBUG_FILE_ENV 00057 # define OSCAP_DEBUG_FILE_ENV "OSCAP_DEBUG_FILE" 00058 #endif 00059 00066 #ifndef OSCAP_DEBUG_LEVEL_ENV 00067 # define OSCAP_DEBUG_LEVEL_ENV "OSCAP_DEBUG_LEVEL" 00068 #endif 00069 00078 #ifndef OSCAP_DEBUG_PATHSTRIP_ENV 00079 # define OSCAP_DEBUG_PATHSTRIP_ENV "OSCAP_DEBUG_PSTRIP" 00080 #endif 00081 00082 #endif /* OSCAP_DEBUG_H */