/* Header for module cnf_stuff, generated by p2c */ #ifndef CNF_STUFF_H #define CNF_STUFF_H #ifndef MYLIB_H #include #endif #ifndef SYSGLOBALS_H #include #endif #ifndef ASM_H #include #endif #ifndef SYSDEVS_H #include #endif #ifndef NEWCI_H #include #endif #ifndef NEWASM_H #include #endif #ifndef NEWKBD_H #include #endif #ifndef CITINFOMOD_H #include #endif #ifndef LUNIX_PAS_H #include #endif #ifndef TABLET_STUFF_H #include "tablet_stuff.h" #endif #ifndef GR_STUFF_H #include "gr_stuff.h" #endif #ifndef MAT_STUFF_H #include "mat_stuff.h" #endif #ifndef CRT_STUFF_H #include "crt_stuff.h" #endif #ifndef BB_STUFF_H #include "bb_stuff.h" #endif #ifndef DATA_TYPES_H #include "data_types.h" #endif #ifndef FFMAN_H #include "ffman.h" #endif #ifndef PRIM_STUFF_H #include "prim_stuff.h" #endif #ifndef MENU_STUFF_H #include "menu_stuff.h" #endif #ifndef MENU_H #include "menu.h" #endif extern Char announce[81]; extern void readCnf(Char *theFile); extern void readCnfLine(Char *theLine); #endif /*CNF_STUFF_H*/