Hello,

In message "Re: Problems building 1.8.4 with VS8 C++ Express Edition (cl 14.00)"
    on Dec.27,2005 12:26:23, <nobuyoshi.nakada / ge.com> wrote:
| +!if $(MSC_VER) >= 1400
| +/* Prevents VC++ 2005 (cl ver 14) warnings */
| +#define _CRT_SECURE_NO_DEPRECATE 1
| +#define _CRT_NONSTDC_NO_DEPRECATE 1
| +!endif

Defining these macros in config.h is not good idea because
some .c files include standard headers before including ruby.h.
I think we should define them in CPPFLAGS.


Regards,
-- 
U.Nakamura <usa / garbagecollect.jp>