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

« back to all changes in this revision

Viewing changes to 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
/* config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* symbols are prefixed by an underscore in assembly language */
 
4
#undef ASM_UNDERSCORE
 
5
 
 
6
/* whether code in malloc()ed memory is executable */
 
7
#undef CODE_EXECUTABLE
 
8
 
 
9
/* have getpagesize() */
 
10
#undef HAVE_GETPAGESIZE
 
11
 
 
12
/* Define to 1 if you have the <inttypes.h> header file. */
 
13
#undef HAVE_INTTYPES_H
 
14
 
 
15
/* have vm_allocate() and task_self() functions */
 
16
#undef HAVE_MACH_VM
 
17
 
 
18
/* Define to 1 if you have the <memory.h> header file. */
 
19
#undef HAVE_MEMORY_H
 
20
 
 
21
/* have <sys/mmap.h> and the mmap() function */
 
22
#undef HAVE_MMAP
 
23
 
 
24
/* <sys/mman.h> defines MAP_ANON and mmaping with MAP_ANON works */
 
25
#undef HAVE_MMAP_ANON
 
26
 
 
27
/* <sys/mman.h> defines MAP_ANONYMOUS and mmaping with MAP_ANONYMOUS works */
 
28
#undef HAVE_MMAP_ANONYMOUS
 
29
 
 
30
/* mmaping of the special device /dev/zero works */
 
31
#undef HAVE_MMAP_DEVZERO
 
32
 
 
33
/* mmaping of the special device /dev/zero works, but only on addresses < 2^29
 
34
   */
 
35
#undef HAVE_MMAP_DEVZERO_SUN4_29
 
36
 
 
37
/* Define to 1 if you have the `mprotect' function. */
 
38
#undef HAVE_MPROTECT
 
39
 
 
40
/* have <sys/shm.h> and <sys/ipc.h> and shared memory works */
 
41
#undef HAVE_SHM
 
42
 
 
43
/* Define to 1 if you have the <stdint.h> header file. */
 
44
#undef HAVE_STDINT_H
 
45
 
 
46
/* Define to 1 if you have the <stdlib.h> header file. */
 
47
#undef HAVE_STDLIB_H
 
48
 
 
49
/* Define to 1 if you have the <strings.h> header file. */
 
50
#undef HAVE_STRINGS_H
 
51
 
 
52
/* Define to 1 if you have the <string.h> header file. */
 
53
#undef HAVE_STRING_H
 
54
 
 
55
/* Define to 1 if you have the <sys/cachectl.h> header file. */
 
56
#undef HAVE_SYS_CACHECTL_H
 
57
 
 
58
/* Define to 1 if you have the <sys/ipc.h> header file. */
 
59
#undef HAVE_SYS_IPC_H
 
60
 
 
61
/* Define to 1 if you have the <sys/m88kbcs.h> header file. */
 
62
#undef HAVE_SYS_M88KBCS_H
 
63
 
 
64
/* Define to 1 if you have the <sys/param.h> header file. */
 
65
#undef HAVE_SYS_PARAM_H
 
66
 
 
67
/* Define to 1 if you have the <sys/shm.h> header file. */
 
68
#undef HAVE_SYS_SHM_H
 
69
 
 
70
/* Define to 1 if you have the <sys/stat.h> header file. */
 
71
#undef HAVE_SYS_STAT_H
 
72
 
 
73
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
 
74
#undef HAVE_SYS_SYSMACROS_H
 
75
 
 
76
/* Define to 1 if you have the <sys/types.h> header file. */
 
77
#undef HAVE_SYS_TYPES_H
 
78
 
 
79
/* Define to 1 if you have the <unistd.h> header file. */
 
80
#undef HAVE_UNISTD_H
 
81
 
 
82
/* have a working mprotect() function */
 
83
#undef HAVE_WORKING_MPROTECT
 
84
 
 
85
/* Define to the address where bug reports for this package should be sent. */
 
86
#undef PACKAGE_BUGREPORT
 
87
 
 
88
/* Define to the full name of this package. */
 
89
#undef PACKAGE_NAME
 
90
 
 
91
/* Define to the full name and version of this package. */
 
92
#undef PACKAGE_STRING
 
93
 
 
94
/* Define to the one symbol short name of this package. */
 
95
#undef PACKAGE_TARNAME
 
96
 
 
97
/* Define to the version of this package. */
 
98
#undef PACKAGE_VERSION
 
99
 
 
100
/* return type of getpagesize() */
 
101
#undef RETGETPAGESIZETYPE
 
102
 
 
103
/* Define to 1 if you have the ANSI C header files. */
 
104
#undef STDC_HEADERS