From: Adam Dickmeiss Date: Mon, 7 Jun 2004 16:48:38 +0000 (+0000) Subject: Do not build tst_clones for non-threaded Perls X-Git-Tag: release.0.0.8.lau~3 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=ecb4e20c48914bc7b942a1a476e3863928675351;ds=sidebyside Do not build tst_clones for non-threaded Perls --- diff --git a/SimpleServer.xs b/SimpleServer.xs index e324009..16eb108 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.31 2004-06-06 09:07:18 adam Exp $ + * $Id: SimpleServer.xs,v 1.32 2004-06-07 16:48:38 adam Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -103,7 +103,7 @@ CV * simpleserver_sv2cv(SV *handler) { } /* debugging routine to check for destruction of Perl interpreters */ -#if 1 +#ifdef USE_ITHREADS void tst_clones(void) { int i;