diff options
Diffstat (limited to 'lib/pkg/xtanswer.h')
-rw-r--r-- | lib/pkg/xtanswer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pkg/xtanswer.h b/lib/pkg/xtanswer.h new file mode 100644 index 00000000..46c382bf --- /dev/null +++ b/lib/pkg/xtanswer.h @@ -0,0 +1,5 @@ +# Answers for emphatic yes and no. + +define XT_ANSWERS "|no|yes|NO|YES|" +define ALWAYSNO 2 +define ALWAYSYES 3 |