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