Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/modules/include/TargetConfig.h

1// TargetConfig.h is auto-generated by tconf(1); Do not edit.
2// Wed Jun 20 13:25:44 2012
3// Target: MacOSX
4
5#ifndef _TARGETCONFIG_H_
6#define _TARGETCONFIG_H_
7
8#include <sys/cdefs.h>
9#include <TargetConditionals.h>
10
11#if defined(__i386__)
12
13# ifndef TARGET_CPU_X86
14# define TARGET_CPU_X86 1
15# endif /* !TARGET_CPU_X86 */
16
17# ifndef TARGET_RT_LITTLE_ENDIAN
18# define TARGET_RT_LITTLE_ENDIAN 1
19# endif /* !TARGET_RT_LITTLE_ENDIAN */
20
21#endif /* __i386__ */
22
23#if defined(__ppc__)
24
25# ifndef TARGET_CPU_PPC
26# define TARGET_CPU_PPC 1
27# endif /* !TARGET_CPU_PPC */
28
29# ifndef TARGET_RT_BIG_ENDIAN
30# define TARGET_RT_BIG_ENDIAN 1
31# endif /* !TARGET_RT_BIG_ENDIAN */
32
33#endif /* __ppc__ */
34
35#if defined(__x86_64__)
36
37# ifndef TARGET_CPU_X86_64
38# define TARGET_CPU_X86_64 1
39# endif /* !TARGET_CPU_X86_64 */
40
41# ifndef TARGET_RT_64_BIT
42# define TARGET_RT_64_BIT 1
43# endif /* !TARGET_RT_64_BIT */
44
45# ifndef TARGET_RT_LITTLE_ENDIAN
46# define TARGET_RT_LITTLE_ENDIAN 1
47# endif /* !TARGET_RT_LITTLE_ENDIAN */
48
49#endif /* __x86_64__ */
50
51#ifndef TARGET_HAVE_IPV6
52# define TARGET_HAVE_IPV6 1
53#endif /* !TARGET_HAVE_IPV6 */
54
55#ifndef TARGET_HAVE_PPP
56# define TARGET_HAVE_PPP 1
57#endif /* !TARGET_HAVE_PPP */
58
59#ifndef TARGET_HAVE_QUARANTINE
60# define TARGET_HAVE_QUARANTINE 1
61#endif /* !TARGET_HAVE_QUARANTINE */
62
63#ifndef TARGET_HAVE_SANDBOX
64# define TARGET_HAVE_SANDBOX 1
65#endif /* !TARGET_HAVE_SANDBOX */
66
67#ifndef TARGET_OS_MAC
68# define TARGET_OS_MAC 1
69#endif /* !TARGET_OS_MAC */
70
71#ifndef TARGET_RT_MAC_MACHO
72# define TARGET_RT_MAC_MACHO 1
73#endif /* !TARGET_RT_MAC_MACHO */
74
75#endif /* _TARGETCONFIG_H_ */
76

Archive Download this file

Revision: 2182