]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use 32 bit time.
authorMark Andrews <marka@isc.org>
Mon, 25 Sep 2006 07:09:02 +0000 (07:09 +0000)
committerMark Andrews <marka@isc.org>
Mon, 25 Sep 2006 07:09:02 +0000 (07:09 +0000)
config.h.win32

index 0b84479d8d2ded52ad1fe565514de02340115c39..d7790dd8acc2b743123d4812c056131593ceb879 100644 (file)
@@ -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
  */
 #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
  */