Re: [ft-devel] ftconfig.h in LSB

2006-12-12 Thread mpsuzuki
Hi, On Tue, 12 Dec 2006 11:11:27 -0800 Camp, TracyX E [EMAIL PROTECTED] wrote: Are there any cases where (say macros), depend on the defines in ftconfig.h? fttypes.h seems to nicely encapsulate the API/ABI types independantly from ftconfig.h. Bad/Good assumption? 32/64bit issues may arise.

Re: [ft-devel] ftconfig.h in LSB

2006-12-12 Thread Werner LEMBERG
For libraries in LSB we generally avoid importing things like 'config.h' since they tend to define macros that are of interest when building the library but not of direct relevance to the API or ABI. Are there any cases where (say macros), depend on the defines in ftconfig.h? You mean