summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-04 04:18:32 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-04 04:18:32 +0000
commitcefeb3a98d5677665742875f7d0b1eed6fb6792d (patch)
treea46b8a93738ab33ff7c6780a53e11d80827d27ea /src
parentaa29f9b923fce98355de5db3d41316d2992962eb (diff)
downloademacs-cefeb3a98d5677665742875f7d0b1eed6fb6792d.tar.gz
[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 */
#ifdef VMS
#define C_ALLOCA
#endif
+
+#ifdef BSD4_2
+#define HAVE_FTIME
+#endif