56 |
|
/* Define if we know a hack to replace siginfo_t::si_addr member */ |
57 |
|
#undef HAVE_SIGCONTEXT_SUBTERFUGE |
58 |
|
|
59 |
+ |
/* Define if your system has a working vm_allocate()-based memory allocator */ |
60 |
+ |
#undef HAVE_MACH_VM |
61 |
+ |
|
62 |
+ |
/* Define if your system has a working mmap()-based memory allocator */ |
63 |
+ |
#undef HAVE_MMAP_VM |
64 |
+ |
|
65 |
+ |
/* Define if <sys/mman.h> defines MAP_ANON and mmap()'ing with MAP_ANON works */ |
66 |
+ |
#undef HAVE_MMAP_ANON |
67 |
+ |
|
68 |
+ |
/* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmap()'ing with MAP_ANONYMOUS works */ |
69 |
+ |
#undef HAVE_MMAP_ANONYMOUS |
70 |
+ |
|
71 |
|
|
72 |
|
/* Leave that blank line there!! Autoheader needs it. |
73 |
|
If you're adding to this file, keep in mind: |