[Forensics-changes] [yara] 73/135: Remove dmalloc from config.h

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:27:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.1.0
in repository yara.

commit 13874289b0e75324ca7d2ab647f31e0c075622f8
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Thu Jul 24 13:09:48 2014 +0200

    Remove dmalloc from config.h
---
 config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h
index a8c2333..2edeb52 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
 #define CUCKOO 1
 
 /* enable dmalloc */
-#define DMALLOC 1
+/* #undef DMALLOC */
 
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1
@@ -14,7 +14,7 @@
 #define HAVE_INTTYPES_H 1
 
 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
-#define HAVE_LIBDMALLOC 1
+/* #undef HAVE_LIBDMALLOC */
 
 /* Define to 1 if you have the `jansson' library (-ljansson). */
 #define HAVE_LIBJANSSON 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list