Re: #include missing for 64 bit integers.

2005-02-13 Thread John E. Malmberg
Wayne Davison wrote: On Sat, Feb 12, 2005 at 10:07:05PM -0500, John E. Malmberg wrote: Rsync is not including this file, nor is there a feature test for this header file in the configure phase, but rsync is using [int64 and uint64]. Rsync is defining its own int64 (using a define, not a typedef),

Re: #include missing for 64 bit integers.

2005-02-12 Thread Wayne Davison
On Sat, Feb 12, 2005 at 10:07:05PM -0500, John E. Malmberg wrote: > Rsync is not including this file, nor is there a feature test for this > header file in the configure phase, but rsync is using [int64 and > uint64]. Rsync is defining its own int64 (using a define, not a typedef), so it is not d

Re: #include missing for 64 bit integers.

2005-02-12 Thread John E. Malmberg
John E. Malmberg wrote: The Open Group Single Unix standard shows that the data types int64 and uint64 are defined in the inttypes.h header file. Rsync is not including this file, nor is there a feature test for this header file in the configure phase, but rsync is using these data types. My err

#include missing for 64 bit integers.

2005-02-12 Thread John E. Malmberg
The Open Group Single Unix standard shows that the data types int64 and uint64 are defined in the inttypes.h header file. Rsync is not including this file, nor is there a feature test for this header file in the configure phase, but rsync is using these data types. -John [EMAIL PROTECTED] Perso