소스 검색

Remove HAVE_GETTIMEOFDAY which we aren't using

rdb 12 년 전
부모
커밋
708e8dc513
7개의 변경된 파일0개의 추가작업 그리고 21개의 파일을 삭제
  1. 0 3
      dtool/Config.Android.pp
  2. 0 3
      dtool/Config.FreeBSD.pp
  3. 0 3
      dtool/Config.Irix.pp
  4. 0 3
      dtool/Config.Linux.pp
  5. 0 3
      dtool/Config.OSX.pp
  6. 0 3
      dtool/Config.Win32.pp
  7. 0 3
      dtool/Config.Win64.pp

+ 0 - 3
dtool/Config.Android.pp

@@ -245,9 +245,6 @@
 // assertion failures on execution.
 // assertion failures on execution.
 #define SIMPLE_STRUCT_POINTERS
 #define SIMPLE_STRUCT_POINTERS
 
 
-// Do we have a gettimeofday() function?
-#define HAVE_GETTIMEOFDAY 1
-
 // Does gettimeofday() take only one parameter?
 // Does gettimeofday() take only one parameter?
 #define GETTIMEOFDAY_ONE_PARAM
 #define GETTIMEOFDAY_ONE_PARAM
 
 

+ 0 - 3
dtool/Config.FreeBSD.pp

@@ -168,9 +168,6 @@
 // assertion failures on execution.
 // assertion failures on execution.
 #define SIMPLE_STRUCT_POINTERS
 #define SIMPLE_STRUCT_POINTERS
 
 
-// Do we have a gettimeofday() function?
-#define HAVE_GETTIMEOFDAY 1
-
 // Does gettimeofday() take only one parameter?
 // Does gettimeofday() take only one parameter?
 #define GETTIMEOFDAY_ONE_PARAM
 #define GETTIMEOFDAY_ONE_PARAM
 
 

+ 0 - 3
dtool/Config.Irix.pp

@@ -41,9 +41,6 @@
 // assertion failures on execution.
 // assertion failures on execution.
 #define SIMPLE_STRUCT_POINTERS
 #define SIMPLE_STRUCT_POINTERS
 
 
-// Do we have a gettimeofday() function?
-#define HAVE_GETTIMEOFDAY 1
-
 // Does gettimeofday() take only one parameter?
 // Does gettimeofday() take only one parameter?
 #define GETTIMEOFDAY_ONE_PARAM
 #define GETTIMEOFDAY_ONE_PARAM
 
 

+ 0 - 3
dtool/Config.Linux.pp

@@ -210,9 +210,6 @@
 // assertion failures on execution.
 // assertion failures on execution.
 #define SIMPLE_STRUCT_POINTERS
 #define SIMPLE_STRUCT_POINTERS
 
 
-// Do we have a gettimeofday() function?
-#define HAVE_GETTIMEOFDAY 1
-
 // Does gettimeofday() take only one parameter?
 // Does gettimeofday() take only one parameter?
 #define GETTIMEOFDAY_ONE_PARAM
 #define GETTIMEOFDAY_ONE_PARAM
 
 

+ 0 - 3
dtool/Config.OSX.pp

@@ -169,9 +169,6 @@
 // assertion failures on execution.
 // assertion failures on execution.
 #define SIMPLE_STRUCT_POINTERS
 #define SIMPLE_STRUCT_POINTERS
 
 
-// Do we have a gettimeofday() function?
-#define HAVE_GETTIMEOFDAY 1
-
 // Does gettimeofday() take only one parameter?
 // Does gettimeofday() take only one parameter?
 #define GETTIMEOFDAY_ONE_PARAM
 #define GETTIMEOFDAY_ONE_PARAM
 
 

+ 0 - 3
dtool/Config.Win32.pp

@@ -47,9 +47,6 @@
 // assertion failures on execution.
 // assertion failures on execution.
 #define SIMPLE_STRUCT_POINTERS 1
 #define SIMPLE_STRUCT_POINTERS 1
 
 
-// Do we have a gettimeofday() function?
-#define HAVE_GETTIMEOFDAY
-
 // Does gettimeofday() take only one parameter?
 // Does gettimeofday() take only one parameter?
 #define GETTIMEOFDAY_ONE_PARAM
 #define GETTIMEOFDAY_ONE_PARAM
 
 

+ 0 - 3
dtool/Config.Win64.pp

@@ -47,9 +47,6 @@
 // assertion failures on execution.
 // assertion failures on execution.
 #define SIMPLE_STRUCT_POINTERS 1
 #define SIMPLE_STRUCT_POINTERS 1
 
 
-// Do we have a gettimeofday() function?
-#define HAVE_GETTIMEOFDAY
-
 // Does gettimeofday() take only one parameter?
 // Does gettimeofday() take only one parameter?
 #define GETTIMEOFDAY_ONE_PARAM
 #define GETTIMEOFDAY_ONE_PARAM