From b4714bcdf1f27bc4f112a7771a2800e59261046e Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 12 Dec 2013 17:20:14 +0000 Subject: [PATCH] no place in the source uses HAVE_GETTIMEOFDAY, and it conflicts with Python, so let's simply not define it --- dtool/LocalSetup.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/dtool/LocalSetup.pp b/dtool/LocalSetup.pp index 686ae673ee..f177ce2cac 100644 --- a/dtool/LocalSetup.pp +++ b/dtool/LocalSetup.pp @@ -602,9 +602,6 @@ $[cdefine HAVE_DINKUM] /* Define if we have STL hash_map etc. available */ $[cdefine HAVE_STL_HASH] -/* Define if we have a gettimeofday() function. */ -$[cdefine HAVE_GETTIMEOFDAY] - /* Define if gettimeofday() takes only one parameter. */ $[cdefine GETTIMEOFDAY_ONE_PARAM]