summaryrefslogtreecommitdiffstats
path: root/src/klammail/target.h
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2021-01-13 19:26:24 +0200
committerMavridis Philippe <[email protected]>2021-01-13 19:26:24 +0200
commit8c20dc919f7d54eb48fb60f39ba5e1d466a70763 (patch)
tree44d89f278d5dd066603e5ab9c0b270bc8eb4ad51 /src/klammail/target.h
downloadklamav-8c20dc919f7d54eb48fb60f39ba5e1d466a70763.tar.gz
klamav-8c20dc919f7d54eb48fb60f39ba5e1d466a70763.zip
Initial commit
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/klammail/target.h')
-rwxr-xr-xsrc/klammail/target.h68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/klammail/target.h b/src/klammail/target.h
new file mode 100755
index 0000000..556a669
--- /dev/null
+++ b/src/klammail/target.h
@@ -0,0 +1,68 @@
+/* automatically generated by configure */
+/* on Wed Aug 11 20:45:37 IST 2004 */
+/* target uppercase defines */
+
+#ifndef TARGET_OS_LINUX_GNU
+#define TARGET_OS_LINUX_GNU "linux-gnu"
+#endif
+
+#ifndef TARGET_OS_LINUX
+#define TARGET_OS_LINUX "linux-gnu"
+#endif
+
+#ifndef TARGET_OS_TYPE
+#define TARGET_OS_TYPE "linux-gnu"
+#endif
+
+#ifndef TARGET_CPU_I686
+#define TARGET_CPU_I686 "i686"
+#endif
+
+#ifndef TARGET_CPU_I
+#define TARGET_CPU_I "i686"
+#endif
+
+#ifndef TARGET_CPU_TYPE
+#define TARGET_CPU_TYPE "i686"
+#endif
+
+#ifndef TARGET_ARCH_I386
+#define TARGET_ARCH_I386 "i386"
+#endif
+
+#ifndef TARGET_ARCH_TYPE
+#define TARGET_ARCH_TYPE "i386"
+#endif
+/* host uppercase defines */
+
+#ifndef HOST_OS_LINUX_GNU
+#define HOST_OS_LINUX_GNU "linux-gnu"
+#endif
+
+#ifndef HOST_OS_LINUX
+#define HOST_OS_LINUX "linux-gnu"
+#endif
+
+#ifndef HOST_OS_TYPE
+#define HOST_OS_TYPE "linux-gnu"
+#endif
+
+#ifndef HOST_CPU_I686
+#define HOST_CPU_I686 "i686"
+#endif
+
+#ifndef HOST_CPU_I
+#define HOST_CPU_I "i686"
+#endif
+
+#ifndef HOST_CPU_TYPE
+#define HOST_CPU_TYPE "i686"
+#endif
+
+#ifndef HOST_ARCH_I386
+#define HOST_ARCH_I386 "i386"
+#endif
+
+#ifndef HOST_ARCH_TYPE
+#define HOST_ARCH_TYPE "i386"
+#endif