bind plugin: Don't use LLONG_{MIN,MAX} to increase portability.
authorFlorian Forster <octo@huhu.verplant.org>
Mon, 19 Jan 2009 12:05:23 +0000 (13:05 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 19 Jan 2009 12:05:23 +0000 (13:05 +0100)
commitd479f22cf71c80e7c8717a0f6a28dab6ea1d277b
treedc7c104a41d4a7ec3d66283d0314643946ee9ced
parent7e905b5dbb59d0ba43503896daf2a8dbf102eaba
bind plugin: Don't use LLONG_{MIN,MAX} to increase portability.

Sagly, there's a bug in some versions of GCC/GNU libc which leads to LLONG_*
not being defined. We'll check the return value of strtoll for `>0' and `<0',
which should do the trick, too.
src/bind.c