On Sat, Sep 13, 2014 at 6:02 PM, Vlad Bogolin <vladbogo...@gmail.com> wrote:
> Regarding the ntohll and htonll, I found out that this
>
> CHECK_SYMBOL_EXISTS(htonll "sys/_endian.h" HAVE_HTONLL)
> if(HAVE_HTONLL)
>     add_definitions(-DHAVE_HTONLL=1)
> endif(HAVE_HTONLL)
>
> appears to solve the finding problem but I don’t know exactly if it’s the
> most suitable solution. What to you think?

Hmm.  Maybe we could do a test along the lines of what we do for
lrint?  Find a snippit of source code which tells us what's going on,
since the stock check_function_exists test doesn't seem to work?

CY

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to