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:
authorDolphin Hawkins <dolphin@exitzer0.com>2016-07-05 23:49:05 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2016-07-11 20:23:20 +0300
commit856447c71eada81dd547a172ac5c02185215b431 (patch)
treeeb9a98108278ff8767315931dab0fe82f5e2aa7d /eglib/src/eglib-config.h.in
parent3e0eb1a54c69075faf5da563333b1b40550e82a2 (diff)
Fixed up configure overridable allocators option. Moved g_vasprintf implementation to gstr which forwards to the system vasprintf when appropriate
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;