/[svn]/linuxsampler/trunk/src/global.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/global.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29 by schoenebeck, Sun Nov 16 19:01:50 2003 UTC revision 30 by schoenebeck, Sun Jan 11 16:43:54 2004 UTC
# Line 25  Line 25 
25  #ifndef __GLOBAL_H__  #ifndef __GLOBAL_H__
26  #define __GLOBAL_H__  #define __GLOBAL_H__
27    
28    #include <stdlib.h>
29  #include <stdint.h>  #include <stdint.h>
30  #include <stdio.h>  #include <stdio.h>
31    
32  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
33  #include <config.h>  #  include <config.h>
34  #endif  #endif
35    
36  #define LS_DEBUG_LEVEL  1  ///< the higher this value the higher verbosity, 0 means no debug messages at all  #define LS_DEBUG_LEVEL  1  ///< the higher this value the higher verbosity, 0 means no debug messages at all

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC