Re: [Exim] FreeBSD 5.1 exim compile problem

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Philip Hazel
Datum:  
To: Simon Alman
CC: exim
Betreff: Re: [Exim] FreeBSD 5.1 exim compile problem
On Wed, 17 Sep 2003, Simon Alman wrote:

> gcc -c -O -pipe -mcpu=pentiumpro -I.    globals.c
> globals.c:464: error: `ISO' undeclared here (not in a function)
> *** Error code 1


Here's the patch again.

--
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book:    http://www.uit.co.uk/exim-book




*** exim-4.23/src/buildconfig.c     Mon Sep 15 11:47:56 2003
--- buildconfig.c    Tue Sep 16 14:00:10 2003
***************
*** 560,568 ****
          fprintf(new, "\"%s\"\n", value);
          }


!       /* Timezone values get quoted */


!       else if (strcmp(name, "TIMEZONE_DEFAULT") == 0)
          fprintf(new, "\"%s\"\n", value);


        /* For others, quote any paths and don't quote anything else */
--- 560,569 ----
          fprintf(new, "\"%s\"\n", value);
          }


!       /* Timezone values and HEADERS_CHARSET get quoted */


!       else if (strcmp(name, "TIMEZONE_DEFAULT") == 0||
!                strcmp(name, "HEADERS_CHARSET") == 0)
          fprintf(new, "\"%s\"\n", value);


        /* For others, quote any paths and don't quote anything else */