masqmail

view docs/agenda-config.site @ 156:ee2afbf92428

require host_name to be set in config file exit otherwise there is no portable way to determine the hostname (actually the hostname that masqmail should use) thus it must be set by the administrator
author meillo@marmaro.de
date Thu, 08 Jul 2010 09:49:05 +0200
parents 08114f7dcc23
children
line source
1 # config.site for configure
2 # Agenda Vr3 TARGET
4 # You could put this file to /usr/local/mipsel-linux/etc/agenda-config.site
6 # run with
7 # CONFIG_SITE=/wherever/you/store/it/agenda-config.site ./configure
8 # or
9 # export CONFIG_SITE=/wherever/you/store/it/agenda-config.site
10 # if this is going to be a whole compilation orgy
12 # Modified from the one provided by Bradley D. LaRonde
14 # Edited by Andrej Cedilnik <acedil1@csee.umbc.edu>
16 # Used some of solutions by Tilman Vogel <Tilman.Vogel@web.de>
18 HOSTCC=gcc
20 # Names of the cross-compilers
21 CC=mipsel-linux-gcc
22 CXX=mipsel-linux-gcc
24 # The cross compiler specific options
25 CFLAGS="-s -mips2 -O2 -fno-exceptions"
26 CXXFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++"
27 CPPFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++"
28 LDFLAGS="-s -mips2"
30 # Some other programs
31 AR=mipsel-linux-ar
32 RANLIB=mipsel-linux-ranlib
33 NM=mipsel-linux-nm
34 ac_cv_path_NM=mipsel-linux-nm
35 ac_cv_func_setpgrp_void=yes
36 host=mipsel-linux
37 #prefix=/usr/mipsel-linux
38 x_includes=/usr/mipsel-linux/include
39 x_libraries=/usr/mipsel-linux/X11R6/lib
41 # These are for GNU shellutils
42 jm_cv_have_proc_uptime=yes
43 jm_cv_func_working_gnu_strftime=yes
45 # Some options for ease of compiling python
46 ac_cv_sizeof_int=4
47 ac_cv_sizeof_char=1
48 ac_cv_sizeof_short=2
49 ac_cv_sizeof_float=4
50 ac_cv_sizeof_double=8
51 ac_cv_sizeof_pthread_t=4
52 ac_cv_sizeof_long=4
53 ac_cv_sizeof_void_p=4
54 ac_cv_sizeof_long_long=8
55 ac_cv_sizeof_off_t=4
56 ac_cv_sizeof_fpos_t=4
57 ac_cv_sizeof_time_t=4
59 # Some other stuff nobody knows why
60 bad_forward=no
61 LDSHARED='mipsel-linux-gcc -msoft-float -shared'
62 ac_cv_malloc_zero=nonnull
64 # squeak wants this
65 # can't do misaligned access to doubles
66 ac_cv_double_align=no
67 # dunno what order doubles are in
68 ac_cv_double_order=no
70 ac_cv_header_wchar_h=no