(EFF_CUSTOM): New.

(read_config_table_file): Set it.
(show_custom): Show it.
(vers): Use it.
This commit is contained in:
Markus Armbruster 2006-02-23 08:37:46 +00:00
parent 5537d902b7
commit 99a1450c98
3 changed files with 23 additions and 2 deletions

View file

@ -86,9 +86,11 @@ struct empfile {
#define EFF_MEM bit(8)
/* Table is read-only */
#define EFF_RDONLY bit(9)
/* Table is customized (configuration tables only) */
#define EFF_CUSTOM bit(10)
/* Transient flags, only occur in argument of ef_open() */
/* Create table file, clobbering any existing file */
#define EFF_CREATE bit(10)
#define EFF_CREATE bit(11)
/*
* Empire `file types'