1 /* BEGIN INCLUDE FILE ... mlsys_data.incl.pl1 */ 2 /* Created: 20 Decembber 1978 by G. Palter */ 3 /* Modified: 1 July 1983 by G. Palter to merge with mlsys_internal_data_ */ 4 5 /* Constants defined by the Multics mail system for external use */ 6 7 dcl mlsys_data_$system_directory character (168) external; /* directory containing per-system data (mail table/queues) */ 8 9 10 /* Static data defined by the Multics mail system for external use */ 11 12 dcl mlsys_data_$user_default_mailbox_address pointer external; 13 /* -> the address of the user's default mailbox */ 14 dcl mlsys_data_$user_mail_table_address pointer external; /* -> the address of the user's entry in the mail table */ 15 dcl mlsys_data_$user_logbox_address pointer external; /* -> the address of the user's logbox */ 16 17 /* END INCLUDE FILE ... mlsys_data.incl.pl1 */