File: opaque.h

package info (click to toggle)
nas 1.9.4-9.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,644 kB
  • sloc: ansic: 52,144; makefile: 31,377; sh: 8,077; perl: 1,104; yacc: 252; cpp: 216; lex: 68
file content (18 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* $XConsortium: opaque.h,v 1.9 89/07/16 14:37:10 rws Exp $ */

#ifndef OPAQUE_H
#define OPAQUE_H

extern long MaxClients;
extern char isItTimeToYield;
extern char dispatchException;

/* bit values for dispatchException */
#define DE_RESET     1
#define DE_TERMINATE 2

extern long TimeOutValue;
extern int argcGlobal;
extern char **argvGlobal;

#endif /* OPAQUE_H */