freebsd-ports/mail/openemm2015/files/patch-backend__src__c__lib__agn.h
Kurt Jaeger 277453a8c4 New port: mail/openemm2015
OpenEMM is a feature-rich web-based enterprise application for email
marketing, newsletters and service mails (transaction mails and
event or time triggered mails). OpenEMM offers a great user interface,
sophisticated bounce management, link tracking, lots of graphical
realtime statistics, a CMS module and a scripting feature to implement
individual tasks.

OpenEMM is the first open source application for e-mail marketing.
Its code base has been developed since 1999 and is used - as part
of the commercial software product E-Marketing Manager (EMM) - by
companies like IBM, Daimler, Siemens and Deutsche Telekom.

OpenEMM offers already more than 95% of the functionality of most
commercial products and some features most commercial products do
not offer right now (for example MySQL support and CMS functionality).

WWW: http://www.openemm.org

PR:		204000
Submitted by:	horst leitenmueller <horst.leitenmueller@liwest.at>
2015-10-24 18:40:39 +00:00

13 lines
265 B
C

--- backend/src/c/lib/agn.h.orig 2015-10-24 14:59:57 UTC
+++ backend/src/c/lib/agn.h
@@ -136,8 +136,8 @@ typedef unsigned long hash_t;
* Symbolic names for boolean values
*/
typedef enum { /*{{{*/
- false,
- true
+ false = 0,
+ true = 1
/*}}}*/
} bool_t;