IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 9:21:46 AM (19 years ago)
Author:
eugene
Message:

dropping non-standard includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure.tcsh

    r12874 r12875  
    186186set needincs = "$needincs glob.h"
    187187set needincs = "$needincs jpeglib.h"
    188 set needincs = "$needincs malloc.h"
    189188set needincs = "$needincs math.h"
    190 set needincs = "$needincs memory.h"
    191189set needincs = "$needincs netdb.h"
    192190set needincs = "$needincs netinet/ip.h"
     
    211209set needincs = "$needincs time.h"
    212210set needincs = "$needincs unistd.h"
    213 set needincs = "$needincs values.h"
    214211set needincs = "$needincs zlib.h"
    215212
     
    220217# set needincs = "$needincs stdarg.h" - from std includes (in gcc path)
    221218# 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"
    222225
    223226# check the hardware architecture:
     
    258261   endif
    259262   set syslibpath = "$syslibpath /sw/lib /usr/local/lib/mysql"
    260    set sysincpath = "$sysincpath /sw/include /usr/include/sys"
     263   set sysincpath = "$sysincpath /sw/include"
    261264   set dlltype = dylib
    262265   breaksw;
Note: See TracChangeset for help on using the changeset viewer.