## ## config.layout -- Pre-defined Installation Path Layouts ## ## Hints: ## - layouts can be loaded with configure's --enable-layout=ID option ## - when no --enable-layout option is given, the default layout is `serf' ## - a trailing plus character (`+') on paths is replaced with a ## `/' suffix where is currently hardcoded to 'serf'. ## (This may become a configurable parameter at some point.) ## prefix: /usr/local/dworker exec_prefix: ${prefix} bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/bin libdir: ${exec_prefix}/lib libexecdir: ${exec_prefix}/modules mandir: ${prefix}/man sysconfdir: ${prefix}/conf datadir: ${prefix} installbuilddir: ${datadir}/build-${DW_MAJOR_VERSION} includedir: ${prefix}/include/dworker-${DW_MAJOR_VERSION} localstatedir: ${prefix} libsuffix: -${DW_MAJOR_VERSION}