diff oct-conf-post-public.in.h @ 30832:3e395f6fc03a

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 12 Mar 2022 16:14:51 +0100
parents fdc30b576333
children
line wrap: on
line diff
--- a/oct-conf-post-public.in.h	Thu Mar 10 18:59:05 2022 +0100
+++ b/oct-conf-post-public.in.h	Sat Mar 12 16:14:51 2022 +0100
@@ -183,6 +183,9 @@
 
 #define OCTAVE_HAVE_F77_INT_TYPE 1
 
+/* time type in API is always 64 bits wide */
+#define OCTAVE_TIME_T int64_t
+
 #if defined (__cplusplus) && ! defined (OCTAVE_THREAD_LOCAL)
 #  define OCTAVE_THREAD_LOCAL
 #endif