masqmail-0.2

annotate docs/agenda-config.site @ 179:ec3fe72a3e99

Fixed an important bug with folded headers! g_strconcat() returns a *copy* of the string, but hdr->value still pointed to the old header (which probably was a memory leak, too). If the folded part had been quite small it was likely that the new string was at the same position as the old one, thus making everything go well. But if pretty long headers were folded several times it was likely that the new string was allocated somewhere else in memory, thus breaking things. In result mails to lots of recipients (folded header) were frequently only sent to the ones in the first line. Sorry for the inconvenience.
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:52:17 +0200
parents 08114f7dcc23
children
rev   line source
meillo@0 1 # config.site for configure
meillo@0 2 # Agenda Vr3 TARGET
meillo@0 3
meillo@0 4 # You could put this file to /usr/local/mipsel-linux/etc/agenda-config.site
meillo@0 5
meillo@0 6 # run with
meillo@0 7 # CONFIG_SITE=/wherever/you/store/it/agenda-config.site ./configure
meillo@0 8 # or
meillo@0 9 # export CONFIG_SITE=/wherever/you/store/it/agenda-config.site
meillo@0 10 # if this is going to be a whole compilation orgy
meillo@0 11
meillo@0 12 # Modified from the one provided by Bradley D. LaRonde
meillo@0 13
meillo@0 14 # Edited by Andrej Cedilnik <acedil1@csee.umbc.edu>
meillo@0 15
meillo@0 16 # Used some of solutions by Tilman Vogel <Tilman.Vogel@web.de>
meillo@0 17
meillo@0 18 HOSTCC=gcc
meillo@0 19
meillo@0 20 # Names of the cross-compilers
meillo@0 21 CC=mipsel-linux-gcc
meillo@0 22 CXX=mipsel-linux-gcc
meillo@0 23
meillo@0 24 # The cross compiler specific options
meillo@0 25 CFLAGS="-s -mips2 -O2 -fno-exceptions"
meillo@0 26 CXXFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++"
meillo@0 27 CPPFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++"
meillo@0 28 LDFLAGS="-s -mips2"
meillo@0 29
meillo@0 30 # Some other programs
meillo@0 31 AR=mipsel-linux-ar
meillo@0 32 RANLIB=mipsel-linux-ranlib
meillo@0 33 NM=mipsel-linux-nm
meillo@0 34 ac_cv_path_NM=mipsel-linux-nm
meillo@0 35 ac_cv_func_setpgrp_void=yes
meillo@0 36 host=mipsel-linux
meillo@0 37 #prefix=/usr/mipsel-linux
meillo@0 38 x_includes=/usr/mipsel-linux/include
meillo@0 39 x_libraries=/usr/mipsel-linux/X11R6/lib
meillo@0 40
meillo@0 41 # These are for GNU shellutils
meillo@0 42 jm_cv_have_proc_uptime=yes
meillo@0 43 jm_cv_func_working_gnu_strftime=yes
meillo@0 44
meillo@0 45 # Some options for ease of compiling python
meillo@0 46 ac_cv_sizeof_int=4
meillo@0 47 ac_cv_sizeof_char=1
meillo@0 48 ac_cv_sizeof_short=2
meillo@0 49 ac_cv_sizeof_float=4
meillo@0 50 ac_cv_sizeof_double=8
meillo@0 51 ac_cv_sizeof_pthread_t=4
meillo@0 52 ac_cv_sizeof_long=4
meillo@0 53 ac_cv_sizeof_void_p=4
meillo@0 54 ac_cv_sizeof_long_long=8
meillo@0 55 ac_cv_sizeof_off_t=4
meillo@0 56 ac_cv_sizeof_fpos_t=4
meillo@0 57 ac_cv_sizeof_time_t=4
meillo@0 58
meillo@0 59 # Some other stuff nobody knows why
meillo@0 60 bad_forward=no
meillo@0 61 LDSHARED='mipsel-linux-gcc -msoft-float -shared'
meillo@0 62 ac_cv_malloc_zero=nonnull
meillo@0 63
meillo@0 64 # squeak wants this
meillo@0 65 # can't do misaligned access to doubles
meillo@0 66 ac_cv_double_align=no
meillo@0 67 # dunno what order doubles are in
meillo@0 68 ac_cv_double_order=no
meillo@0 69
meillo@0 70 ac_cv_header_wchar_h=no
meillo@0 71