mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
use 32 bit time.
This commit is contained in:
parent
0ee15c9c98
commit
667c498942
1 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue