| Index: build/build_config.h
|
| diff --git a/build/build_config.h b/build/build_config.h
|
| index fef6be50bded7db75515c2f2a2fd4d4821481de0..065d15ff36ddeb6a51d9eb6f003905d61c058ff7 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 GLIBC
|
| +#endif
|
| #elif defined(_WIN32)
|
| #define OS_WIN 1
|
| #define TOOLKIT_VIEWS 1
|
|
|