Many new reports.
[libsigsegv/ericb.git] / config.h.msvc
blob9e0206b6f40ac4c9cae8ded7cc3361cbda0556c9
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 #define CFG_HANDLER "handler-win32.c"
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 <unistd.h> header file. */
86 #undef HAVE_UNISTD_H
88 /* Define if you have the sigaltstack() function and it works. */
89 #undef HAVE_WORKING_SIGALTSTACK
91 /* Name of package */
92 #undef PACKAGE
94 /* Define to the address where bug reports for this package should be sent. */
95 #undef PACKAGE_BUGREPORT
97 /* Define to the full name of this package. */
98 #undef PACKAGE_NAME
100 /* Define to the full name and version of this package. */
101 #undef PACKAGE_STRING
103 /* Define to the one symbol short name of this package. */
104 #undef PACKAGE_TARNAME
106 /* Define to the version of this package. */
107 #undef PACKAGE_VERSION
109 /* Define as the direction of stack growth for your system. STACK_DIRECTION >
110    0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward
111    lower addresses STACK_DIRECTION = 0 => spaghetti stack. */
112 #undef STACK_DIRECTION
114 /* Define to 1 if you have the ANSI C header files. */
115 #undef STDC_HEADERS
117 /* Version number of package */
118 #undef VERSION
120 /* Define to 'struct sigaltstack' if that's the type of the argument to
121    sigaltstack */
122 #undef stack_t