[go: up one dir, main page]

Menu

[94a2b6]: / config.di.in  Maximize  Restore  History

Download this file

30 lines (24 with data), 916 Bytes

module zc_config ;

string commit_hash = "@commit_hash@" ;
string prefix = "@prefix@" ;
string package_version = "@version@" ;
string package_name = "@package_name@" ;
string source_root = "@source_root@" ;
string dbname = "@db_name@" ;
string dbprefix = "@db_prefix@" ;

enum DB_MAX_EXT = @db_max_ext@ ;
enum PAGESIZE = @pagesize@ ;
enum HUGE_INTERVAL_BLOCK = @huge_interval_block@ ;
enum ASAN = @asan@ ;
enum TRIGGERS = @triggers@ ;
enum MAX_VOLUMES = @db_max_ext@ ;

enum C_SHORT_SIZE = @C_short_size@ ;
enum C_INT_SIZE = @C_int_size@ ;
enum C_LONG_SIZE = @C_long_size@ ;
enum C_LONG_LONG_SIZE = @C_long_long_size@ ;
enum C_FLOAT_SIZE = @C_float_size@ ;
enum C_DOUBLE_SIZE = @C_double_size@ ;
enum C_LONG_DOUBLE_SIZE = @C_long_double_size@ ;
enum C_INT128_SIZE = @C_int128_size@ ;

enum string SERVER_FULL_PATH_BUILD = "@server_full_path_build@" ;
enum string SERVER_FULL_PATH_FS = @server_full_path_fs@ ;