Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 9390 invoked from network); 1 Nov 2003 10:35:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Nov 2003 10:35:50 -0000 Received: (qmail 36600 invoked by uid 500); 1 Nov 2003 10:35:23 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 36384 invoked by uid 500); 1 Nov 2003 10:35:22 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 36369 invoked from network); 1 Nov 2003 10:35:22 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 1 Nov 2003 10:35:22 -0000 Received: (qmail 16555 invoked by uid 50); 1 Nov 2003 10:35:35 -0000 Date: 1 Nov 2003 10:35:35 -0000 Message-ID: <20031101103535.16554.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 24227] - ReliantUNIX: Compilation problem, missing utime.h, struct utimbuf unknown X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24227 ReliantUNIX: Compilation problem, missing utime.h, struct utimbuf unknown ------- Additional Comments From Robert.Dahlem@gmx.net 2003-11-01 10:35 ------- Don't need to check: the line where the compilation error occured is within #elif defined(HAVE_UTIME) #endif so your patch would definitely work too. If there are systems knowing about struct utimbuf and utime() without including utime.h (Solaris 5.8 seems to be one) then my assumption was that some (weird?) system could exist without utime.h at all. That's the reason I made the extra configure check. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org