Index: /trunk/Ohana/configure.tcsh
===================================================================
--- /trunk/Ohana/configure.tcsh	(revision 12874)
+++ /trunk/Ohana/configure.tcsh	(revision 12875)
@@ -186,7 +186,5 @@
 set needincs = "$needincs glob.h"
 set needincs = "$needincs jpeglib.h"
-set needincs = "$needincs malloc.h"
 set needincs = "$needincs math.h"
-set needincs = "$needincs memory.h"
 set needincs = "$needincs netdb.h"
 set needincs = "$needincs netinet/ip.h"
@@ -211,5 +209,4 @@
 set needincs = "$needincs time.h"
 set needincs = "$needincs unistd.h"
-set needincs = "$needincs values.h"
 set needincs = "$needincs zlib.h"
 
@@ -220,4 +217,10 @@
 # set needincs = "$needincs stdarg.h" - from std includes (in gcc path)
 # set needincs = "$needincs varargs.h" - from std includes (in gcc path)
+
+# XXX I was probing for these before, but RHL claims we don't need them.
+# I suspect they may be needed on older systems a la CFHT.
+# set needincs = "$needincs malloc.h"
+# set needincs = "$needincs memory.h"
+# set needincs = "$needincs values.h"
 
 # check the hardware architecture:
@@ -258,5 +261,5 @@
    endif
    set syslibpath = "$syslibpath /sw/lib /usr/local/lib/mysql"
-   set sysincpath = "$sysincpath /sw/include /usr/include/sys"
+   set sysincpath = "$sysincpath /sw/include"
    set dlltype = dylib
    breaksw;
Index: /trunk/Ohana/src/libohana/include/ohana.h
===================================================================
--- /trunk/Ohana/src/libohana/include/ohana.h	(revision 12874)
+++ /trunk/Ohana/src/libohana/include/ohana.h	(revision 12875)
@@ -1,9 +1,7 @@
 # include <stdio.h>
 # include <fcntl.h>
-# include <malloc.h>
 # include <math.h>
 # include <errno.h>
 # include <time.h>
-# include <memory.h>
 # include <stdlib.h>
 # include <string.h>
@@ -18,4 +16,8 @@
 # include <readline/history.h>
 # include <readline/readline.h>
+
+// XXX I was including these before, but RHL claims they are not needed
+// # include <malloc.h>
+// # include <memory.h>
 
 /* OHANA included stuff */
Index: /trunk/Ohana/src/misc/include/missing_protos.h
===================================================================
--- /trunk/Ohana/src/misc/include/missing_protos.h	(revision 12874)
+++ /trunk/Ohana/src/misc/include/missing_protos.h	(revision 12875)
@@ -13,8 +13,11 @@
  *                    which depends on this file every time we need to add
  *                    a new prototype for the SunOS machines.
- * $Id: missing_protos.h,v 1.1.1.1 2004-11-24 04:39:33 eugene Exp $
+ * $Id: missing_protos.h,v 1.2 2007-04-18 19:21:46 eugene Exp $
  * $Locker:  $
  *
  * $Log: not supported by cvs2svn $
+ * Revision 1.1.1.1  2004/11/24 04:39:33  eugene
+ * importing elixir components
+ *
  * Revision 1.1.1.1  2001/07/25 02:59:23  eugene
  * import Ohana
@@ -146,5 +149,6 @@
 #include <float.h>             /* for DBL_MIN and DBL_MAX */
 #else
-#include <values.h>
+/* XXX RHL claims values.h is not needed
+ * #include <values.h> */
 #ifndef DBL_MIN
 #define DBL_MIN MINDOUBLE
Index: /trunk/Ohana/src/opihi/dimm/sbig/sp_ccdcontrol.c
===================================================================
--- /trunk/Ohana/src/opihi/dimm/sbig/sp_ccdcontrol.c	(revision 12874)
+++ /trunk/Ohana/src/opihi/dimm/sbig/sp_ccdcontrol.c	(revision 12875)
@@ -6,9 +6,11 @@
 #include <time.h>
 #include <fcntl.h>
-#include <values.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include "sbig.h"
 #include "fh/fh.h" /* CFHT FITS Handling library */
+
+// XXX RHL claims this is not needed
+// #include <values.h>
 
 #define N_FITS_ENTRIES 33
