Open SCAP Library
debug.h
Go to the documentation of this file.
1 
17 /*
18  * Copyright 2009 Red Hat Inc., Durham, North Carolina.
19  * All Rights Reserved.
20  *
21  * This library is free software; you can redistribute it and/or
22  * modify it under the terms of the GNU Lesser General Public
23  * License as published by the Free Software Foundation; either
24  * version 2.1 of the License, or (at your option) any later version.
25  *
26  * This library is distributed in the hope that it will be useful,
27  * but WITHOUT ANY WARRANTY; without even the implied warranty of
28  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
29  * Lesser General Public License for more details.
30  *
31  * You should have received a copy of the GNU Lesser General Public
32  * License along with this library; if not, write to the Free Software
33  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
34  *
35  * Authors:
36  * Lukas Kuklinek <lkuklinek@redhat.com>
37  */
38 
39 #pragma once
40 #ifndef OSCAP_DEBUG_H
41 #define OSCAP_DEBUG_H
42 
48 #ifndef OSCAP_DEBUG_FILE
49 # define OSCAP_DEBUG_FILE "oscap_debug.log"
50 #endif
51 
56 #ifndef OSCAP_DEBUG_FILE_ENV
57 # define OSCAP_DEBUG_FILE_ENV "OSCAP_DEBUG_FILE"
58 #endif
59 
66 #ifndef OSCAP_DEBUG_LEVEL_ENV
67 # define OSCAP_DEBUG_LEVEL_ENV "OSCAP_DEBUG_LEVEL"
68 #endif
69 
78 #ifndef OSCAP_DEBUG_PATHSTRIP_ENV
79 # define OSCAP_DEBUG_PATHSTRIP_ENV "OSCAP_DEBUG_PSTRIP"
80 #endif
81 
82 #endif /* OSCAP_DEBUG_H */