瀏覽代碼

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

rdb 12 年之前
父節點
當前提交
b4714bcdf1
共有 1 個文件被更改,包括 0 次插入3 次删除
  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]