[Forensics-changes] [yara] 03/407: Add config.h for Windows

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


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

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

commit a6ad94b99741648070b248e5268c287d49d2463d
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Tue Aug 26 23:08:43 2014 +0200

    Add config.h for Windows
---
 windows/include/config.h | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/windows/include/config.h b/windows/include/config.h
new file mode 100644
index 0000000..c692b59
--- /dev/null
+++ b/windows/include/config.h
@@ -0,0 +1,18 @@
+
+/* Name of package */
+#define PACKAGE "yara"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "vmalvarez at virustotal.com"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "yara"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "yara 3.1"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "3.1"
+
+/* Version number of package */
+#define VERSION "3.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