[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HAVE_UTIME error in scheduler/qprint.c and transports/mailbox/mai



> Build: 
> 2.99.50s3, --with-gcc --with-system-malloc --with-bundled-libresolv, on
> HP-UX 9.04
> 
> Problem:
> scheduler/qprint.c and transports/mailbox/mailbox.c rely on HAVE_UTIME
> macro to decide whether to use utime() or utimes() call. Unfortunately,
> autoconfigure only knows about HAVE_UTIME_H, HAVE_UTIMES, and
> HAVE_UTIME_NULL. These should be changed to something like this:

	Oops.  I took shortest route to fix it: Adding test to
	create  HAVE_UTIME  define into  config.h

	The  utime()  is the SVID/POSIX thing, after all.

/Matti Aarnio <mea@nic.funet.fi>