]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Remove the AC_FUNC_MALLOC check, since we don't depend on the malloc(0) behavior...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 22 Oct 2015 02:57:13 +0000 (02:57 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 22 Oct 2015 02:57:13 +0000 (02:57 +0000)
config.h.in
configure.ac

index af2e5fc2102aa17cf595cd29134c5df140df37d3..f4d97a232d0585b8ee7a213dd7c6c0f2d36f3284 100644 (file)
 /* Define to 1 if you have the <locale.h> header file. */
 #undef HAVE_LOCALE_H
 
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
-   to 0 otherwise. */
-#undef HAVE_MALLOC
-
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
    */
 #undef LT_OBJDIR
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Name of package */
 #undef PACKAGE
 
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
 
-/* Define to rpl_malloc if the replacement function should be used. */
-#undef malloc
-
 /* Define to rpl_realloc if the replacement function should be used. */
 #undef realloc
 
index ba6d77f2ee69f17f49fc372f2add0306238377dc..4dd4ee63235a8ae5cb082dc328f17698f35cc36e 100644 (file)
@@ -43,7 +43,6 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_FUNC_VPRINTF
 AC_FUNC_MEMCMP
-AC_FUNC_MALLOC
 AC_FUNC_REALLOC
 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp setlocale)
 AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])