Better handling of platforms which hide "extended" functionality
authorH. Peter Anvin <hpa@zytor.com>
Sat, 27 Oct 2007 01:49:29 +0000 (18:49 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 27 Oct 2007 01:49:29 +0000 (18:49 -0700)
commitc13d31a907a5d8406b9f07bb782db76e56634c2d
treef8ed7838812165fd2636ef172fa6e48258cba732
parent31600d6988ce92cf29af3de905556868d9c5d2d3
Better handling of platforms which hide "extended" functionality

Some platforms apparently feel -std=c99, which defines
__STRICT_ANSI__, should also hide a bunch of function prototypes.
This rather sucks.  At least try to deal with it.

MinGW and DJGPP both have this problem, in particular.
compiler.h
configure.in