config.h revision 1.6
1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.103 2019/10/24 03:19:14 christos Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4
5/* config.h.  Generated from config.h.in by configure.  */
6/* config.h.in.  Generated from configure.ac by autoheader.  */
7
8/* ELF size: 32 or 64 */
9#define BACKTRACE_ELF_SIZE 64
10
11/* XCOFF size: 32 or 64 */
12#define BACKTRACE_XCOFF_SIZE unused
13
14/* Define to 1 if you have the __atomic functions */
15#define HAVE_ATOMIC_FUNCTIONS 1
16
17/* Define to 1 if you have the `clock_gettime' function. */
18#define HAVE_CLOCK_GETTIME 1
19
20/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
21   don't. */
22#define HAVE_DECL_STRNLEN 1
23
24/* Define to 1 if you have the <dlfcn.h> header file. */
25#define HAVE_DLFCN_H 1
26
27/* Define if dl_iterate_phdr is available. */
28#define HAVE_DL_ITERATE_PHDR 1
29
30/* Define to 1 if you have the fcntl function */
31#define HAVE_FCNTL 1
32
33/* Define if getexecname is available. */
34/* #undef HAVE_GETEXECNAME */
35
36/* Define if _Unwind_GetIPInfo is available. */
37#define HAVE_GETIPINFO 1
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#define HAVE_INTTYPES_H 1
41
42/* Define to 1 if you have the `z' library (-lz). */
43#define HAVE_LIBZ 1
44
45/* Define to 1 if you have the <link.h> header file. */
46#define HAVE_LINK_H 1
47
48/* Define if AIX loadquery is available. */
49/* #undef HAVE_LOADQUERY */
50
51/* Define to 1 if you have the `lstat' function. */
52#define HAVE_LSTAT 1
53
54/* Define to 1 if you have the <memory.h> header file. */
55#define HAVE_MEMORY_H 1
56
57/* Define to 1 if you have the `readlink' function. */
58#define HAVE_READLINK 1
59
60/* Define to 1 if you have the <stdint.h> header file. */
61#define HAVE_STDINT_H 1
62
63/* Define to 1 if you have the <stdlib.h> header file. */
64#define HAVE_STDLIB_H 1
65
66/* Define to 1 if you have the <strings.h> header file. */
67#define HAVE_STRINGS_H 1
68
69/* Define to 1 if you have the <string.h> header file. */
70#define HAVE_STRING_H 1
71
72/* Define to 1 if you have the __sync functions */
73#define HAVE_SYNC_FUNCTIONS 1
74
75/* Define to 1 if you have the <sys/ldr.h> header file. */
76/* #undef HAVE_SYS_LDR_H */
77
78/* Define to 1 if you have the <sys/mman.h> header file. */
79#define HAVE_SYS_MMAN_H 1
80
81/* Define to 1 if you have the <sys/stat.h> header file. */
82#define HAVE_SYS_STAT_H 1
83
84/* Define to 1 if you have the <sys/types.h> header file. */
85#define HAVE_SYS_TYPES_H 1
86
87/* Define to 1 if you have the <unistd.h> header file. */
88#define HAVE_UNISTD_H 1
89
90/* Define if -lz is available. */
91#define HAVE_ZLIB 1
92
93/* Define to the sub-directory in which libtool stores uninstalled libraries.
94   */
95#define LT_OBJDIR ".libs/"
96
97/* Define to the address where bug reports for this package should be sent. */
98#define PACKAGE_BUGREPORT ""
99
100/* Define to the full name of this package. */
101#define PACKAGE_NAME "package-unused"
102
103/* Define to the full name and version of this package. */
104#define PACKAGE_STRING "package-unused version-unused"
105
106/* Define to the one symbol short name of this package. */
107#define PACKAGE_TARNAME "libbacktrace"
108
109/* Define to the home page for this package. */
110#define PACKAGE_URL ""
111
112/* Define to the version of this package. */
113#define PACKAGE_VERSION "version-unused"
114
115/* The size of `char', as computed by sizeof. */
116/* #undef SIZEOF_CHAR */
117
118/* The size of `int', as computed by sizeof. */
119/* #undef SIZEOF_INT */
120
121/* The size of `long', as computed by sizeof. */
122/* #undef SIZEOF_LONG */
123
124/* The size of `short', as computed by sizeof. */
125/* #undef SIZEOF_SHORT */
126
127/* The size of `void *', as computed by sizeof. */
128/* #undef SIZEOF_VOID_P */
129
130/* Define to 1 if you have the ANSI C header files. */
131#define STDC_HEADERS 1
132
133/* Enable extensions on AIX 3, Interix.  */
134#ifndef _ALL_SOURCE
135# define _ALL_SOURCE 1
136#endif
137/* Enable GNU extensions on systems that have them.  */
138#ifndef _GNU_SOURCE
139# define _GNU_SOURCE 1
140#endif
141/* Enable threading extensions on Solaris.  */
142#ifndef _POSIX_PTHREAD_SEMANTICS
143# define _POSIX_PTHREAD_SEMANTICS 1
144#endif
145/* Enable extensions on HP NonStop.  */
146#ifndef _TANDEM_SOURCE
147# define _TANDEM_SOURCE 1
148#endif
149/* Enable general extensions on Solaris.  */
150#ifndef __EXTENSIONS__
151# define __EXTENSIONS__ 1
152#endif
153
154
155/* Number of bits in a file offset, on hosts where this is settable. */
156/* #undef _FILE_OFFSET_BITS */
157
158/* Define for large files, on AIX-style hosts. */
159/* #undef _LARGE_FILES */
160
161/* Define to 1 if on MINIX. */
162/* #undef _MINIX */
163
164/* Define to 2 if the system does not provide POSIX.1 features except with
165   this defined. */
166/* #undef _POSIX_1_SOURCE */
167
168/* Define to 1 if you need to in order for `stat' and other things to work. */
169/* #undef _POSIX_SOURCE */
170