From f9f5be77646dc69989ed840e70e2b4cb452a76e5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 14 Dec 2006 06:03:31 +0000 Subject: merged in fixes from branch-v0-39-2-extended so that it builds on Mac OS X, and works better with the Pd-extended build system svn path=/trunk/externals/pidip/; revision=6886 --- modules/pdp_theonice~.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/pdp_theonice~.c') diff --git a/modules/pdp_theonice~.c b/modules/pdp_theonice~.c index 6299fe6..f3a7225 100644 --- a/modules/pdp_theonice~.c +++ b/modules/pdp_theonice~.c @@ -64,6 +64,10 @@ #define STRBUF_SIZE 32 #define OGG_AUDIO_SIZE 1024 +#ifndef MSG_NOSIGNAL +# define MSG_NOSIGNAL SO_NOSIGPIPE +#endif + static char base64table[65] = { 'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P', 'Q','R','S','T','U','V','W','X','Y','Z','a','b','c','d','e','f', -- cgit v1.2.1