From 8c20dc919f7d54eb48fb60f39ba5e1d466a70763 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Wed, 13 Jan 2021 19:26:24 +0200 Subject: Initial commit Signed-off-by: Mavridis Philippe --- src/klammail/target.h | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100755 src/klammail/target.h (limited to 'src/klammail/target.h') 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 -- cgit v1.2.1