--- libaitsched/inc/config.h.in 2014/05/19 22:28:51 1.7.2.2 +++ libaitsched/inc/config.h.in 2014/06/05 22:37:29 1.8 @@ -3,8 +3,8 @@ /* Build scheduler library with AIO operations */ #undef AIO_SUPPORT -/* Enable epoll support */ -#undef EP_ENABLE +/* epoll support */ +#undef EP_SUPPORT /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME @@ -43,6 +43,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strlcat' function. */ +#undef HAVE_STRLCAT + +/* Define to 1 if you have the `strlcpy' function. */ +#undef HAVE_STRLCPY + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -64,15 +70,18 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Enable kqueue support */ -#undef KQ_ENABLE - /* How many kqueue events can scheduling at one time */ #undef KQ_EVENTS +/* kqueue support */ +#undef KQ_SUPPORT + /* Turn off debug asserts */ #undef NDEBUG +/* select support */ +#undef NO_SUPPORT + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -85,11 +94,17 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS + +/* support type */ +#undef SUP_ENABLE /* Build libraries with debug information and additional messages */ #undef __DEBUG