aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-04 04:18:32 +0000
committerRichard M. Stallman1993-08-04 04:18:32 +0000
commitcefeb3a98d5677665742875f7d0b1eed6fb6792d (patch)
treea46b8a93738ab33ff7c6780a53e11d80827d27ea /src
parentaa29f9b923fce98355de5db3d41316d2992962eb (diff)
downloademacs-cefeb3a98d5677665742875f7d0b1eed6fb6792d.tar.gz
emacs-cefeb3a98d5677665742875f7d0b1eed6fb6792d.zip
[BSD4_3] (HAVE_FTIME): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/m/vax.h4
1 files changed, 4 insertions, 0 deletions
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 */
125#ifdef VMS 125#ifdef VMS
126#define C_ALLOCA 126#define C_ALLOCA
127#endif 127#endif
128
129#ifdef BSD4_2
130#define HAVE_FTIME
131#endif