Changeset 12875
- Timestamp:
- Apr 18, 2007, 9:21:46 AM (19 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 4 edited
-
configure.tcsh (modified) (4 diffs)
-
src/libohana/include/ohana.h (modified) (2 diffs)
-
src/misc/include/missing_protos.h (modified) (2 diffs)
-
src/opihi/dimm/sbig/sp_ccdcontrol.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/configure.tcsh
r12874 r12875 186 186 set needincs = "$needincs glob.h" 187 187 set needincs = "$needincs jpeglib.h" 188 set needincs = "$needincs malloc.h"189 188 set needincs = "$needincs math.h" 190 set needincs = "$needincs memory.h"191 189 set needincs = "$needincs netdb.h" 192 190 set needincs = "$needincs netinet/ip.h" … … 211 209 set needincs = "$needincs time.h" 212 210 set needincs = "$needincs unistd.h" 213 set needincs = "$needincs values.h"214 211 set needincs = "$needincs zlib.h" 215 212 … … 220 217 # set needincs = "$needincs stdarg.h" - from std includes (in gcc path) 221 218 # set needincs = "$needincs varargs.h" - from std includes (in gcc path) 219 220 # XXX I was probing for these before, but RHL claims we don't need them. 221 # I suspect they may be needed on older systems a la CFHT. 222 # set needincs = "$needincs malloc.h" 223 # set needincs = "$needincs memory.h" 224 # set needincs = "$needincs values.h" 222 225 223 226 # check the hardware architecture: … … 258 261 endif 259 262 set syslibpath = "$syslibpath /sw/lib /usr/local/lib/mysql" 260 set sysincpath = "$sysincpath /sw/include /usr/include/sys"263 set sysincpath = "$sysincpath /sw/include" 261 264 set dlltype = dylib 262 265 breaksw; -
trunk/Ohana/src/libohana/include/ohana.h
r10842 r12875 1 1 # include <stdio.h> 2 2 # include <fcntl.h> 3 # include <malloc.h>4 3 # include <math.h> 5 4 # include <errno.h> 6 5 # include <time.h> 7 # include <memory.h>8 6 # include <stdlib.h> 9 7 # include <string.h> … … 18 16 # include <readline/history.h> 19 17 # include <readline/readline.h> 18 19 // XXX I was including these before, but RHL claims they are not needed 20 // # include <malloc.h> 21 // # include <memory.h> 20 22 21 23 /* OHANA included stuff */ -
trunk/Ohana/src/misc/include/missing_protos.h
r2417 r12875 13 13 * which depends on this file every time we need to add 14 14 * a new prototype for the SunOS machines. 15 * $Id: missing_protos.h,v 1. 1.1.1 2004-11-24 04:39:33eugene Exp $15 * $Id: missing_protos.h,v 1.2 2007-04-18 19:21:46 eugene Exp $ 16 16 * $Locker: $ 17 17 * 18 18 * $Log: not supported by cvs2svn $ 19 * Revision 1.1.1.1 2004/11/24 04:39:33 eugene 20 * importing elixir components 21 * 19 22 * Revision 1.1.1.1 2001/07/25 02:59:23 eugene 20 23 * import Ohana … … 146 149 #include <float.h> /* for DBL_MIN and DBL_MAX */ 147 150 #else 148 #include <values.h> 151 /* XXX RHL claims values.h is not needed 152 * #include <values.h> */ 149 153 #ifndef DBL_MIN 150 154 #define DBL_MIN MINDOUBLE -
trunk/Ohana/src/opihi/dimm/sbig/sp_ccdcontrol.c
r7917 r12875 6 6 #include <time.h> 7 7 #include <fcntl.h> 8 #include <values.h>9 8 #include <sys/stat.h> 10 9 #include <sys/types.h> 11 10 #include "sbig.h" 12 11 #include "fh/fh.h" /* CFHT FITS Handling library */ 12 13 // XXX RHL claims this is not needed 14 // #include <values.h> 13 15 14 16 #define N_FITS_ENTRIES 33
Note:
See TracChangeset
for help on using the changeset viewer.
