X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config.h.in;h=37adc03b8746653b8a6de4ec28b834b11e41f65f;hb=89b59218da596eb04f2fbaf43dfd68069320933a;hp=e9b36d8619450859e6aa249b57a6868b261a210f;hpb=c93352a5fa892a505dc3d04a651f59f1545e8251;p=platform%2Fupstream%2Ffribidi.git diff --git a/config.h.in b/config.h.in index e9b36d8..37adc03 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you want to include debug code in the library */ #undef DEBUG +/* Don not build deprecated functionality */ +#undef FRIBIDI_NO_DEPRECATED + /* Define to 1 if you have the header file. */ #undef HAVE_ASM_PAGE_H @@ -93,8 +96,5 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to 1 if you want to use simple mallocs instead of memory chunks */ -#undef USE_SIMPLE_MALLOC - /* Define to empty if `const' does not conform to ANSI C. */ #undef const