]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
memset() is sufficiently ubiquitous that I don't see a need to test for it.
authorTim Kientzle <kientzle@gmail.com>
Sun, 16 Aug 2009 02:20:37 +0000 (22:20 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 16 Aug 2009 02:20:37 +0000 (22:20 -0400)
SVN-Revision: 1378

CMakeLists.txt
build/cmake/config.h.in
libarchive/config_freebsd.h
libarchive/config_windows.h

index f265f9b864e31d8e14c30d7334c1042bac38723d..1cce6ea4f9b01285536963d613136c50187f6c31 100644 (file)
@@ -354,7 +354,6 @@ CHECK_FUNCTION_EXISTS_GLIBC(link HAVE_LINK)
 CHECK_FUNCTION_EXISTS_GLIBC(lstat HAVE_LSTAT)
 CHECK_FUNCTION_EXISTS_GLIBC(lutimes HAVE_LUTIMES)
 CHECK_FUNCTION_EXISTS_GLIBC(memmove HAVE_MEMMOVE)
-CHECK_FUNCTION_EXISTS_GLIBC(memset HAVE_MEMSET)
 CHECK_FUNCTION_EXISTS_GLIBC(mkdir HAVE_MKDIR)
 CHECK_FUNCTION_EXISTS_GLIBC(mkfifo HAVE_MKFIFO)
 CHECK_FUNCTION_EXISTS_GLIBC(mknod HAVE_MKNOD)
index d64c4cf2ffef0afbf0555970122f8052586ca308..0347d89597fabca58df5fcd997cf843cde41a11a 100644 (file)
 /* Define to 1 if you have the <memory.h> header file. */
 #cmakedefine HAVE_MEMORY_H 1
 
-/* Define to 1 if you have the `memset' function. */
-#cmakedefine HAVE_MEMSET 1
-
 /* Define to 1 if you have the `mkdir' function. */
 #cmakedefine HAVE_MKDIR 1
 
index 87b154fef5d2e0f21a44ae161dfc1b0704e02fc2..37c80660525536dee1811f7c9b2639147f46e325 100644 (file)
@@ -85,7 +85,6 @@
 #define        HAVE_MD5 1
 #define        HAVE_MD5_H 1
 #define        HAVE_MEMMOVE 1
-#define        HAVE_MEMSET 1
 #define        HAVE_MKDIR 1
 #define        HAVE_MKFIFO 1
 #define        HAVE_MKNOD 1
index a9d7150cfcb9246d61368598f118a02df27c58ba..1995d75f677b9cc79fa0d3555c4981c1a5f9cb08 100644 (file)
 /* Define to 1 if you have the <memory.h> header file. */
 #define        HAVE_MEMORY_H 1
 
-/* Define to 1 if you have the `memset' function. */
-#define        HAVE_MEMSET 1
-
 /* Define to 1 if you have the `mkdir' function. */
 #define        HAVE_MKDIR 1