diff options
author | Martin Baulig <martin@home-of-linux.org> | 1999-10-24 18:46:59 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1999-10-24 18:46:59 +0000 |
commit | 71e81ccad302c11a87ea1e7acd4860d8c8d47694 (patch) | |
tree | d866676e440e0f978db1ef219c5e13ffccbb770c /acconfig.h | |
parent | eeaa766456ee2de5533313cab1c7f0757126d19a (diff) | |
download | libgtop-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). */ |