(EFF_CUSTOM): New.
(read_config_table_file): Set it. (show_custom): Show it. (vers): Use it.
This commit is contained in:
parent
5537d902b7
commit
99a1450c98
3 changed files with 23 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue