diff osdep/shmem.c @ 9797:86e080e9c31f

atm shmem.c is only needed for cache2
author faust3
date Wed, 02 Apr 2003 16:40:02 +0000
parents edfe34c5405d
children 3c856c0fc45e
line wrap: on
line diff
--- a/osdep/shmem.c	Wed Apr 02 16:27:51 2003 +0000
+++ b/osdep/shmem.c	Wed Apr 02 16:40:02 2003 +0000
@@ -8,6 +8,8 @@
 
 #include "../config.h"
 
+#ifdef USE_STREAM_CACHE
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -105,3 +107,5 @@
       break;
   }
 }
+
+#endif