cld2_sys/
flags.rs

1use libc::c_int;
2
3pub static kCLDFlagScoreAsQuads: c_int = 0x0100;
4pub static kCLDFlagHtml: c_int =         0x0200;
5pub static kCLDFlagCr: c_int =           0x0400;
6pub static kCLDFlagVerbose: c_int =      0x0800;
7pub static kCLDFlagQuiet: c_int =        0x1000;
8pub static kCLDFlagEcho: c_int =         0x2000;
9