[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:08:46 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 4ad03e802679e5ebb4a8866a87d0e5bf60125e4d
Author: aCaB <acab at clamav.net>
Date:   Fri Oct 30 12:01:05 2009 +0100

    add forgotten win32/target.h

diff --git a/.gitignore b/.gitignore
index 5dff031..4e24413 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,4 +17,4 @@ platform.h
 stamp-h1
 *.swp
 TAGS
-target.h
+/target.h
diff --git a/win32/target.h b/win32/target.h
new file mode 100644
index 0000000..ef4bebf
--- /dev/null
+++ b/win32/target.h
@@ -0,0 +1,11 @@
+#ifndef TARGET_OS_TYPE
+#define TARGET_OS_TYPE "win32"
+#endif
+
+#ifndef TARGET_ARCH_TYPE
+#define TARGET_ARCH_TYPE "i386"
+#endif
+
+#ifndef TARGET_CPU_TYPE
+#define TARGET_CPU_TYPE "i386"
+#endif

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list