URI:
       define PACKAGE macro in C file - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + patches
  HTML git clone git://git.codemadness.org/bmf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 486c23d144116c1794e3800c0c0e051b2f3469e3
   DIR parent ed1d073e8b0ab5ad0745d7d9a75ee978b460659a
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 29 Sep 2018 13:14:03 +0200
       
       define PACKAGE macro in C file
       
       Diffstat:
         M bmf.c                               |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/bmf.c b/bmf.c
       @@ -17,6 +17,8 @@
        #include "dbh.h"
        #include "filt.h"
        
       +#define PACKAGE "bmf"
       +
        /* modes of operation (mutually exclusive) */
        typedef enum {
                mode_test,                /* test and produce report */