8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / tools / ctf / dwarf / common / config.h
blob42b286cfdac1bdbe77d63c74bf0b3161dc40e044
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
7 /* Define to 1 if you have the <alloca.h> header file. */
8 #define HAVE_ALLOCA_H 1
10 /* Define 1 if want to allow producer to build with 32/64bit section offsets
11 per dwarf3 */
12 #define HAVE_DWARF2_99_EXTENSION 1
14 /* Define to 1 if the elf64_getehdr function is in libelf.a. */
15 #define HAVE_ELF64_GETEHDR 1
17 /* Define to 1 if the elf64_getshdr function is in libelf.a. */
18 #define HAVE_ELF64_GETSHDR 1
20 /* Define 1 if Elf64_Rela defined. */
21 #define HAVE_ELF64_RELA 1
23 /* Define 1 if Elf64_Sym defined. */
24 #define HAVE_ELF64_SYM 1
26 /* Define to 1 if you have the <elfaccess.h> header file. */
27 /* #undef HAVE_ELFACCESS_H */
29 /* Define to 1 if you have the <elf.h> header file. */
30 #define HAVE_ELF_H 1
32 /* Define to 1 if you have the <inttypes.h> header file. */
33 #define HAVE_INTTYPES_H 1
35 /* Define to 1 if you have the <libelf.h> header file. */
36 #define HAVE_LIBELF_H 1
38 /* Define to 1 if you have the <libelf/libelf.h> header file. */
39 /* #undef HAVE_LIBELF_LIBELF_H */
41 /* Define 1 if off64 is defined via libelf with GNU_SOURCE. */
42 #define HAVE_LIBELF_OFF64_OK 1
44 /* Define to 1 if you have the <memory.h> header file. */
45 #define HAVE_MEMORY_H 1
47 /* Define 1 if need nonstandard printf format for 64bit */
48 /* #undef HAVE_NONSTANDARD_PRINTF_64_FORMAT */
50 /* Define 1 to default to old DW_FRAME_CFA_COL */
51 /* #undef HAVE_OLD_FRAME_CFA_COL */
53 /* Define 1 if plain libelf builds. */
54 #define HAVE_RAW_LIBELF_OK 1
56 /* Define 1 if R_IA_64_DIR32LSB is defined (might be enum value). */
57 /* #undef HAVE_R_IA_64_DIR32LSB */
59 /* Define 1 if want producer to build with IRIX offset sizes */
60 /* #undef HAVE_SGI_IRIX_OFFSETS */
62 /* Define to 1 if you have the <stdint.h> header file. */
63 #define HAVE_STDINT_H 1
65 /* Define to 1 if you have the <stdlib.h> header file. */
66 #define HAVE_STDLIB_H 1
68 /* Define 1 if want producer to build with only 32bit section offsets */
69 /* #undef HAVE_STRICT_DWARF2_32BIT_OFFSET */
71 /* Define to 1 if you have the <strings.h> header file. */
72 #define HAVE_STRINGS_H 1
74 /* Define to 1 if you have the <string.h> header file. */
75 #define HAVE_STRING_H 1
77 /* Define to 1 if you have the <sys/ia64/elf.h> header file. */
78 /* #undef HAVE_SYS_IA64_ELF_H */
80 /* Define to 1 if you have the <sys/stat.h> header file. */
81 #define HAVE_SYS_STAT_H 1
83 /* Define to 1 if you have the <sys/types.h> header file. */
84 #define HAVE_SYS_TYPES_H 1
86 /* Define to 1 if you have the <unistd.h> header file. */
87 #define HAVE_UNISTD_H 1
89 /* Define 1 if want to allow Windows full path detection */
90 /* #undef HAVE_WINDOWS_PATH */
92 /* See if __uint32_t is predefined in the compiler. */
93 /* #undef HAVE___UINT32_T */
95 /* Define 1 if __uint32_t is in sgidefs.h. */
96 /* #undef HAVE___UINT32_T_IN_SGIDEFS_H */
98 /* Define 1 if sys/types.h defines __uint32_t. */
99 /* #undef HAVE___UINT32_T_IN_SYS_TYPES_H */
101 /* See if __uint64_t is predefined in the compiler. */
102 /* #undef HAVE___UINT64_T */
104 /* Define 1 if is in sgidefs.h. */
105 /* #undef HAVE___UINT64_T_IN_SGIDEFS_H */
107 /* Define 1 if sys/types.h defines __uint64_t. */
108 /* #undef HAVE___UINT64_T_IN_SYS_TYPES_H */
110 /* Define to the address where bug reports for this package should be sent. */
111 #define PACKAGE_BUGREPORT ""
113 /* Define to the full name of this package. */
114 #define PACKAGE_NAME ""
116 /* Define to the full name and version of this package. */
117 #define PACKAGE_STRING ""
119 /* Define to the one symbol short name of this package. */
120 #define PACKAGE_TARNAME ""
122 /* Define to the home page for this package. */
123 #define PACKAGE_URL ""
125 /* Define to the version of this package. */
126 #define PACKAGE_VERSION ""
128 /* Define to 1 if you have the ANSI C header files. */
129 #define STDC_HEADERS 1
131 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
132 significant byte first (like Motorola and SPARC, unlike Intel). */
133 #if defined AC_APPLE_UNIVERSAL_BUILD
134 # if defined __BIG_ENDIAN__
135 # define WORDS_BIGENDIAN 1
136 # endif
137 #else
138 # if defined(__sparc)
139 # define WORDS_BIGENDIAN 1
140 # else
141 # undef WORDS_BIGENDIAN
142 # endif
143 #endif