summaryrefslogtreecommitdiffstats
path: root/src/klammail/target.h
blob: 556a6696bf4053e9a6ac199c9fa5a0a5a5813377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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