The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
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/* XCOFF size: 32 or 64 */
8#define BACKTRACE_XCOFF_SIZE unused
9
10/* Define to 1 if you have the __atomic functions */
11#define HAVE_ATOMIC_FUNCTIONS 1
12
13/* Define to 1 if you have the `clock_gettime' function. */
14#define HAVE_CLOCK_GETTIME 1
15
16/* Define to 1 if you have the declaration of `getpagesize', and to 0 if you
17 don't. */
18#define HAVE_DECL_GETPAGESIZE 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 declaration of `_pgmptr', and to 0 if you
25 don't. */
26#define HAVE_DECL__PGMPTR 0
27
28/* Define to 1 if you have the <dlfcn.h> header file. */
29#define HAVE_DLFCN_H 1
30
31/* Define if dl_iterate_phdr is available. */
32#define HAVE_DL_ITERATE_PHDR 1
33
34/* Define to 1 if you have the fcntl function */
35#define HAVE_FCNTL 1
36
37/* Define if getexecname is available. */
38/* #undef HAVE_GETEXECNAME */
39
40/* Define if _Unwind_GetIPInfo is available. */
41#define HAVE_GETIPINFO 1
42
43/* Define to 1 if you have the <inttypes.h> header file. */
44#define HAVE_INTTYPES_H 1
45
46/* Define to 1 if you have KERN_PROC and KERN_PROC_PATHNAME in <sys/sysctl.h>.
47 */
48/* #undef HAVE_KERN_PROC */
49
50/* Define to 1 if you have KERN_PROCARGS and KERN_PROC_PATHNAME in
51 <sys/sysctl.h>. */
52/* #undef HAVE_KERN_PROC_ARGS */
53
54/* Define if -llzma is available. */
55#define HAVE_LIBLZMA 1
56
57/* Define to 1 if you have the <link.h> header file. */
58#define HAVE_LINK_H 1
59
60/* Define if AIX loadquery is available. */
61/* #undef HAVE_LOADQUERY */
62
63/* Define to 1 if you have the `lstat' function. */
64#define HAVE_LSTAT 1
65
66/* Define to 1 if you have the <mach-o/dyld.h> header file. */
67/* #undef HAVE_MACH_O_DYLD_H */
68
69/* Define to 1 if you have the <memory.h> header file. */
70/* #undef HAVE_MEMORY_H */
71
72/* Define to 1 if you have the `readlink' function. */
73#define HAVE_READLINK 1
74
75/* Define to 1 if you have the <stdint.h> header file. */
76#define HAVE_STDINT_H 1
77
78/* Define to 1 if you have the <stdlib.h> header file. */
79#define HAVE_STDLIB_H 1
80
81/* Define to 1 if you have the <strings.h> header file. */
82#define HAVE_STRINGS_H 1
83
84/* Define to 1 if you have the <string.h> header file. */
85#define HAVE_STRING_H 1
86
87/* Define to 1 if you have the __sync functions */
88#define HAVE_SYNC_FUNCTIONS 1
89
90/* Define to 1 if you have the <sys/ldr.h> header file. */
91/* #undef HAVE_SYS_LDR_H */
92
93/* Define to 1 if you have the <sys/link.h> header file. */
94/* #undef HAVE_SYS_LINK_H */
95
96/* Define to 1 if you have the <sys/mman.h> header file. */
97#define HAVE_SYS_MMAN_H 1
98
99/* Define to 1 if you have the <sys/stat.h> header file. */
100#define HAVE_SYS_STAT_H 1
101
102/* Define to 1 if you have the <sys/types.h> header file. */
103#define HAVE_SYS_TYPES_H 1
104
105/* Define to 1 if you have the <tlhelp32.h> header file. */
106/* #undef HAVE_TLHELP32_H */
107
108/* Define to 1 if you have the <unistd.h> header file. */
109#define HAVE_UNISTD_H 1
110
111/* Define to 1 if you have the <windows.h> header file. */
112/* #undef HAVE_WINDOWS_H */
113
114/* Define if -lz is available. */
115#define HAVE_ZLIB 1
116
117/* Define if -lzstd is available. */
118/* #undef HAVE_ZSTD */
119
120/* Define to the sub-directory in which libtool stores uninstalled libraries.
121 */
122#define LT_OBJDIR ".libs/"
123
124/* Define to the address where bug reports for this package should be sent. */
125#define PACKAGE_BUGREPORT ""
126
127/* Define to the full name of this package. */
128#define PACKAGE_NAME "package-unused"
129
130/* Define to the full name and version of this package. */
131#define PACKAGE_STRING "package-unused version-unused"
132
133/* Define to the one symbol short name of this package. */
134#define PACKAGE_TARNAME "libbacktrace"
135
136/* Define to the home page for this package. */
137#define PACKAGE_URL ""
138
139/* Define to the version of this package. */
140#define PACKAGE_VERSION "version-unused"
141
142/* Define to 1 if you have the ANSI C header files. */
143#define STDC_HEADERS 1
144
145/* Enable extensions on AIX 3, Interix. */
146#ifndef _ALL_SOURCE
147# define _ALL_SOURCE 1
148#endif
149/* Enable GNU extensions on systems that have them. */
150#ifndef _GNU_SOURCE
151# define _GNU_SOURCE 1
152#endif
153/* Enable threading extensions on Solaris. */
154#ifndef _POSIX_PTHREAD_SEMANTICS
155# define _POSIX_PTHREAD_SEMANTICS 1
156#endif
157/* Enable extensions on HP NonStop. */
158#ifndef _TANDEM_SOURCE
159# define _TANDEM_SOURCE 1
160#endif
161/* Enable general extensions on Solaris. */
162#ifndef __EXTENSIONS__
163# define __EXTENSIONS__ 1
164#endif
165
166
167/* Enable large inode numbers on Mac OS X 10.5. */
168#ifndef _DARWIN_USE_64_BIT_INODE
169# define _DARWIN_USE_64_BIT_INODE 1
170#endif
171
172/* Number of bits in a file offset, on hosts where this is settable. */
173/* #undef _FILE_OFFSET_BITS */
174
175/* Define for large files, on AIX-style hosts. */
176/* #undef _LARGE_FILES */
177
178/* Define to 1 if on MINIX. */
179/* #undef _MINIX */
180
181/* Define to 2 if the system does not provide POSIX.1 features except with
182 this defined. */
183/* #undef _POSIX_1_SOURCE */
184
185/* Define to 1 if you need to in order for `stat' and other things to work. */
186/* #undef _POSIX_SOURCE */