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