Chromium Code Reviews| Index: third_party/tcmalloc/chromium/src/config.h.in |
| =================================================================== |
| --- third_party/tcmalloc/chromium/src/config.h.in (revision 41942) |
| +++ third_party/tcmalloc/chromium/src/config.h.in (working copy) |
| @@ -153,6 +153,9 @@ |
| /* define if your compiler has __attribute__ */ |
| #undef HAVE___ATTRIBUTE__ |
| +/* Define to 1 if compiler supports __environ */ |
| +#undef HAVE___ENVIRON |
| + |
| /* Define to 1 if the system has the type `__int64'. */ |
| #undef HAVE___INT64 |