--- const.h.orig	Mon Mar  9 18:00:00 1998
+++ const.h	Mon Jul  1 03:46:45 2002
@@ -3,12 +3,14 @@
 //   Programming: Gerhard Waldhr, Andreas Artmann
 
 #include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <errno.h>
 #include <math.h>
 
+#ifndef TRUE
 #define TRUE 1
 #define FALSE 0
+#endif
 
 #define MAX_PIC_NUM 999
 
