Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/src/eglib-config.h.in')
-rw-r--r--eglib/src/eglib-config.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/eglib/src/eglib-config.h.in b/eglib/src/eglib-config.h.in
index 15d1b022062..ae7b6d45337 100644
--- a/eglib/src/eglib-config.h.in
+++ b/eglib/src/eglib-config.h.in
@@ -23,10 +23,6 @@
#define G_HAVE_ALLOCA_H
#endif
-#if @ENABLE_OVERRIDABLE_ALLOCATORS@ == 1
-#define G_OVERRIDABLE_ALLOCATORS
-#endif
-
typedef unsigned @GSIZE@ gsize;
typedef signed @GSIZE@ gssize;