#ifndef CONFIG_FILE_DEFINITIONS #define CONFIG_FILE_DEFINITIONS #include #include extern LINUXCONF_SUBSYS sub; /* printcap - r/w */ extern CONFIG_FILE cf_printcapfile; /* printerdb - read only */ extern CONFIG_FILE cf_printerdbfile; /* master-filter, smbprint, ncpprint - read only */ extern CONFIG_FILE cf_masterfilterfile; extern CONFIG_FILE cf_smbprint; extern CONFIG_FILE cf_ncpprint; /* hosts.lpd - r/w */ extern CONFIG_FILE cf_hostslpdfile; /* this is LPRng specific */ extern CONFIG_FILE cf_lpdconf; extern HELP_FILE my_allowedhosts_helpfile; extern HELP_FILE my_edit_helpfile; extern HELP_FILE my_main_helpfile; extern HELP_FILE my_properties_helpfile; extern HELP_FILE my_queuemgrmain_helpfile; extern HELP_FILE my_queuemsgmenu_helpfile; #endif