It looks like TRU64 doesn't define EX__MAX in sysexits.h, same as
SunOS.  Do you know what preprocessor symbols TRU64 sets?  Then we can
modify that conditional compile section to work for TRU64 too.

C

On Tue, 2002-02-19 at 00:20, Corrin Lakeland wrote:
> cc -std -fprm d -ieee -D_INTRINSICS -I/usr/local/include -DLANGUAGE_C  -O4
> spamd/spamc.c \
>                 -o spamd/spamc -L/usr/local/lib -lgdbm -ldbm -lm -liconv
> - -lutil
> cc: Error: spamd/spamc.c, line 60: In the initializer for ESC_PASSTHROUGHRAW,
> "EX__MAX" is not declared. (undeclared)
> const int ESC_PASSTHROUGHRAW = EX__MAX+666;
> - -------------------------------^
> 
> I see the code has:
> 
> #if defined(__sun__) && defined(__sparc__) && !defined(__svr4__)
> # ifndef EX__MAX
> # define EX__MAX 77
> extern char *optarg;
> typedef unsigned long   in_addr_t;      /* base type for internet address */
> # endif
> #endif


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to