--- libaitmqtt/inc/config.h.in 2012/01/26 13:07:33 1.1.1.1 +++ libaitmqtt/inc/config.h.in 2022/09/14 14:32:48 1.1.1.1.16.2 @@ -41,6 +41,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 `strtol' function. */ #undef HAVE_STRTOL @@ -82,6 +88,9 @@ /* Build libraries with debug information and additional messages */ #undef __DEBUG + +/* Build libraries with libelwix memory managemant */ +#undef __ELWIX /* 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. */