Remove unused MALLOC variables

This commit is contained in:
Luis Diaz Mas
2017-07-31 17:11:44 +02:00
parent 815aacd316
commit d8ada323e3
4 changed files with 1 additions and 25 deletions
+1 -4
View File
@@ -72,7 +72,6 @@ ENDIF( EXIV2_ENABLE_COMMERCIAL )
# checking for Header files
check_include_file( "inttypes.h" have_inttypes_h )
check_include_file( "malloc.h" HAVE_MALLOC_H )
check_include_file( "memory.h" HAVE_MEMORY_H )
check_include_file( "stdbool.h" HAVE_STDBOOL_H )
check_include_file( "stdint.h" HAVE_STDINT_H )
@@ -87,7 +86,6 @@ check_include_file( "sys/mman.h" HAVE_SYS_MMAN_H )
check_include_file( "process.h" HAVE_PROCESS_H )
check_include_file( "regex.h" HAVE_REGEX )
check_function_exists( malloc HAVE_MALLOC )
check_function_exists( memset HAVE_MEMSET )
check_function_exists( mmap HAVE_MMAP )
check_function_exists( munmap HAVE_MUNMAP )
@@ -127,8 +125,7 @@ IF( NOT MSVC )
SET( HAVE_PID_T TRUE )
ENDIF( NOT MSVC )
SET( EXV_SYMBOLS HAVE_MALLOC_H
HAVE_MEMORY_H
SET( EXV_SYMBOLS HAVE_MEMORY_H
HAVE_MEMSET
HAVE_MMAP
HAVE_MUNMAP
-7
View File
@@ -53,13 +53,6 @@
/* Define to 1 if you have the <regex.h> header file. */
#cmakedefine EXV_HAVE_REGEX 1
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#cmakedefine EXV_HAVE_MALLOC 1
/* Define to 1 if you have the <malloc.h> header file. */
#cmakedefine EXV_HAVE_MALLOC_H 1
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine EXV_HAVE_MEMORY_H 1
-7
View File
@@ -50,13 +50,6 @@
/* Define to 1 if you have the <regex.h> header file. */
#define HAVE_REGEX 1
/* 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 <malloc.h> header file. */
#undef HAVE_MALLOC_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
-7
View File
@@ -62,13 +62,6 @@
/* Define to 1 if you have the <regex.h> header file. */
/* #undef EXV_HAVE_REGEX */
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
/* #undef EXV_HAVE_MALLOC */
/* Define to 1 if you have the <malloc.h> header file. */
/* #undef EXV_HAVE_MALLOC_H */
/* Define to 1 if you have the <memory.h> header file. */
/* #undef EXV_HAVE_MEMORY_H */