aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_configh
blob: 51b89a447b2a538c979237ba470acc0a883ec2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
echo "#undef ${package_macro_name}_USE_EXECLINE"
if $useexecline ; then
  echo "#define ${package_macro_name}_USE_EXECLINE"
fi

echo "#undef ${package_macro_name}_WRAP_DAEMONTOOLS"
if $adaemontools ; then
  echo "#define ${package_macro_name}_WRAP_DAEMONTOOLS"
fi

echo "#undef ${package_macro_name}_WRAP_RUNIT"
if $arunit ; then
  echo "#define ${package_macro_name}_WRAP_RUNIT"
fi