From 4caab5d30f9a03dad052ea84216ddad944eb806c Mon Sep 17 00:00:00 2001 From: kergoth Date: Tue, 05 Nov 2002 02:44:15 +0000 Subject: Adding initial config.in files --- (limited to 'core/pim/today') diff --git a/core/pim/today/config.in b/core/pim/today/config.in new file mode 100644 index 0000000..695b708 --- a/dev/null +++ b/core/pim/today/config.in @@ -0,0 +1,8 @@ +menu "today" + + config TODAY + boolean "today" + default "y" + depends LIBQPE && LIBOPIE + source core/pim/today/plugins/config.in +endmenu diff --git a/core/pim/today/plugins/datebook/config.in b/core/pim/today/plugins/datebook/config.in new file mode 100644 index 0000000..7d1e006 --- a/dev/null +++ b/core/pim/today/plugins/datebook/config.in @@ -0,0 +1,4 @@ + config TODAY_DATEBOOK + boolean "datebook" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in new file mode 100644 index 0000000..f40696a --- a/dev/null +++ b/core/pim/today/plugins/mail/config.in @@ -0,0 +1,4 @@ + config TODAY_MAIL + boolean "mail" + default "y" + depends LIBQPE && LIBOPIE diff --git a/core/pim/today/plugins/todolist/config.in b/core/pim/today/plugins/todolist/config.in new file mode 100644 index 0000000..aef4ea4 --- a/dev/null +++ b/core/pim/today/plugins/todolist/config.in @@ -0,0 +1,4 @@ + config TODAY_TODOLIST + boolean "todolist" + default "y" + depends LIBQPE && LIBOPIE -- cgit v0.9.0.2