[BACK]Return to conf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/conf.h between version 1.11 and 1.12

version 1.11, 2009/11/03 21:31:37 version 1.12, 2010/01/10 21:47:41
Line 17 
Line 17 
 #ifndef CONF_H  #ifndef CONF_H
 #define CONF_H  #define CONF_H
   
   #ifdef DEBUG
   /*
    * Debug trace levels:
    *
    * 0 - fatal errors: bugs, asserts, internal errors.
    * 1 - warnings: bugs in clients, failed allocations, non-fatal errors.
    * 2 - misc information (hardware parameters, incoming clients)
    * 3 - structural changes (new aproc structures and files stream params changes)
    * 4 - data blocks and messages
    */
   extern int debug_level;
   #endif
   
 /*  /*
  * Number of blocks in the device play/record buffers.  Because Sun API   * Number of blocks in the device play/record buffers.  Because Sun API

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12