Copy CONTEXT structure to safe area.
[libsigsegv/ericb.git] / config.h.in
blob42008c713c407e764a97a611430e8cd07bf1b1be
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* The name of the include file describing the fault handler. */
4 #undef CFG_FAULT
6 /* The name of the file implementing the handler functionality. */
7 #undef CFG_HANDLER
9 /* The name of the file implementing sigsegv_reset_onstack_flag. */
10 #undef CFG_LEAVE
12 /* The name of the include file describing the Mach fault handler. */
13 #undef CFG_MACHFAULT
15 /* The name of the include file describing the fault signals. */
16 #undef CFG_SIGNALS
18 /* The name of the file determining the stack virtual memory area. */
19 #undef CFG_STACKVMA
21 /* Define to 1 if you have the <dlfcn.h> header file. */
22 #undef HAVE_DLFCN_H
24 /* Define if getpagesize() is available as a function or a macro. */
25 #undef HAVE_GETPAGESIZE
27 /* Define to 1 if you have the `getrlimit' function. */
28 #undef HAVE_GETRLIMIT
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
33 /* Define to 1 if you have the <memory.h> header file. */
34 #undef HAVE_MEMORY_H
36 /* Define if <sys/mman.h> defines MAP_ANON and mmaping with MAP_ANON works. */
37 #undef HAVE_MMAP_ANON
39 /* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmaping with MAP_ANONYMOUS
40 works. */
41 #undef HAVE_MMAP_ANONYMOUS
43 /* Define if mmaping of the special device /dev/zero works. */
44 #undef HAVE_MMAP_DEVZERO
46 /* Define if PAGESIZE is available as a macro. */
47 #undef HAVE_PAGESIZE
49 /* Define to 1 if you have the `setrlimit' function. */
50 #undef HAVE_SETRLIMIT
52 /* Define to 1 if you have the `sigaltstack' function. */
53 #undef HAVE_SIGALTSTACK
55 /* Define if CFG_STACKVMA is set to a nontrivial source file. */
56 #undef HAVE_STACKVMA
58 /* Define to 1 if you have the <stdint.h> header file. */
59 #undef HAVE_STDINT_H
61 /* Define to 1 if you have the <stdlib.h> header file. */
62 #undef HAVE_STDLIB_H
64 /* Define to 1 if you have the <strings.h> header file. */
65 #undef HAVE_STRINGS_H
67 /* Define to 1 if you have the <string.h> header file. */
68 #undef HAVE_STRING_H
70 /* Define if sysconf(_SC_PAGESIZE) is available as a function or a macro. */
71 #undef HAVE_SYSCONF_PAGESIZE
73 /* Define to 1 if you have the <sys/signal.h> header file. */
74 #undef HAVE_SYS_SIGNAL_H
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #undef HAVE_SYS_STAT_H
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #undef HAVE_SYS_TYPES_H
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #undef HAVE_UNISTD_H
85 /* Define if you have the sigaltstack() function and it works. */
86 #undef HAVE_WORKING_SIGALTSTACK
88 /* Name of package */
89 #undef PACKAGE
91 /* Define to the address where bug reports for this package should be sent. */
92 #undef PACKAGE_BUGREPORT
94 /* Define to the full name of this package. */
95 #undef PACKAGE_NAME
97 /* Define to the full name and version of this package. */
98 #undef PACKAGE_STRING
100 /* Define to the one symbol short name of this package. */
101 #undef PACKAGE_TARNAME
103 /* Define to the version of this package. */
104 #undef PACKAGE_VERSION
106 /* Define as the direction of stack growth for your system. STACK_DIRECTION >
107 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward
108 lower addresses STACK_DIRECTION = 0 => spaghetti stack. */
109 #undef STACK_DIRECTION
111 /* Define to 1 if you have the ANSI C header files. */
112 #undef STDC_HEADERS
114 /* Version number of package */
115 #undef VERSION
117 /* Define to 'struct sigaltstack' if that's the type of the argument to
118 sigaltstack */
119 #undef stack_t