summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-10-24 18:46:59 +0000
committerMartin Baulig <martin@src.gnome.org>1999-10-24 18:46:59 +0000
commit71e81ccad302c11a87ea1e7acd4860d8c8d47694 (patch)
treed866676e440e0f978db1ef219c5e13ffccbb770c /acconfig.h
parenteeaa766456ee2de5533313cab1c7f0757126d19a (diff)
downloadlibgtop-71e81ccad302c11a87ea1e7acd4860d8c8d47694.tar.gz
Added. New configure parameter to use glib's malloc functions.
1999-10-24 Martin Baulig <martin@home-of-linux.org> * acconfig.h (LIBGTOP_USE_GLIB_MALLOC): Added. * configure.in (--enable-glib-malloc): New configure parameter to use glib's malloc functions.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index b70a05b1..8cc79750 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -151,6 +151,9 @@
#undef LIBGTOP_ENABLE_DEBUG
#undef LIBGTOP_FATAL_WARNINGS
+/* Define to use glib's malloc. */
+#undef LIBGTOP_USE_GLIB_MALLOC
+
/* Same as LINUX_VERSION_CODE either from <linux/version.h> or from
* the running kernel (if we don't have configured kernel sources).
*/