summaryrefslogtreecommitdiff
path: root/multimedia/vic/files/patch-config
blob: dd572f7a85c83fdcbfb77bba422cc2b0b7b8f6c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- config.h	Thu Apr 10 13:57:28 2003
+++ config.h	Thu Sep 23 18:37:11 2004
@@ -38,11 +38,6 @@
 
 #if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__) 
 #include <sys/types.h>
-#ifndef uint16_t
-typedef unsigned char  uint8_t;
-typedef unsigned short uint16_t;
-typedef unsigned int   uint32_t;
-#endif
 #elif defined(sun)
 
 #include <sys/types.h>
@@ -91,10 +86,6 @@
 #include "debug.h"
 #include <stdlib.h>
 #include <time.h>		/* For clock_t */
-
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif /* HAVE_MALLOC_H */
 
 #if defined(NEED_SUNOS_PROTOS)
 #if defined(__cplusplus)