"Garrett D'Amore" <[EMAIL PROTECTED]> wrote:

> Huh?  sys/isa_defs.h should come in via sys/types.h.    If you're not
> getting sys/types.h, then all bets are off.
>
> isa_defs.h gets the _LP64 by looking at __amd64 or __sparcv9.  You could
> use the same tests, but I would discourage you from doing so.

Why?

If you like to write portable software you need to depend on this.

I have a similar problem in the schily makefilesystem. The first
include file must be <schily/mconfig.h> and this needs to include 
platform specific include files _before_ including any of the system include
files (if in "static" compile mode like with the makefiles from ON).

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to