~ubuntu-branches/debian/squeeze/ffcall/squeeze

« back to all changes in this revision

Viewing changes to ffcall/trampoline/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2010-06-26 15:29:30 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100626152930-c09y01gk3szcnykn
Tags: 1.10+cvs20100619-2
Ship to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* These definitions are adjusted by `configure' automatically. */
2
 
/* Bruno Haible 16.7.1997 */
3
 
 
4
 
 
5
 
/* CPU */
6
 
#ifndef __i386__
7
 
#undef __i386__
8
 
#endif
9
 
#ifndef __m68k__
10
 
#undef __m68k__
11
 
#endif
12
 
#ifndef __mips__
13
 
#undef __mips__
14
 
#endif
15
 
#ifndef __mipsn32__
16
 
#undef __mipsn32__
17
 
#endif
18
 
#ifndef __mips64__
19
 
#undef __mips64__
20
 
#endif
21
 
#ifndef __sparc__
22
 
#undef __sparc__
23
 
#endif
24
 
#ifndef __sparc64__
25
 
#undef __sparc64__
26
 
#endif
27
 
#ifndef __alpha__
28
 
#undef __alpha__
29
 
#endif
30
 
#ifndef __hppa__
31
 
#undef __hppa__
32
 
#endif
33
 
#ifndef __arm__
34
 
#undef __arm__
35
 
#endif
36
 
#ifndef __powerpc__
37
 
#undef __powerpc__
38
 
#endif
39
 
#ifndef __m88k__
40
 
#undef __m88k__
41
 
#endif
42
 
#ifndef __convex__
43
 
#undef __convex__
44
 
#endif
45
 
#ifndef __ia64__
46
 
#undef __ia64__
47
 
#endif
48
 
#ifndef __x86_64__
49
 
#undef __x86_64__
50
 
#endif
51
 
 
52
 
 
53
 
/* compiler characteristics */
54
 
 
55
 
/* CL_VOID */
56
 
/* Define this as `char' if your compiler doesn't understand the void type. */
57
 
#undef void
58
 
 
59
 
 
60
 
/* header files */
61
 
 
62
 
/* CL_STDC_HEADERS */
63
 
/* Define if you have the ANSI C header files
64
 
   <stdlib.h>, <stdarg.h>, <string.h>, <float.h>, <limits.h>. */
65
 
#undef STDC_HEADERS
66
 
 
67
 
/* Define if you have <unistd.h>. */
68
 
#undef HAVE_UNISTD_H
69
 
 
70
 
/* CL_OPENFLAGS */
71
 
/* Define if you need <sys/file.h> for using open() flags like O_RDWR. */
72
 
#undef OPEN_NEEDS_SYS_FILE_H
73
 
 
74
 
 
75
 
/* typedefs */
76
 
 
77
 
 
78
 
/* functions and declarations */
79
 
 
80
 
/* CL_GETPAGESIZE */
81
 
/* Define if you have getpagesize(). */
82
 
#undef HAVE_GETPAGESIZE
83
 
/* Define as the return type of getpagesize(). */
84
 
#undef RETGETPAGESIZETYPE
85
 
/* Define if you have <sys/param.h>. */
86
 
#undef HAVE_SYS_PARAM_H
87
 
 
88
 
/* CL_MACH_VM */
89
 
/* Define if you have the vm_allocate() and task_self() functions. */
90
 
#undef HAVE_MACH_VM
91
 
 
92
 
/* CL_MMAP */
93
 
/* Define if you have <sys/mman.h> and the mmap() function. */
94
 
#undef HAVE_MMAP
95
 
/* Define if <sys/mman.h> defines MAP_ANON and mmaping with MAP_ANON works. */
96
 
#undef HAVE_MMAP_ANON
97
 
/* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmaping with MAP_ANONYMOUS
98
 
   works. */
99
 
#undef HAVE_MMAP_ANONYMOUS
100
 
/* Define if mmaping of the special device /dev/zero works. */
101
 
#undef HAVE_MMAP_DEVZERO
102
 
/* Define if mmaping of the special device /dev/zero works,
103
 
   but only on addresses < 2^29. */
104
 
#undef HAVE_MMAP_DEVZERO_SUN4_29
105
 
 
106
 
/* CL_MPROTECT */
107
 
/* Define if you have the mprotect() function. */
108
 
#undef HAVE_MPROTECT
109
 
/* Define if you have a working mprotect() function. */
110
 
#undef HAVE_WORKING_MPROTECT
111
 
 
112
 
/* CL_SHM */
113
 
/* Define if you have <sys/shm.h> and <sys/ipc.h> and shared memory works. */
114
 
#undef HAVE_SHM
115
 
/* Define if you also have <sys/sysmacros.h>. */
116
 
#undef HAVE_SYS_SYSMACROS_H
117
 
 
118
 
/* CL_CODEEXEC */
119
 
/* Define if code in malloc'ed memory is executable. */
120
 
#undef CODE_EXECUTABLE
121
 
 
122
 
/* AC_CHECK_HEADERS(sys/cachectl.h) */
123
 
/* Define if you have <sys/cachectl.h> */
124
 
#undef HAVE_SYS_CACHECTL_H
125
 
 
126
 
/* AC_CHECK_HEADERS(sys/m88kbcs.h) */
127
 
/* Define if you have <sys/m88kbcs.h>. */
128
 
#undef HAVE_SYS_M88KBCS_H
129