Hi, I just thought about config_msvc.h. I think it would be better to remove it and replace with autoconf-tests. The idea of autoconf is not to distinquish compilers, but features. There should be no "#if _MSC_VER <= 1200" or something, but "#if HAVE_THIS_SPECIAL_FEATURE".
Another point is, that e. g. this macro LOG4CXX_HAVE_OLD_WIN32_INTERLOCKS, which is defined in config_msvc.h is not used at all, so this is useless anyway. Tommi
