From 2e2008d475d26026ec5936401fe1154c03ab10e1 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Mon, 28 Jan 2013 21:07:33 +0100 Subject: [PATCH] ecn0mail-gw: Begun implementing ECN-Mail Gateway --- config.in | 29 +++++++++++++++++++++++++++++ extends | 1 + inconfig.in | 17 +++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 config.in create mode 100644 extends create mode 100644 inconfig.in diff --git a/config.in b/config.in new file mode 100644 index 0000000..c7080d3 --- /dev/null +++ b/config.in @@ -0,0 +1,29 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: target/ecn-mail-gw/config.in +# Copyright (C) 2013 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + + +#Description: ECN-Mail-GW + +menu_begin MENU_ECN_NODE 'Ecn Mail Gateway Options' + +for x in PYTHON=1 \ + CLAMAV=1 \ + SQLITE=1 ; do + export SDECFGSET_TRG_ECN_$x +done + +for x in JAVA F77 OBJC; do + eval SDECFGSET_PKG_GCC_$x=0 +done + diff --git a/extends b/extends new file mode 100644 index 0000000..692e155 --- /dev/null +++ b/extends @@ -0,0 +1 @@ +ecn-node diff --git a/inconfig.in b/inconfig.in new file mode 100644 index 0000000..18c77d6 --- /dev/null +++ b/inconfig.in @@ -0,0 +1,17 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: target/ecn-mail-gw/inconfig.in +# Copyright (C) 2013 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + + +menu_end +comment ' '