|
Minor i386 fixes
Hi,
Here is a patch for some minor i386 fixes.
include/Ice/Config.h:
- removed check for i386.
- it is unnecessary because the header files protected in that block are present
on all architectures
include/IceUtil/Config.h:
- moved check for i386 around SIZEOF_WCHAR_T
- defining HAVE_READLINE should not be determined whether i386 is defined
or not
You are mixing up two things:
- definition of a platform such as Linux or FreeBSD
- definition of an architecture, such as i386, sparc, etc.
Both Linux and FreeBSD are capable of running on multiple architectures.
Thanks.
__________________
--
Craig Rodrigues
|