@@ -9,11 +9,10 @@ * the packaging of this file. */ #include "config.h" -#ifndef HAVE_ASPRINTF #include #include #include int @@ -29,6 +28,5 @@ if ((*strp = malloc((size_t)size + 1)) == NULL) return -1; return vsnprintf(*strp, (size_t)size + 1, fmt, args); } -#endif