Re: [Exim] multiple source files for LOCAL_SCAN_SOURCE

Top Page
Delete this message
Reply to this message
Author: David Saez
Date:  
To: Ollie Cook
CC: exim-users
Subject: Re: [Exim] multiple source files for LOCAL_SCAN_SOURCE
Hi !!

> The local_scan function I am working on is getting rather large and the code
> could be split into logical units stored in separate files (network operations,
> database calls, caching functions etc.)


what about doing something like this in your local_scan.c:

#include "source1.c"
#include "source2.c"
#include "source3.c"
#include "source4.c"
.
.
.

--
Best regards ...

I'm a nobody, nobody is perfect, therefore I'm perfect.

----------------------------------------------------------------
   David Saez Padros                http://www.ols.es
   On-Line Services 2000 S.L.       e-mail  david@???
   Pintor Vayreda 1                 telf    +34 902 50 29 75
   08184 Palau-Solita i Plegamans   movil   +34 670 35 27 53
----------------------------------------------------------------