[ARITH] If imaxdiv() isn't available, use / and % operators
commit469fad86703e8dc8177dc9f1a768571105292344
authorGerrit Pape <pape@smarden.org>
Sun, 23 Dec 2007 13:24:37 +0000 (23 21:24 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 23 Dec 2007 13:24:37 +0000 (23 21:24 +0800)
treeb1a9ba02237d1d960b22ef7e2b24e0a7c1f67687
parent1b212d313de17ce3fbe0441b4269e2bf47b2dd68
[ARITH] If imaxdiv() isn't available, use / and % operators

Although in posix, imaxdiv() isn't implemented on Debian/alpha, causing
dash to fail to build.  So use / and % operators if imaxdiv() isn't
available.

 http://bugs.debian.org/456398

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
ChangeLog
configure.ac
src/arith_yacc.c