diff --git a/config.h.win32 b/config.h.win32 index 0b84479d8d..d7790dd8ac 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.win32,v 1.13 2006/03/10 04:15:11 marka Exp $ */ +/* $Id: config.h.win32,v 1.14 2006/09/25 07:09:02 marka Exp $ */ /* * win32 configuration file @@ -38,6 +38,16 @@ */ #define __STDC__ 1 +/* + * Silence compiler warnings about using strcpy and friends. + */ +#define _CRT_SECURE_NO_DEPRECATE 1 + +/* + * Use 32 bit time. + */ +#define _USE_32BIT_TIME_T 1 + /* * Windows NT and 2K only */