From: Richard M. Stallman Date: Wed, 4 Aug 1993 04:18:32 +0000 (+0000) Subject: [BSD4_3] (HAVE_FTIME): Defined. X-Git-Tag: emacs-19.34~11403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cefeb3a98d5677665742875f7d0b1eed6fb6792d;p=emacs.git [BSD4_3] (HAVE_FTIME): Defined. --- diff --git a/src/m/vax.h b/src/m/vax.h index 303d8d76b02..fa50e65be73 100644 --- a/src/m/vax.h +++ b/src/m/vax.h @@ -125,3 +125,7 @@ NOTE-END */ #ifdef VMS #define C_ALLOCA #endif + +#ifdef BSD4_2 +#define HAVE_FTIME +#endif