--- libaitio/inc/config.h.in 2013/03/13 14:54:39 1.11 +++ libaitio/inc/config.h.in 2016/08/18 09:06:31 1.14 @@ -6,12 +6,18 @@ /* 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 /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `aitsched' library (-laitsched). */ +#undef HAVE_LIBAITSCHED + /* Define to 1 if you have the `crypto' library (-lcrypto). */ #undef HAVE_LIBCRYPTO @@ -107,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. */