summaryrefslogtreecommitdiff
path: root/vos/config.alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'vos/config.alpha.h')
-rw-r--r--vos/config.alpha.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vos/config.alpha.h b/vos/config.alpha.h
index d2366fc1b4..d4d1ed74a9 100644
--- a/vos/config.alpha.h
+++ b/vos/config.alpha.h
@@ -2480,11 +2480,15 @@
*/
/*#define HAS_TELLDIR_PROTO /**/
+/* HAS_TIME:
+ * This symbol, if defined, indicates that the time() routine exists.
+ */
/* Time_t:
* This symbol holds the type returned by time(). It can be long,
* or time_t on BSD sites (in which case <sys/types.h> should be
* included).
*/
+#define HAS_TIME /**/
#define Time_t time_t /* Time type */
/* HAS_TIMES: