blob: 86e0d0003bb6fefedd3a666b8ffbba9a04ca04aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
define OUTPUT_TYPE 1 # Output-type file
define TEMPLATE_TYPE 2 # Template-type file
define MODE_OUT_SINGLE 1 # Output with single column
define MODE_OUT_ALL 2 # Output with all columns
define MODE_TEM_SINGLE 3 # Template with single column
define MODE_TEM_ALL 4 # Template with all columns
define MODE_SCRATCH 5 # No output nor template, create from scratch
define MODE_ERROR -1
|