1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Whether libbfd was configured for an ELF target. */
8 #define HAVE_BFD_ELF 1
9 
10 /* Define to 1 if you have the <byteswap.h> header file. */
11 /* #undef HAVE_BYTESWAP_H */
12 
13 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
14    don't. */
15 #define HAVE_DECL_ASPRINTF 1
16 
17 /* Define to 1 if you have the <dlfcn.h> header file. */
18 #define HAVE_DLFCN_H 1
19 
20 /* Define to 1 if you have the <endian.h> header file. */
21 /* #undef HAVE_ENDIAN_H */
22 
23 /* Define to 1 if you have the `getpagesize' function. */
24 #define HAVE_GETPAGESIZE 1
25 
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #define HAVE_INTTYPES_H 1
28 
29 /* Define to 1 if you have the <memory.h> header file. */
30 #define HAVE_MEMORY_H 1
31 
32 /* Define to 1 if you have a working `mmap' system call. */
33 #define HAVE_MMAP 1
34 
35 /* Whether the platform has a definition of O_CLOEXEC. */
36 #define HAVE_O_CLOEXEC 1
37 
38 /* Define to 1 if you have the `pread' function. */
39 #define HAVE_PREAD 1
40 
41 /* Define to 1 if you have the `qsort_r' function. */
42 #define HAVE_QSORT_R 1
43 
44 /* Whether a qsort_r exists with a void *arg as its last arg. */
45 /* #undef HAVE_QSORT_R_ARG_LAST */
46 
47 /* Whether a qsort_r exists with the compar function as its last arg. */
48 #define HAVE_QSORT_R_COMPAR_LAST 1
49 
50 /* Define to 1 if you have the <stdint.h> header file. */
51 #define HAVE_STDINT_H 1
52 
53 /* Define to 1 if you have the <stdlib.h> header file. */
54 #define HAVE_STDLIB_H 1
55 
56 /* Define to 1 if you have the <strings.h> header file. */
57 #define HAVE_STRINGS_H 1
58 
59 /* Define to 1 if you have the <string.h> header file. */
60 #define HAVE_STRING_H 1
61 
62 /* Define to 1 if you have the <sys/param.h> header file. */
63 #define HAVE_SYS_PARAM_H 1
64 
65 /* Define to 1 if you have the <sys/stat.h> header file. */
66 #define HAVE_SYS_STAT_H 1
67 
68 /* Define to 1 if you have the <sys/types.h> header file. */
69 #define HAVE_SYS_TYPES_H 1
70 
71 /* Define to 1 if you have the <unistd.h> header file. */
72 #define HAVE_UNISTD_H 1
73 
74 /* Define to the sub-directory in which libtool stores uninstalled libraries.
75    */
76 #define LT_OBJDIR ".libs/"
77 
78 /* Name of package */
79 #define PACKAGE "libctf-library"
80 
81 /* Define to the address where bug reports for this package should be sent. */
82 #define PACKAGE_BUGREPORT ""
83 
84 /* Define to the full name of this package. */
85 #define PACKAGE_NAME "libctf library"
86 
87 /* Define to the full name and version of this package. */
88 #define PACKAGE_STRING "libctf library 1.2.0-pre"
89 
90 /* Define to the one symbol short name of this package. */
91 #define PACKAGE_TARNAME "libctf-library"
92 
93 /* Define to the home page for this package. */
94 #define PACKAGE_URL ""
95 
96 /* Define to the version of this package. */
97 #define PACKAGE_VERSION "1.2.0-pre"
98 
99 /* Define to 1 if you have the ANSI C header files. */
100 #define STDC_HEADERS 1
101 
102 /* Enable extensions on AIX 3, Interix.  */
103 #ifndef _ALL_SOURCE
104 # define _ALL_SOURCE 1
105 #endif
106 /* Enable GNU extensions on systems that have them.  */
107 #ifndef _GNU_SOURCE
108 # define _GNU_SOURCE 1
109 #endif
110 /* Enable threading extensions on Solaris.  */
111 #ifndef _POSIX_PTHREAD_SEMANTICS
112 # define _POSIX_PTHREAD_SEMANTICS 1
113 #endif
114 /* Enable extensions on HP NonStop.  */
115 #ifndef _TANDEM_SOURCE
116 # define _TANDEM_SOURCE 1
117 #endif
118 /* Enable general extensions on Solaris.  */
119 #ifndef __EXTENSIONS__
120 # define __EXTENSIONS__ 1
121 #endif
122 
123 
124 /* Version number of package */
125 #define VERSION "1.2.0-pre"
126 
127 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
128    significant byte first (like Motorola and SPARC, unlike Intel). */
129 #if defined AC_APPLE_UNIVERSAL_BUILD
130 # if defined __BIG_ENDIAN__
131 #  define WORDS_BIGENDIAN 1
132 # endif
133 #else
134 # ifndef WORDS_BIGENDIAN
135 /* #  undef WORDS_BIGENDIAN */
136 # endif
137 #endif
138 
139 /* Enable large inode numbers on Mac OS X 10.5.  */
140 #ifndef _DARWIN_USE_64_BIT_INODE
141 # define _DARWIN_USE_64_BIT_INODE 1
142 #endif
143 
144 /* Number of bits in a file offset, on hosts where this is settable. */
145 /* #undef _FILE_OFFSET_BITS */
146 
147 /* Define for large files, on AIX-style hosts. */
148 /* #undef _LARGE_FILES */
149 
150 /* Define to 1 if on MINIX. */
151 /* #undef _MINIX */
152 
153 /* Define to 2 if the system does not provide POSIX.1 features except with
154    this defined. */
155 /* #undef _POSIX_1_SOURCE */
156 
157 /* Define to 1 if you need to in order for `stat' and other things to work. */
158 /* #undef _POSIX_SOURCE */
159