~sysman-one/starlet/main

« back to all changes in this revision

Viewing changes to utility_routines.h

  • Committer: SysManOne
  • Date: 2021-07-13 10:59:58 UTC
  • Revision ID: git-v1:85d954dbd95fd08d8575580e65b56f4eacd191f9
Removed a set of unused STS$_C__* constants.

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
 
302
302
#define STS$M_SYSLOG    16                      /* This option force sending message to the syslog service      */
303
303
 
304
 
#define STS$C__WARN     "W"
305
 
#define STS$C__SUCCESS  "S"
306
 
#define STS$C__ERROR    "E"
307
 
#define STS$C__INFO     "I"
308
 
#define STS$C__FATAL    "F"
309
 
#define STS$C__UNDEF    "?"
310
304
 
311
305
#define $STS_ERROR(code)        ( ((code) & STS$K_ERROR ) || ((code) & STS$K_ERROR) )
312
306