You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2006/04/19 22:47:25 UTC

svn commit: r395392 - /spamassassin/branches/3.1/spamc/libspamc.h

Author: jm
Date: Wed Apr 19 13:47:25 2006
New Revision: 395392

URL: http://svn.apache.org/viewcvs?rev=395392&view=rev
Log:
bug 4630: fix HP-UX 11.11 libspamc build, patch from John Madden <maddenj+spamassassin at skynet.ie>

Modified:
    spamassassin/branches/3.1/spamc/libspamc.h

Modified: spamassassin/branches/3.1/spamc/libspamc.h
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/spamc/libspamc.h?rev=395392&r1=395391&r2=395392&view=diff
==============================================================================
--- spamassassin/branches/3.1/spamc/libspamc.h (original)
+++ spamassassin/branches/3.1/spamc/libspamc.h Wed Apr 19 13:47:25 2006
@@ -36,7 +36,7 @@
 #include <netinet/in.h>
 #endif
 
-#ifdef _WIN32
+#if (defined(_WIN32) || !defined(_SYSEXITS_H))
 /* FIXME: This stuff has to go somewhere else */
 
 #define EX_OK           0