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