Increase the width of the first column.
[libsigsegv/ericb.git] / config.h.in
blob2153f62a6a7154dca98eb40c4cc24f6be6a7bbe4
1 /* config.h.in. Generated from configure.ac 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 to 1 if you have the `mincore' function. */
37 #undef HAVE_MINCORE
39 /* Define if <sys/mman.h> defines MAP_ANON and mmaping with MAP_ANON works. */
40 #undef HAVE_MMAP_ANON
42 /* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmaping with MAP_ANONYMOUS
43 works. */
44 #undef HAVE_MMAP_ANONYMOUS
46 /* Define if mmaping of the special device /dev/zero works. */
47 #undef HAVE_MMAP_DEVZERO
49 /* Define if PAGESIZE is available as a macro. */
50 #undef HAVE_PAGESIZE
52 /* Define to 1 if you have the `setrlimit' function. */
53 #undef HAVE_SETRLIMIT
55 /* Define to 1 if you have the `sigaltstack' function. */
56 #undef HAVE_SIGALTSTACK
58 /* Define if CFG_STACKVMA is set to a nontrivial source file. */
59 #undef HAVE_STACKVMA
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #undef HAVE_STDINT_H
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #undef HAVE_STDLIB_H
67 /* Define to 1 if you have the <strings.h> header file. */
68 #undef HAVE_STRINGS_H
70 /* Define to 1 if you have the <string.h> header file. */
71 #undef HAVE_STRING_H
73 /* Define if sysconf(_SC_PAGESIZE) is available as a function or a macro. */
74 #undef HAVE_SYSCONF_PAGESIZE
76 /* Define to 1 if you have the <sys/signal.h> header file. */
77 #undef HAVE_SYS_SIGNAL_H
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #undef HAVE_SYS_STAT_H
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #undef HAVE_SYS_TYPES_H
85 /* Define to 1 if you have the <ucontext.h> header file. */
86 #undef HAVE_UCONTEXT_H
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #undef HAVE_UNISTD_H
91 /* Define if you have the sigaltstack() function and it works. */
92 #undef HAVE_WORKING_SIGALTSTACK
94 /* Define to the sub-directory in which libtool stores uninstalled libraries.
96 #undef LT_OBJDIR
98 /* Name of package */
99 #undef PACKAGE
101 /* Define to the address where bug reports for this package should be sent. */
102 #undef PACKAGE_BUGREPORT
104 /* Define to the full name of this package. */
105 #undef PACKAGE_NAME
107 /* Define to the full name and version of this package. */
108 #undef PACKAGE_STRING
110 /* Define to the one symbol short name of this package. */
111 #undef PACKAGE_TARNAME
113 /* Define to the home page for this package. */
114 #undef PACKAGE_URL
116 /* Define to the version of this package. */
117 #undef PACKAGE_VERSION
119 /* Define if sigaltstack() interprets the stack_t.ss_sp field incorrectly, as
120 the highest address of the alternate stack range rather than as the lowest
121 address. */
122 #undef SIGALTSTACK_SS_REVERSED
124 /* Define as the direction of stack growth for your system. STACK_DIRECTION >
125 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward
126 lower addresses STACK_DIRECTION = 0 => spaghetti stack. */
127 #undef STACK_DIRECTION
129 /* Define to 1 if you have the ANSI C header files. */
130 #undef STDC_HEADERS
132 /* Version number of package */
133 #undef VERSION
135 /* Define to 'struct sigaltstack' if that's the type of the argument to
136 sigaltstack */
137 #undef stack_t