You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/09/30 01:21:51 UTC

[Bug 4608] New: Fails on hp-ux because EX_CONFIG is not defined in sysexits.h

http://bugzilla.spamassassin.org/show_bug.cgi?id=4608

           Summary: Fails on hp-ux because EX_CONFIG is not defined in
                    sysexits.h
           Product: Spamassassin
           Version: 3.1.0
          Platform: HP
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Building & Packaging
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: dougbugzilla@claar.org


spamc.c fails to compile on hp-ux 11.11 because libspam.h thinks that EX_CONFIG
only needs to be configured for win32. The fix is to add:

/* needed for hp-ux */
#ifndef EX_CONFIG
#define EX_CONFIG 78
#endif

Somewhere in libspam.h



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.