aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-18 01:11:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-18 01:11:10 +0000
commitee098fc1d0c39699a5c81685c12edef1e86c1f8c (patch)
tree6a17150986f52eac273e0f0e5b9f9adb3480f7a0
parentd1402377b850f57b2a13ee64383abb519952fd8e (diff)
excluded malloc.h for MacOS X because of compile troubles
svn path=/trunk/externals/unauthorized/; revision=883
-rw-r--r--countund/countund.c4
-rw-r--r--formant~/formant~.c4
-rw-r--r--mp3cast~/mp3cast~.c2
-rw-r--r--mp3live~/mp3streamout~.c2
-rw-r--r--mp3write~/mp3write~.c2
-rw-r--r--randomblock~/randomblock~.c2
-rw-r--r--samplebox~/samplebox~.c2
-rw-r--r--sonogram~/sonogram~.c2
-rw-r--r--speex~/speexout~.c2
9 files changed, 20 insertions, 2 deletions
diff --git a/countund/countund.c b/countund/countund.c
index 709ffd0..8ce5376 100644
--- a/countund/countund.c
+++ b/countund/countund.c
@@ -32,7 +32,9 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef MACOSX
#include <malloc.h>
+#endif
#include <ctype.h>
#include <unistd.h>
#include <sys/socket.h>
@@ -41,7 +43,7 @@
#include <time.h>
#include <sys/time.h>
-#include "m_pd.h" /* standard pd stuff */
+#include <m_pd.h> /* standard pd stuff */
static char *countund_version = "countund~: count up to a value and then down to zero : author : ydegoyon@free.fr";
diff --git a/formant~/formant~.c b/formant~/formant~.c
index eba7db5..609641a 100644
--- a/formant~/formant~.c
+++ b/formant~/formant~.c
@@ -34,7 +34,9 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef MACOSX
#include <malloc.h>
+#endif
#include <ctype.h>
#ifdef UNIX
#include <unistd.h>
@@ -44,7 +46,7 @@
#endif
#include <math.h>
-#include "m_pd.h" /* standard pd stuff */
+#include <m_pd.h> /* standard pd stuff */
static char *formant_version = "formant~: formant synthesis version 0.1, written by Yves Degoyon";
diff --git a/mp3cast~/mp3cast~.c b/mp3cast~/mp3cast~.c
index 5c881c3..2f01fc3 100644
--- a/mp3cast~/mp3cast~.c
+++ b/mp3cast~/mp3cast~.c
@@ -42,7 +42,9 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef MACOSX
#include <malloc.h>
+#endif
#include <ctype.h>
#ifdef UNIX
#include <unistd.h>
diff --git a/mp3live~/mp3streamout~.c b/mp3live~/mp3streamout~.c
index 2bf561f..4c6ce1c 100644
--- a/mp3live~/mp3streamout~.c
+++ b/mp3live~/mp3streamout~.c
@@ -43,7 +43,9 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef MACOSX
#include <malloc.h>
+#endif
#include <ctype.h>
#ifdef UNIX
#include <unistd.h>
diff --git a/mp3write~/mp3write~.c b/mp3write~/mp3write~.c
index fe8cb47..8374703 100644
--- a/mp3write~/mp3write~.c
+++ b/mp3write~/mp3write~.c
@@ -42,7 +42,9 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef MACOSX
#include <malloc.h>
+#endif
#include <ctype.h>
#ifdef UNIX
#include <sys/types.h>
diff --git a/randomblock~/randomblock~.c b/randomblock~/randomblock~.c
index 69f4da5..cffa25e 100644
--- a/randomblock~/randomblock~.c
+++ b/randomblock~/randomblock~.c
@@ -32,7 +32,9 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef MACOSX
#include <malloc.h>
+#endif
#include <ctype.h>
#include <unistd.h>
#include <sys/socket.h>
diff --git a/samplebox~/samplebox~.c b/samplebox~/samplebox~.c
index e276df5..aea6c11 100644
--- a/samplebox~/samplebox~.c
+++ b/samplebox~/samplebox~.c
@@ -36,7 +36,9 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef MACOSX
#include <malloc.h>
+#endif
#include <ctype.h>
#ifdef UNIX
#include <unistd.h>
diff --git a/sonogram~/sonogram~.c b/sonogram~/sonogram~.c
index d16f6ca..844f71f 100644
--- a/sonogram~/sonogram~.c
+++ b/sonogram~/sonogram~.c
@@ -37,7 +37,9 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef MACOSX
#include <malloc.h>
+#endif
#include <ctype.h>
#include <pthread.h>
#ifdef UNIX
diff --git a/speex~/speexout~.c b/speex~/speexout~.c
index 793f7ec..cab3746 100644
--- a/speex~/speexout~.c
+++ b/speex~/speexout~.c
@@ -43,7 +43,9 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifndef MACOSX
#include <malloc.h>
+#endif
#include <ctype.h>
#ifdef UNIX
#include <unistd.h>