From 153a2021b263b6f22ecb624ab56ee7de1dc14e0c Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Thu, 3 Aug 2017 18:44:42 +0200 Subject: Initial commit of ctct Somewhere after version 0.2.2. Most notably, ctct can now be properly installed on OpenBSD and most likely other BSDs. --- config.sh.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.sh.in (limited to 'config.sh.in') diff --git a/config.sh.in b/config.sh.in new file mode 100644 index 0000000..d0eb94e --- /dev/null +++ b/config.sh.in @@ -0,0 +1,15 @@ +#!/bin/bash +# +# configuration file for ctct +# default values are commented out +# + +# user_config_dir="@default_user_config_dir@" +# datadir="@default_datadir@" +# fallback_editor="@default_fallback_editor@" +# default_editor= +# input_program="@default_input_program@" +# output_program="@default_output_program@" +# visual_program="@default_visual_program@" +# confirm_deletion=@default_confirm_deletion@ +# confirm_default_yes=@default_confirm_default_yes@ -- cgit v1.2.3