comparison configure @ 6057:31e465fda59c

various openbsd and general warning fixes - patch by Bj«Órn Sandell <biorn@dce.chalmers.se>
author arpi
date Sun, 12 May 2002 02:18:52 +0000
parents 759c5a3314a2
children 16d200b4fe8e
comparison
equal deleted inserted replaced
6056:f980563afdbc 6057:31e465fda59c
1397 _def_malloc='#define HAVE_MALLOC_H 1' 1397 _def_malloc='#define HAVE_MALLOC_H 1'
1398 else 1398 else
1399 _def_malloc='#undef HAVE_MALLOC_H' 1399 _def_malloc='#undef HAVE_MALLOC_H'
1400 fi 1400 fi
1401 # malloc.h emits a warning in FreeBSD 1401 # malloc.h emits a warning in FreeBSD
1402 freebsd && _def_malloc='#undef HAVE_MALLOC_H' 1402 (freebsd || openbsd) && _def_malloc='#undef HAVE_MALLOC_H'
1403 echores "$_malloc" 1403 echores "$_malloc"
1404 1404
1405 1405
1406 echocheck "memalign()" 1406 echocheck "memalign()"
1407 # XXX restrict to x86 ? extend to other CPUs/cacheline sizes ? 1407 # XXX restrict to x86 ? extend to other CPUs/cacheline sizes ?