Lines 78-88
DBC *geo_dbc = NULL;
Link Here
|
78 |
|
78 |
|
79 |
struct dns_child child[MAXCHILD]; /* DNS child pipe data */ |
79 |
struct dns_child child[MAXCHILD]; /* DNS child pipe data */ |
80 |
|
80 |
|
81 |
DNODEPTR host_table[MAXHASH]; /* hostname/ip hash table */ |
81 |
extern DNODEPTR host_table[MAXHASH]; /* hostname/ip hash table */ |
82 |
|
82 |
|
83 |
char buffer[BUFSIZE]; /* log file record buffer */ |
83 |
extern char buffer[BUFSIZE]; /* log file record buffer */ |
84 |
char tmp_buf[BUFSIZE]; /* used to temp save above */ |
84 |
extern char tmp_buf[BUFSIZE]; /* used to temp save above */ |
85 |
struct utsname system_info; /* system info structure */ |
85 |
extern struct utsname system_info; /* system info structure */ |
86 |
|
86 |
|
87 |
int raiseSigChild = 1; |
87 |
int raiseSigChild = 1; |
88 |
|
88 |
|