230ac86f96bd302041549e7c31e6fe3663f7e471
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / exim / Config.in
1 comment "exim needs a toolchain w/ threads"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS
3
4 config BR2_PACKAGE_EXIM
5         bool "exim"
6         depends on BR2_USE_MMU # fork()
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         select BR2_PACKAGE_PCRE
9         select BR2_PACKAGE_BERKELEYDB
10         help
11           Exim is a message transfer agent (MTA) developed at the University of
12           Cambridge for use on Unix systems connected to the Internet.
13
14           http://www.exim.org/
15
16 if BR2_PACKAGE_EXIM
17
18 config BR2_PACKAGE_EXIM_CUSTOM_CONFIG_FILE
19         string "Custom configuration file"
20         help
21           By default, when this option is left empty, Buildroot
22           generates a configuration file for exim with reasonable
23           settings.
24
25           If you want to override the configuration file generated by
26           Buildroot with a customized file, set here the path to your
27           configuration file with this option.
28
29           This file shall comply with the syntax defined in the exim
30           documentation (http://www.exim.org/docs.html).
31           Buildroot will generate a configuration file composed of the
32           content of the file you provide plus the toolchain-related
33           settings needed for cross-compilation.
34
35 endif