From bd15e866807a51e644ab217fbf26ea55374f0d11 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 13 Nov 2009 17:44:08 +0000 Subject: [PATCH] fix sconfig for FreeBSD svn: r16749 --- src/mzscheme/sconfig.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/mzscheme/sconfig.h b/src/mzscheme/sconfig.h index 7803067e0e..458cc290b3 100644 --- a/src/mzscheme/sconfig.h +++ b/src/mzscheme/sconfig.h @@ -337,16 +337,14 @@ # error Unported platform. # endif -# include "uconfig.h" -# undef HAS_STANDARD_IOB - -/* pthreads always enabled via configure': */ -# undef USE_ITIMER -# define USE_PTHREAD_THREAD_TIMER - -/* initial pthread's stack size doesn't use rlimit: */ +/* pthreads always enabled via configure', and + initial pthread's stack size doesn't use rlimit: */ # define ASSUME_FIXED_STACK_SIZE # define FIXED_STACK_SIZE 1048576 +# define USE_PTHREAD_INSTEAD_OF_ITIMER + +# include "uconfig.h" +# undef HAS_STANDARD_IOB # define HAS_BSD_IOB