|
|
1.1 ! root 1: /* ! 2: * Mach Operating System ! 3: * Copyright (c) 1991,1990 Carnegie Mellon University ! 4: * All Rights Reserved. ! 5: * ! 6: * Permission to use, copy, modify and distribute this software and its ! 7: * documentation is hereby granted, provided that both the copyright ! 8: * notice and this permission notice appear in all copies of the ! 9: * software, derivative works or modified versions, and any portions ! 10: * thereof, and that both notices appear in supporting documentation. ! 11: * ! 12: * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ! 13: * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR ! 14: * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. ! 15: * ! 16: * Carnegie Mellon requests users of this software to return to ! 17: * ! 18: * Software Distribution Coordinator or [email protected] ! 19: * School of Computer Science ! 20: * Carnegie Mellon University ! 21: * Pittsburgh PA 15213-3890 ! 22: * ! 23: * any improvements or extensions that they make and grant Carnegie the ! 24: * rights to redistribute these changes. ! 25: */ ! 26: ! 27: #ifndef _GLOBAL_H ! 28: #define _GLOBAL_H ! 29: ! 30: #include <sys/types.h> ! 31: ! 32: #include "boolean.h" ! 33: #include "mig_string.h" ! 34: ! 35: extern boolean_t BeQuiet; /* no warning messages */ ! 36: extern boolean_t BeVerbose; /* summarize types, routines */ ! 37: extern boolean_t UseMsgRPC; ! 38: extern boolean_t GenSymTab; ! 39: ! 40: extern boolean_t IsKernelUser; ! 41: extern boolean_t IsKernelServer; ! 42: ! 43: extern const_string_t RCSId; ! 44: ! 45: extern const_string_t SubsystemName; ! 46: extern u_int SubsystemBase; ! 47: ! 48: extern const_string_t MsgOption; ! 49: extern const_string_t WaitTime; ! 50: extern const_string_t ErrorProc; ! 51: extern const_string_t ServerPrefix; ! 52: extern const_string_t UserPrefix; ! 53: extern const_string_t ServerDemux; ! 54: extern const_string_t SubrPrefix; ! 55: extern const_string_t RoutinePrefix; ! 56: ! 57: extern int yylineno; ! 58: extern string_t yyinname; ! 59: ! 60: extern void init_global(void); ! 61: ! 62: extern string_t UserFilePrefix; ! 63: extern string_t UserHeaderFileName; ! 64: extern string_t ServerHeaderFileName; ! 65: extern string_t InternalHeaderFileName; ! 66: extern string_t UserFileName; ! 67: extern string_t ServerFileName; ! 68: ! 69: extern void more_global(void); ! 70: ! 71: extern const char LintLib[]; ! 72: ! 73: #ifndef NULL ! 74: #define NULL 0 ! 75: #endif ! 76: ! 77: #endif /* _GLOBAL_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.