Subject: CVS commit: src/x11/Xserver
To: None <source-changes@NetBSD.org>
From: Tyler R. Retzlaff <rtr@netbsd.org>
List: source-changes
Date: 01/10/2004 16:28:29
Module Name:	src
Committed By:	rtr
Date:		Sat Jan 10 16:28:29 UTC 2004

Modified Files:
	src/x11/Xserver/hw/netbsd/hpc: Makefile
	src/x11/Xserver/hw/netbsd/macppc: Makefile
	src/x11/Xserver/os: Makefile
	src/x11/Xserver/printer: Makefile

Log Message:
Undefine DDXTIME if XFree86 server is being built since XFree86 provides
its own copy of GetTimeInMillis().

+ This allows us to get rid of multiple versions of GetTimeInMillis().
  It is provided by libos.a if DDXTIME is undefined.

XXX macppc may be a special case since it builds both XFree86 and Xmacppc
    will resolve later if found to be an issue.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/x11/Xserver/hw/netbsd/hpc/Makefile
cvs rdiff -r1.2 -r1.3 src/x11/Xserver/hw/netbsd/macppc/Makefile
cvs rdiff -r1.5 -r1.6 src/x11/Xserver/os/Makefile
cvs rdiff -r1.4 -r1.5 src/x11/Xserver/printer/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.