diff options
Diffstat (limited to 'sualibrary/sua/sua_debug.h')
-rw-r--r-- | sualibrary/sua/sua_debug.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sualibrary/sua/sua_debug.h b/sualibrary/sua/sua_debug.h index 9d0bf9b..a2eb436 100644 --- a/sualibrary/sua/sua_debug.h +++ b/sualibrary/sua/sua_debug.h @@ -15,7 +15,7 @@ * * ***************************************************************************/ /* - * $Id: sua_debug.h,v 1.2 2002/02/22 16:12:11 p82609 Exp $ + * $Id: sua_debug.h,v 1.5 2002/11/12 11:02:49 p82609 Exp $ * * SUA implementation according to SUA draft issue 6. * @@ -57,11 +57,12 @@ #ifndef SUA_DEBUG_H #define SUA_DEBUG_H -//#define DEBUG /* activates debuging msg on screen */ -//#define FILE_DEBUG /* activates debugging info to output file */ +#define DEBUG /* activates debuging msg on screen */ +#define FILE_DEBUG /* activates debugging info to output file */ #define SUA_MANAGEMENT /* activates SUA management */ -#define SG_ASP_MODE /* implementation acts as ASP towards a SG */ - +/*#define SG_ASP_MODE implementation acts as ASP towards a SG */ +/*#define SG_MODE implementation acts as SG */ +/*#define IPSP_SINGLE implementation acts in IPSP single mode */ #endif // SUA_DEBUG_H |