1
edit
Changes
→distcc code standards: typo
* All distcc functions are prefixed with dcc_.
* All words in are seperated by underscores. notCamelCase.
* All compiler specific functions are prefixed with dcc_<compilerName> (e.g. dcc_cl_, dcc_gcc_, etc.)