File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 29
29
and to 0 otherwise. */
30
30
#undef HAVE_REALLOC
31
31
32
+ /* Define to 1 if you have the `snprintf' function. */
33
+ #undef HAVE_SNPRINTF
34
+
32
35
/* Define to 1 if you have the <stdarg.h> header file. */
33
36
#undef HAVE_STDARG_H
34
37
38
41
/* Define to 1 if you have the <stdlib.h> header file. */
39
42
#undef HAVE_STDLIB_H
40
43
44
+ /* Define to 1 if you have the `strdup' function. */
45
+ #undef HAVE_STRDUP
46
+
41
47
/* Define to 1 if you have the `strerror' function. */
42
48
#undef HAVE_STRERROR
43
49
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ AC_FUNC_VPRINTF
27
27
AC_FUNC_MEMCMP
28
28
AC_FUNC_MALLOC
29
29
AC_FUNC_REALLOC
30
- AC_CHECK_FUNCS(strndup strerror vsnprintf vasprintf open vsyslog strncasecmp)
30
+ AC_CHECK_FUNCS(strndup strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp)
31
31
32
32
AM_PROG_LIBTOOL
33
33
You can’t perform that action at this time.
0 commit comments