Chromium Code Reviews| Index: build/build_config.h |
| diff --git a/build/build_config.h b/build/build_config.h |
| index ea5da2c42a912467adbd4e74df208ba2e587ef9c..3ea3ddca4b833e8e8543ecf2396ad49b7d449fb5 100644 |
| --- a/build/build_config.h |
| +++ b/build/build_config.h |
| @@ -34,6 +34,10 @@ |
| #if !defined(TOOLKIT_VIEWS) && defined(USE_X11) |
| #define TOOLKIT_GTK |
| #endif |
| +#if defined(__GLIBC__) && !defined(__UCLIBC__) |
| +// we really are using glibc, not uClibc pretending to be glibc |
| +#define LIBC_GLIBC |
| +#endif |
| #elif defined(_WIN32) |
| #define OS_WIN 1 |
| #define TOOLKIT_VIEWS 1 |