OSDN Git Service

Remove more namespace pollution.
authorElliott Hughes <enh@google.com>
Sat, 8 Nov 2014 17:56:50 +0000 (09:56 -0800)
committerElliott Hughes <enh@google.com>
Sat, 8 Nov 2014 18:14:19 +0000 (10:14 -0800)
Nothing in our tree is using this HAVE_BACKTRACE definition, but we do have
a hack in external/llvm to work around the namespace pollution.

Change-Id: Ib51d8bbd598dd2961a028216bf0b489dc7ad4880

core/combo/include/arch/darwin-x86/AndroidConfig.h
core/combo/include/arch/linux-arm/AndroidConfig.h
core/combo/include/arch/linux-arm64/AndroidConfig.h
core/combo/include/arch/linux-mips/AndroidConfig.h
core/combo/include/arch/linux-mips64/AndroidConfig.h
core/combo/include/arch/linux-x86/AndroidConfig.h
core/combo/include/arch/target_linux-x86/AndroidConfig.h
core/combo/include/arch/windows/AndroidConfig.h

index eb5609c..e4a6921 100644 (file)
 #define _LARGEFILE_SOURCE 1
 
 /*
- * Defined if we have the backtrace() call for retrieving a stack trace.
- * Needed for CallStack to operate; if not defined, CallStack is
- * non-functional.
- */
-#define HAVE_BACKTRACE 0
-
-/*
  * Add any extra platform-specific defines here.
  */
 #define _THREAD_SAFE
index 4a9ec62..0b83b59 100644 (file)
 #define HAVE_ENDIAN_H
 #define HAVE_LITTLE_ENDIAN
 
-/*
- * Defined if we have the backtrace() call for retrieving a stack trace.
- * Needed for CallStack to operate; if not defined, CallStack is
- * non-functional.
- */
-#define HAVE_BACKTRACE 0
-
 /* 
  * Defined if we have the sched_setscheduler() call
  */
index c3ad5da..b000abe 100644 (file)
 /* #define _LARGEFILE_SOURCE 1 */
 
 /*
- * Defined if we have the backtrace() call for retrieving a stack trace.
- * Needed for CallStack to operate; if not defined, CallStack is
- * non-functional.
- */
-#define HAVE_BACKTRACE 0
-
-/*
  * Defined if we have the sched_setscheduler() call
  */
 #define HAVE_SCHED_SETSCHEDULER
index 45bff09..e27f743 100644 (file)
 /* #define _LARGEFILE_SOURCE 1 */
 
 /*
- * Defined if we have the backtrace() call for retrieving a stack trace.
- * Needed for CallStack to operate; if not defined, CallStack is
- * non-functional.
- */
-#define HAVE_BACKTRACE 0
-
-/*
  * Defined if we have the sched_setscheduler() call
  */
 #define HAVE_SCHED_SETSCHEDULER
index f66830a..2853790 100644 (file)
 /* #define _LARGEFILE_SOURCE 1 */
 
 /*
- * Defined if we have the backtrace() call for retrieving a stack trace.
- * Needed for CallStack to operate; if not defined, CallStack is
- * non-functional.
- */
-#define HAVE_BACKTRACE 0
-
-/*
  * Defined if we have the sched_setscheduler() call
  */
 #define HAVE_SCHED_SETSCHEDULER
index e3bffec..902eef2 100644 (file)
 #define _FILE_OFFSET_BITS 64
 #define _LARGEFILE_SOURCE 1
 
-/*
- * Defined if we have the backtrace() call for retrieving a stack trace.
- * Needed for CallStack to operate; if not defined, CallStack is
- * non-functional.
- */
-#define HAVE_BACKTRACE 1
-
 /* 
  * Defined if we have the sched_setscheduler() call
  */
index 216bb9e..3952250 100644 (file)
 /* #define _LARGEFILE_SOURCE 1 */
 
 /*
- * Defined if we have the backtrace() call for retrieving a stack trace.
- * Needed for CallStack to operate; if not defined, CallStack is
- * non-functional.
- */
-#define HAVE_BACKTRACE 0
-
-/*
  * Defined if we have the sched_setscheduler() call
  */
 #define HAVE_SCHED_SETSCHEDULER
index 786f95e..e9964a3 100644 (file)
 #define _LARGEFILE_SOURCE 1
 
 /*
- * Defined if we have the backtrace() call for retrieving a stack trace.
- * Needed for CallStack to operate; if not defined, CallStack is
- * non-functional.
- */
-#define HAVE_BACKTRACE 0
-
-/*
  * Add any extra platform-specific defines here.
  */
 #define WIN32 1                 /* stock Cygwin doesn't define these */