Browse Source

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

rdb 12 years ago
parent
commit
b4714bcdf1
1 changed files with 0 additions and 3 deletions
  1. 0 3
      dtool/LocalSetup.pp

+ 0 - 3
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]