1: #ifndef lint
   2: static char *sccsid = "@(#)globals.c	1.4	(Berkeley) 7/17/87";
   3: #endif
   4: 
   5: /*
   6:  * Common variables.
   7:  */
   8: 
   9: #include "common.h"
  10: 
  11: /*
  12:  * Variables initialized from ../common/conf.h
  13:  */
  14: 
  15: char    spooldir[] = SPOOLDIR;
  16: char    activefile[] = ACTIVE_FILE;
  17: char    accessfile[] = ACCESS_FILE;
  18: char    historyfile[] = HISTORY_FILE;
  19: char    ngdatefile[] = NGDATE_FILE;
  20: char    inews[] = INEWS;
  21: char    rnews[] = RNEWS;
  22: 
  23: /*
  24:  * Other random externals.
  25:  */
  26: 
  27: char    **group_array;
  28: int num_groups;
  29: int ingroup = 0;
  30: int art_ptr;
  31: int num_arts;
  32: int art_array[MAX_ARTICLES];
  33: FILE    *art_fp;
  34: int uid_poster, gid_poster;
  35: int canpost, canread, canxfer;
  36: char    **ngpermlist;
  37: int ngpermcount;
  38: 
  39: #ifdef LOG
  40: int arts_acsd;
  41: int grps_acsd;
  42: #endif

Defined variables

accessfile defined in line 17; never used
art_ptr defined in line 30; used 17 times
canpost defined in line 35; used 4 times
canxfer defined in line 35; used 2 times
group_array defined in line 27; never used
grps_acsd defined in line 41; used 4 times
historyfile defined in line 18; used 9 times
inews defined in line 20; used 1 times
ngdatefile defined in line 19; used 2 times
rnews defined in line 21; used 1 times
sccsid defined in line 2; never used
Last modified: 1987-07-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 3152
Valid CSS Valid XHTML 1.0 Strict