On 4/13/2011 12:53 PM, Jeff Trawick wrote: > > After the last commits the main HAVE/HAS differences between apr.hw > and my MinGW builds of trunk are > > Only in apr.h: > APR_HAVE_DIRENT_H=1 > APR_HAVE_INET_NETWORK=1 > APR_HAVE_SEMAPHORE_H=1 > APR_HAVE_STDINT_H=1 > APR_HAVE_STRCASECMP=1 > APR_HAVE_STRINGS_H=1 > APR_HAVE_STRNCASECMP=1 > APR_HAVE_SYS_TIME_H=1 > APR_HAVE_UNISTD_H=1
These are not true of VC6 through VC9. Therefore I'm guessing that these are compatibility thunks introduced by gcc/mingw/msys, and they should be harmless to use if they are detected, and the mingw/msys toolchain gurus did a good job.