aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-08-04 04:18:32 +0000
committerRichard M. Stallman <[email protected]>1993-08-04 04:18:32 +0000
commitcefeb3a98d5677665742875f7d0b1eed6fb6792d (patch)
treea46b8a93738ab33ff7c6780a53e11d80827d27ea /src/m
parentaa29f9b923fce98355de5db3d41316d2992962eb (diff)
[BSD4_3] (HAVE_FTIME): Defined.
Diffstat (limited to 'src/m')
-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 303d8d76b0..fa50e65be7 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