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 or not. Thankyou for spending time checking the code. Your efforts are very much appreciated. This has just been fixed

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 or not. rsync_cvs/popt/system.h: #ifndef __GNUC__ # if HAVE_ALLOCA_H # include # else # ifdef _AIX #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ cha