[MLton-commit] r4121

Matthew Fluet MLton@mlton.org
Tue, 25 Oct 2005 18:25:08 -0700


Includes and defines
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/gc/util.h

----------------------------------------------------------------------

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/util.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gc/util.h	2005-10-26 00:53:09 UTC (rev 4120)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/util.h	2005-10-26 01:25:07 UTC (rev 4121)
@@ -31,6 +31,7 @@
 #include <signal.h>
 #include <unistd.h>
 #include <sys/resource.h>
+#include <sys/time.h>
 
 #include "../assert.h"
 
@@ -61,3 +62,6 @@
 extern void diee (char *fmt, ...)
                         __attribute__ ((format(printf, 1, 2)))
                         __attribute__ ((noreturn));
+
+#define HAS_SIGALTSTACK TRUE
+#define HAS_TIME_PROFILING TRUE