Introduction
Introduction Statistics Contact Development Disclaimer Help
define PACKAGE macro in C file - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + …
git clone git://git.codemadness.org/bmf
Log
Files
Refs
README
LICENSE
---
commit 486c23d144116c1794e3800c0c0e051b2f3469e3
parent ed1d073e8b0ab5ad0745d7d9a75ee978b460659a
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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 */
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.