gcc50: Bring in makefiles but leave them unhooked
[dragonfly.git] / gnu / usr.bin / cc50 / support-libs / libbacktrace / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* ELF size: 32 or 64 */
5 #define BACKTRACE_ELF_SIZE 64
6
7 /* Define to 1 if you have the __atomic functions */
8 #define HAVE_ATOMIC_FUNCTIONS 1
9
10 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
11    don't. */
12 #define HAVE_DECL_STRNLEN 1
13
14 /* Define to 1 if you have the <dlfcn.h> header file. */
15 #define HAVE_DLFCN_H 1
16
17 /* Define if dl_iterate_phdr is available. */
18 #define HAVE_DL_ITERATE_PHDR 1
19
20 /* Define to 1 if you have the fcntl function */
21 #define HAVE_FCNTL 1
22
23 /* Define if getexecname is available. */
24 /* #undef HAVE_GETEXECNAME */
25
26 /* Define if _Unwind_GetIPInfo is available. */
27 #define HAVE_GETIPINFO 1
28
29 /* Define to 1 if you have the <inttypes.h> header file. */
30 #define HAVE_INTTYPES_H 1
31
32 /* Define to 1 if you have the <link.h> header file. */
33 #define HAVE_LINK_H 1
34
35 /* Define to 1 if you have the <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
37
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #define HAVE_STDINT_H 1
40
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #define HAVE_STDLIB_H 1
43
44 /* Define to 1 if you have the <strings.h> header file. */
45 #define HAVE_STRINGS_H 1
46
47 /* Define to 1 if you have the <string.h> header file. */
48 #define HAVE_STRING_H 1
49
50 /* Define to 1 if you have the __sync functions */
51 #define HAVE_SYNC_FUNCTIONS 1
52
53 /* Define to 1 if you have the <sys/mman.h> header file. */
54 #define HAVE_SYS_MMAN_H 1
55
56 /* Define to 1 if you have the <sys/stat.h> header file. */
57 #define HAVE_SYS_STAT_H 1
58
59 /* Define to 1 if you have the <sys/types.h> header file. */
60 #define HAVE_SYS_TYPES_H 1
61
62 /* Define to 1 if you have the <unistd.h> header file. */
63 #define HAVE_UNISTD_H 1
64
65 /* Define to the sub-directory in which libtool stores uninstalled libraries.
66    */
67 #define LT_OBJDIR ".libs/"
68
69 /* Define to the address where bug reports for this package should be sent. */
70 #define PACKAGE_BUGREPORT ""
71
72 /* Define to the full name of this package. */
73 #define PACKAGE_NAME "package-unused"
74
75 /* Define to the full name and version of this package. */
76 #define PACKAGE_STRING "package-unused version-unused"
77
78 /* Define to the one symbol short name of this package. */
79 #define PACKAGE_TARNAME "libbacktrace"
80
81 /* Define to the home page for this package. */
82 #define PACKAGE_URL ""
83
84 /* Define to the version of this package. */
85 #define PACKAGE_VERSION "version-unused"
86
87 /* The size of `char', as computed by sizeof. */
88 /* #undef SIZEOF_CHAR */
89
90 /* The size of `int', as computed by sizeof. */
91 /* #undef SIZEOF_INT */
92
93 /* The size of `long', as computed by sizeof. */
94 /* #undef SIZEOF_LONG */
95
96 /* The size of `short', as computed by sizeof. */
97 /* #undef SIZEOF_SHORT */
98
99 /* The size of `void *', as computed by sizeof. */
100 /* #undef SIZEOF_VOID_P */
101
102 /* Define to 1 if you have the ANSI C header files. */
103 #define STDC_HEADERS 1
104
105 /* Enable extensions on AIX 3, Interix.  */
106 #ifndef _ALL_SOURCE
107 # define _ALL_SOURCE 1
108 #endif
109 /* Enable GNU extensions on systems that have them.  */
110 #ifndef _GNU_SOURCE
111 # define _GNU_SOURCE 1
112 #endif
113 /* Enable threading extensions on Solaris.  */
114 #ifndef _POSIX_PTHREAD_SEMANTICS
115 # define _POSIX_PTHREAD_SEMANTICS 1
116 #endif
117 /* Enable extensions on HP NonStop.  */
118 #ifndef _TANDEM_SOURCE
119 # define _TANDEM_SOURCE 1
120 #endif
121 /* Enable general extensions on Solaris.  */
122 #ifndef __EXTENSIONS__
123 # define __EXTENSIONS__ 1
124 #endif
125
126
127 /* Define to 1 if on MINIX. */
128 /* #undef _MINIX */
129
130 /* Define to 2 if the system does not provide POSIX.1 features except with
131    this defined. */
132 /* #undef _POSIX_1_SOURCE */
133
134 /* Define to 1 if you need to in order for `stat' and other things to work. */
135 /* #undef _POSIX_SOURCE */