procmail
[Top] [All Lists]

insignificant multigram.c patch

1996-02-14 10:46:51

        To allow for manual compilation of multigram.c :

1. Insert this just after the line that says ` #define NOT_METOO       "(-n)" ´ 
----
#ifndef SLVERSION
    #include "../patchlevel.h"
    #define SLVERSION VERSION
#endif  
#ifndef MAX_argc
    #include "../autoconf.h"
    #ifndef MAX_argc
        #define MAX_argc 128
    #endif
#endif  
----

2. Create a targetdir.h file by hand, if it doesn't exist:
----
#define TARGETDIR       "/home/of/procmail"
#define LISTID          "user_id_of_procmail" /* same_as_in_/etc/sendmail.cf */
#define PROCMAIL        "../.bin/procmail"    /* relative to TARGETDIR */
#define INIT_PATH       "PATH=../.bin"        
----

3.  gcc -c multigram.c (for object code)
    make multigram (for program)


Ulrich Kroener <ulrich(_at_)eiba(_dot_)com>

         E I B A s.c. - Av. de la Tanche 5, B-1160 Brussels
        tel.: +32 2 675 50 20 - fax: +32 2 675 50 28

***    the Number One in Home and Building Automation     ***
***          visit our Web site at www.eiba.com           ***

<Prev in Thread] Current Thread [Next in Thread>
  • insignificant multigram.c patch, Ulrich Kroener <=