Re: 2.5.1pre3 - Bugs in configure script / config.h.in breaks build.

2002-01-03 Thread Dave Dykstra
On Wed, Jan 02, 2002 at 11:50:45PM -0600, John E. Malmberg wrote: > Dave Dykstra wrote: > > > On Tue, Jan 01, 2002 at 06:45:59PM -0600, John Malmberg wrote: > > > >>Compaq C 6.5 > >>OpenVMS Alpha 7.3 > >> > > ... > > > >>A second issue, is the line: > >> > >>#undef socklen_t > >> > >>

Re: 2.5.1pre3 - Bugs in configure script / config.h.in breaks build.

2002-01-02 Thread John E. Malmberg
Dave Dykstra wrote: > On Tue, Jan 01, 2002 at 06:45:59PM -0600, John Malmberg wrote: > >>Compaq C 6.5 >>OpenVMS Alpha 7.3 >> > ... > >>A second issue, is the line: >> >>#undef socklen_t >> >>It is not in the standard format for the other lines in the configure >>script. >> >>It wou

Re: 2.5.1pre3 - Bugs in configure script / config.h.in breaks build.

2002-01-02 Thread Dave Dykstra
On Tue, Jan 01, 2002 at 06:45:59PM -0600, John Malmberg wrote: > Compaq C 6.5 > OpenVMS Alpha 7.3 ... > A second issue, is the line: > > #undef socklen_t > > It is not in the standard format for the other lines in the configure > script. > > It would be helpful for it to be: > > #undef HAVE_S

Re: 2.5.1pre3 - Bugs in configure script / config.h.in breaks build.

2002-01-02 Thread Dave Dykstra
On Tue, Jan 01, 2002 at 09:36:23PM -0500, Colin Walters wrote: > On Tue, 2002-01-01 at 19:45, John Malmberg wrote: > > > > The config.h.in template file is missing the line: > > > > #undef HAVE_INET_NTOP > > At least this one is fixed in rsync CVS, as I discovered when I ran into > the same bug

Re: 2.5.1pre3 - Bugs in configure script / config.h.in breaks build.

2002-01-01 Thread Colin Walters
On Tue, 2002-01-01 at 19:45, John Malmberg wrote: > > The config.h.in template file is missing the line: > > #undef HAVE_INET_NTOP At least this one is fixed in rsync CVS, as I discovered when I ran into the same bug. Dunno about the rest. rsync maintainers: could we have a new release soon?

2.5.1pre3 - Bugs in configure script / config.h.in breaks build.

2002-01-01 Thread John Malmberg
Compaq C 6.5 OpenVMS Alpha 7.3 The config.h.in template file is missing the line: #undef HAVE_INET_NTOP This caused the resulting CONFIG.H on OpenVMS to not test for the existance of the inet_ntop() routine in it's system tables. This configure bug exposed that the prototype in inet_ntop() i