--- libaitio/inc/config.h.in 2013/11/22 13:49:14 1.12 +++ libaitio/inc/config.h.in 2016/08/18 09:06:31 1.14 @@ -6,6 +6,9 @@ /* Define to 1 if you have the `bzero' function. */ #undef HAVE_BZERO +/* Define to 1 if you have the `fpurge' function. */ +#undef HAVE_FPURGE + /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE @@ -110,6 +113,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS + +/* Build library with zero-copy buffer */ +#undef ZCBUF_ENABLE /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */