Re: PATCH: only typedef int64 if type does not already exist
Stipe Tolj <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | tolj.org system architecture |
| Message-ID | <[email protected]> |
Bostock James schrieb:
> Hi,
>
> The attached patch causes the int64 type to only be defined (in
> gw/smsc/smsc_soap.c) if it does not already exist (as determined by the
> autoconf AC_CHECK_TYPES macro). This patch fixes a compilation failure
> on AIX when compiling in 64 bit mode.
first of all thanks a lot James, we appreciate your work highly.
hmmm, -0 on the patch. Reason: I don't like the idea to have
#define HAVE_<TYPE>
statements in the gw-config.h.in autoconf macro.
The "mapping" of 32bit and 64bit integer/long should be done by the OS layer
headers underneath /usr/include itself, IMO.
Any one other please comment on this issue. How does linux-x86_64 does it for
the referred gw/smsc/smsc_soap.c file?
Stipe
-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany
tolj.org system architecture Kannel Software Foundation (KSF)
http://www.tolj.org/ http://www.kannel.org/
mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------