FWIW;

One of the projects in COIN-OR found it unacceptable to ifdef malloc.h with 
__STDC__. The reason is that other systems, especically AIX, use malloc.h for 
non standard malloc-related functions, and including malloc.h had no ill effect 
on other platforms. At the end they ifndef'ed it for __FreeBSD__.

- dlmalloc and ptmalloc define malloc_usable_size() in malloc.h
- FreeBSD defines malloc_usable_size() in malloc_np.h

I am the minority here but I think we should go back to issuing a simple 
warning and continue. The known packages are already fixed and being so picky 
justs make life a little bit more difficult for newcomers.

Pedro.


__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto 
spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to