changeset 3436:291f28da7ea1

Test XOS_NEEDS_TIME_H, not HPUX, for including time.hj.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Jun 1993 20:15:43 +0000
parents 7930bf123cb7
children 274570106c6a
files src/xfaces.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Wed Jun 02 20:15:04 1993 +0000
+++ b/src/xfaces.c	Wed Jun 02 20:15:43 1993 +0000
@@ -34,8 +34,8 @@
 #include "blockinput.h"
 #include "window.h"
 
-/* Compensate for bug in Xos.h on hpux.  */
-#ifdef HPUX
+/* Compensate for bug in Xos.h on some systems.  */
+#ifdef XOS_NEEDS_TIME_H
 #include <time.h>
 #define __TIMEVAL__
 #endif