repo.or.cz
/
libg2hec.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial GIT commit
[libg2hec.git]
/
include
/
.svn
/
text-base
/
g2hec_nsdebug.h.svn-base
blob
730d2dc394d407eb5b44b816c387dc6bde870070
1
/*++
2
Module Name:
3
g2hec_nsdebug.h
4
5
Summary:
6
Set debugging level: 0, 1, 2.
7
8
Note:
9
The higher the level, the more info printed.
10
11
--*/
12
13
#ifndef NSDEBUG_H
14
#define NSDEBUG_H
15
16
#undef DEBUG_LEVEL
17
#define DEBUG_LEVEL 1
18
19
#endif