no place in the source uses HAVE_GETTIMEOFDAY, and it conflicts with Python, so let's simply not define it

This commit is contained in:
rdb 2013-12-12 17:20:14 +00:00
parent f615e0beeb
commit b4714bcdf1

View File

@ -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]