- asprintf.c and vasprintf-msvc.c are compiled in MSVC builds, so
define HAVE_ASPRINTF and HAVE_VASPRINTF in win32/rrd_config.h
# endif
#endif
+/* Define to 1 if you have the `asprintf' function. */
+#define HAVE_ASPRINTF 1
+
/* Define to 1 if you have the `chdir' function. */
#define HAVE_CHDIR 1
/* Define to 1 if you have the `uintptr_t' standard type. */
#define HAVE_UINTPTR_T 1
+/* Define to 1 if you have the `vasprintf' function. */
+#define HAVE_VASPRINTF 1
+
/* Misc Missing Windows defines */
#undef PATH_MAX /* PATH_MAX is defined in win32/dirent.h too. Relevant, if included before rrd_config.h */
#define PATH_MAX 1024