On 7/29/2010 1:40 PM, Ludovic Rousseau wrote:

> Does the compiler on Solaris also defines __BIG_ENDIAN__ where needed?

Almost, it will define _BIG_ENDIAN or _LITTLE_ENDIAN

The /usr/include/sys/isa.defs.h will use  what the compiler sets for the
archetecure like "sparc" to set _BIG_ENDIAN
or _LITTLE_ENDIAN This header file in included with sys/parms.h and
other header files that might need what it defines.

The pcsc configure.in is using AC_C_BIGENDIAN which uses sys/parms.h
and thus the HOST_TO_CCID* does get set correctly.)

-- 

  Douglas E. Engert  <[email protected]>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444
_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to