Remove more namespace pollution (HAVE_TM_GMTOFF).

Change-Id: I9c2d7ffb66127c1b73076f8674ecf29aada0fa38
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h
index f594693..9546f7a 100644
--- a/core/combo/include/arch/darwin-x86/AndroidConfig.h
+++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h
@@ -115,11 +115,6 @@
 /* #define HAVE_MALLOC_H */
 
 /*
- * Define if tm struct has tm_gmtoff field
- */
-#define HAVE_TM_GMTOFF 1
-
-/*
  * Define if dirent struct has d_type field
  */
 #define HAVE_DIRENT_D_TYPE 1
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h
index 5f9b1cc..ce2bbd4 100644
--- a/core/combo/include/arch/linux-arm/AndroidConfig.h
+++ b/core/combo/include/arch/linux-arm/AndroidConfig.h
@@ -131,11 +131,6 @@
 #define HAVE_MADVISE 1
 
 /*
- * Define if tm struct has tm_gmtoff field
- */
-#define HAVE_TM_GMTOFF 1
-
-/*
  * Define if dirent struct has d_type field
  */
 #define HAVE_DIRENT_D_TYPE 1
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h
index 5a08999..e5c225c 100644
--- a/core/combo/include/arch/linux-arm64/AndroidConfig.h
+++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h
@@ -129,11 +129,6 @@
 #define HAVE_MADVISE 1
 
 /*
- * Define if tm struct has tm_gmtoff field
- */
-#define HAVE_TM_GMTOFF 1
-
-/*
  * Define if dirent struct has d_type field
  */
 #define HAVE_DIRENT_D_TYPE 1
diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h
index dfa028a..3d8f8e8 100644
--- a/core/combo/include/arch/linux-mips/AndroidConfig.h
+++ b/core/combo/include/arch/linux-mips/AndroidConfig.h
@@ -171,11 +171,6 @@
 #define HAVE_MADVISE 1
 
 /*
- * Define if tm struct has tm_gmtoff field
- */
-#define HAVE_TM_GMTOFF 1
-
-/*
  * Define if dirent struct has d_type field
  */
 #define HAVE_DIRENT_D_TYPE 1
diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h
index a3a839e..6a465a5 100644
--- a/core/combo/include/arch/linux-mips64/AndroidConfig.h
+++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h
@@ -161,11 +161,6 @@
 #define HAVE_MADVISE 1
 
 /*
- * Define if tm struct has tm_gmtoff field
- */
-#define HAVE_TM_GMTOFF 1
-
-/*
  * Define if dirent struct has d_type field
  */
 #define HAVE_DIRENT_D_TYPE 1
diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h
index 902eef2..2fc768d 100644
--- a/core/combo/include/arch/linux-x86/AndroidConfig.h
+++ b/core/combo/include/arch/linux-x86/AndroidConfig.h
@@ -127,11 +127,6 @@
 #define HAVE_MADVISE 1
 
 /*
- * Define if tm struct has tm_gmtoff field
- */
-#define HAVE_TM_GMTOFF 1
-
-/*
  * Define if dirent struct has d_type field
  */
 #define HAVE_DIRENT_D_TYPE 1
diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h
index 93ff7d6..253b204 100644
--- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h
+++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h
@@ -123,11 +123,6 @@
 #define HAVE_MADVISE 1
 
 /*
- * Define if tm struct has tm_gmtoff field
- */
-#define HAVE_TM_GMTOFF 1
-
-/*
  * Define if dirent struct has d_type field
  */
 #define HAVE_DIRENT_D_TYPE 1