changeset 2289:8317265b21dc

* systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is #defined.
author Jim Blandy <jimb@redhat.com>
date Sat, 20 Mar 1993 22:58:21 +0000
parents c6f3343edee1
children be6c70bd6e33
files src/systime.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/systime.h	Sat Mar 20 22:26:53 1993 +0000
+++ b/src/systime.h	Sat Mar 20 22:58:21 1993 +0000
@@ -84,6 +84,8 @@
 
 #ifdef HAVE_TIMEVAL
 
+#define EMACS_HAS_USECS
+
 #define EMACS_TIME struct timeval
 #define EMACS_SECS(time)		    ((time).tv_sec  + 0)
 #define EMACS_USECS(time)		    ((time).tv_usec + 0)