/[radius]/radius/radscm/rscm_radlog.c
ViewVC logotype

Diff of /radius/radscm/rscm_radlog.c

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

revision 1.8 by gray, Wed Apr 30 08:38:30 2003 UTC revision 1.9 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 15  Line 15 
15     along with GNU Radius; if not, write to the Free Software Foundation,     along with GNU Radius; if not, write to the Free Software Foundation,
16     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
17    
 #ifndef lint  
 static char rcsid[] =  
 "@(#) $Id$";  
 #endif  
   
18  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
19  # include <config.h>  # include <config.h>
20  #endif  #endif
# Line 29  static char rcsid[] = Line 24  static char rcsid[] =
24  #include <radscm.h>  #include <radscm.h>
25    
26  static struct keyword radlog_kw[] = {  static struct keyword radlog_kw[] = {
27  #define D(c) #c, c  #define D(c) { #c, c }
28          /* log categories */          /* log categories */
29          D(L_MAIN),          D(L_MAIN),
30          D(L_AUTH),          D(L_AUTH),
# Line 45  static struct keyword radlog_kw[] = { Line 40  static struct keyword radlog_kw[] = {
40          D(L_NOTICE),          D(L_NOTICE),
41          D(L_INFO),          D(L_INFO),
42          D(L_DEBUG),          D(L_DEBUG),
43          NULL          { NULL }
44  #undef D  #undef D
45  };  };
46    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26