# HG changeset patch # User Jim Blandy # Date 732668301 0 # Node ID 8317265b21dcfcb93dce81929a68f845a5490f97 # Parent c6f3343edee10a0737e05d8139b240c8dbc9aa55 * systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is #defined. diff -r c6f3343edee1 -r 8317265b21dc src/systime.h --- 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)