HAVE_ALLOCA_H is missing

2001-03-19 Thread Ayamura KIKUCHI
Files "config.h.in" and "configure.in" in rsync cvs repository should be changed to detect whether a system has alloca.h or not. rsync_cvs/popt/system.h: #ifndef __GNUC__ # if HAVE_ALLOCA_H # include alloca.h # else # ifdef _AIX #pragma alloca # else # ifndef alloca /* predefined by HP cc

Re: HAVE_ALLOCA_H is missing

2001-03-19 Thread Martin Pool
On 20 Mar 2001, Ayamura KIKUCHI [EMAIL PROTECTED] wrote: Files "config.h.in" and "configure.in" in rsync cvs repository should be changed to detect whether a system has alloca.h or not. Thankyou for spending time checking the code. Your efforts are very much appreciated. This has just been