From: Behdad Esfahbod Date: Sat, 11 May 2019 07:44:22 +0000 (-0700) Subject: [config] Disbale getenv() and atexit() if HB_LEAN X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42a21284778f3203d96133f74b0f846cd1567958;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [config] Disbale getenv() and atexit() if HB_LEAN Part of https://github.com/harfbuzz/harfbuzz/issues/1652 --- diff --git a/src/hb-config.hh b/src/hb-config.hh index 087e669..2eada98 100644 --- a/src/hb-config.hh +++ b/src/hb-config.hh @@ -42,8 +42,10 @@ #ifdef HB_LEAN #define HB_DISABLE_DEPRECATED +#define HB_NO_ATEXIT #define HB_NO_BITMAP #define HB_NO_CFF +#define HB_NO_GETENV #define HB_NO_MATH #define HB_NO_OT_LAYOUT_UNUSED #endif