more config options

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1016 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-08-22 07:25:53 +00:00
parent 5f0f8b1a3c
commit 2cd6f3fcf0

View File

@ -73,10 +73,11 @@
#define PORTFOLIO 11
#define REG_TYPE_MASK 0xff
#define REG_SHOW_TDETAIL 0x100
#define REG_SHOW_SDETAIL 0x200
#define REG_SHOW_RECS 0x400
#define REG_SHOW_TDETAIL 0x0100
#define REG_SHOW_SDETAIL 0x0200
#define REG_SHOW_RECS 0x0400
#define REG_DOUBLE_LINE 0x0800
#define REG_MULTI_LINE 0x1000
/* modified flags -- indicate how values have been modified */
#define MOD_NONE 0x0000