xref: /netbsd-src/external/gpl3/gdb/dist/libsframe/config.h.in (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1*4b169a6bSchristos/* config.h.in.  Generated from configure.ac by autoheader.  */
2*4b169a6bSchristos
3*4b169a6bSchristos/* Define to 1 if you have the <byteswap.h> header file. */
4*4b169a6bSchristos#undef HAVE_BYTESWAP_H
5*4b169a6bSchristos
6*4b169a6bSchristos/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
7*4b169a6bSchristos   don't. */
8*4b169a6bSchristos#undef HAVE_DECL_BSWAP_16
9*4b169a6bSchristos
10*4b169a6bSchristos/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
11*4b169a6bSchristos   don't. */
12*4b169a6bSchristos#undef HAVE_DECL_BSWAP_32
13*4b169a6bSchristos
14*4b169a6bSchristos/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
15*4b169a6bSchristos   don't. */
16*4b169a6bSchristos#undef HAVE_DECL_BSWAP_64
17*4b169a6bSchristos
18*4b169a6bSchristos/* Define to 1 if you have the <dlfcn.h> header file. */
19*4b169a6bSchristos#undef HAVE_DLFCN_H
20*4b169a6bSchristos
21*4b169a6bSchristos/* Define to 1 if you have the <endian.h> header file. */
22*4b169a6bSchristos#undef HAVE_ENDIAN_H
23*4b169a6bSchristos
24*4b169a6bSchristos/* Define to 1 if you have the `getpagesize' function. */
25*4b169a6bSchristos#undef HAVE_GETPAGESIZE
26*4b169a6bSchristos
27*4b169a6bSchristos/* Define to 1 if you have the <inttypes.h> header file. */
28*4b169a6bSchristos#undef HAVE_INTTYPES_H
29*4b169a6bSchristos
30*4b169a6bSchristos/* Define to 1 if you have the <memory.h> header file. */
31*4b169a6bSchristos#undef HAVE_MEMORY_H
32*4b169a6bSchristos
33*4b169a6bSchristos/* Define to 1 if you have a working `mmap' system call. */
34*4b169a6bSchristos#undef HAVE_MMAP
35*4b169a6bSchristos
36*4b169a6bSchristos/* Define to 1 if you have the <stdint.h> header file. */
37*4b169a6bSchristos#undef HAVE_STDINT_H
38*4b169a6bSchristos
39*4b169a6bSchristos/* Define to 1 if you have the <stdlib.h> header file. */
40*4b169a6bSchristos#undef HAVE_STDLIB_H
41*4b169a6bSchristos
42*4b169a6bSchristos/* Define to 1 if you have the <strings.h> header file. */
43*4b169a6bSchristos#undef HAVE_STRINGS_H
44*4b169a6bSchristos
45*4b169a6bSchristos/* Define to 1 if you have the <string.h> header file. */
46*4b169a6bSchristos#undef HAVE_STRING_H
47*4b169a6bSchristos
48*4b169a6bSchristos/* Define to 1 if you have the <sys/param.h> header file. */
49*4b169a6bSchristos#undef HAVE_SYS_PARAM_H
50*4b169a6bSchristos
51*4b169a6bSchristos/* Define to 1 if you have the <sys/stat.h> header file. */
52*4b169a6bSchristos#undef HAVE_SYS_STAT_H
53*4b169a6bSchristos
54*4b169a6bSchristos/* Define to 1 if you have the <sys/types.h> header file. */
55*4b169a6bSchristos#undef HAVE_SYS_TYPES_H
56*4b169a6bSchristos
57*4b169a6bSchristos/* Define to 1 if you have the <unistd.h> header file. */
58*4b169a6bSchristos#undef HAVE_UNISTD_H
59*4b169a6bSchristos
60*4b169a6bSchristos/* Define to the sub-directory in which libtool stores uninstalled libraries.
61*4b169a6bSchristos   */
62*4b169a6bSchristos#undef LT_OBJDIR
63*4b169a6bSchristos
64*4b169a6bSchristos/* Name of package */
65*4b169a6bSchristos#undef PACKAGE
66*4b169a6bSchristos
67*4b169a6bSchristos/* Define to the address where bug reports for this package should be sent. */
68*4b169a6bSchristos#undef PACKAGE_BUGREPORT
69*4b169a6bSchristos
70*4b169a6bSchristos/* Define to the full name of this package. */
71*4b169a6bSchristos#undef PACKAGE_NAME
72*4b169a6bSchristos
73*4b169a6bSchristos/* Define to the full name and version of this package. */
74*4b169a6bSchristos#undef PACKAGE_STRING
75*4b169a6bSchristos
76*4b169a6bSchristos/* Define to the one symbol short name of this package. */
77*4b169a6bSchristos#undef PACKAGE_TARNAME
78*4b169a6bSchristos
79*4b169a6bSchristos/* Define to the home page for this package. */
80*4b169a6bSchristos#undef PACKAGE_URL
81*4b169a6bSchristos
82*4b169a6bSchristos/* Define to the version of this package. */
83*4b169a6bSchristos#undef PACKAGE_VERSION
84*4b169a6bSchristos
85*4b169a6bSchristos/* Define to 1 if you have the ANSI C header files. */
86*4b169a6bSchristos#undef STDC_HEADERS
87*4b169a6bSchristos
88*4b169a6bSchristos/* Enable extensions on AIX 3, Interix.  */
89*4b169a6bSchristos#ifndef _ALL_SOURCE
90*4b169a6bSchristos# undef _ALL_SOURCE
91*4b169a6bSchristos#endif
92*4b169a6bSchristos/* Enable GNU extensions on systems that have them.  */
93*4b169a6bSchristos#ifndef _GNU_SOURCE
94*4b169a6bSchristos# undef _GNU_SOURCE
95*4b169a6bSchristos#endif
96*4b169a6bSchristos/* Enable threading extensions on Solaris.  */
97*4b169a6bSchristos#ifndef _POSIX_PTHREAD_SEMANTICS
98*4b169a6bSchristos# undef _POSIX_PTHREAD_SEMANTICS
99*4b169a6bSchristos#endif
100*4b169a6bSchristos/* Enable extensions on HP NonStop.  */
101*4b169a6bSchristos#ifndef _TANDEM_SOURCE
102*4b169a6bSchristos# undef _TANDEM_SOURCE
103*4b169a6bSchristos#endif
104*4b169a6bSchristos/* Enable general extensions on Solaris.  */
105*4b169a6bSchristos#ifndef __EXTENSIONS__
106*4b169a6bSchristos# undef __EXTENSIONS__
107*4b169a6bSchristos#endif
108*4b169a6bSchristos
109*4b169a6bSchristos
110*4b169a6bSchristos/* Version number of package */
111*4b169a6bSchristos#undef VERSION
112*4b169a6bSchristos
113*4b169a6bSchristos/* Enable large inode numbers on Mac OS X 10.5.  */
114*4b169a6bSchristos#ifndef _DARWIN_USE_64_BIT_INODE
115*4b169a6bSchristos# define _DARWIN_USE_64_BIT_INODE 1
116*4b169a6bSchristos#endif
117*4b169a6bSchristos
118*4b169a6bSchristos/* Number of bits in a file offset, on hosts where this is settable. */
119*4b169a6bSchristos#undef _FILE_OFFSET_BITS
120*4b169a6bSchristos
121*4b169a6bSchristos/* Define for large files, on AIX-style hosts. */
122*4b169a6bSchristos#undef _LARGE_FILES
123*4b169a6bSchristos
124*4b169a6bSchristos/* Define to 1 if on MINIX. */
125*4b169a6bSchristos#undef _MINIX
126*4b169a6bSchristos
127*4b169a6bSchristos/* Define to 2 if the system does not provide POSIX.1 features except with
128*4b169a6bSchristos   this defined. */
129*4b169a6bSchristos#undef _POSIX_1_SOURCE
130*4b169a6bSchristos
131*4b169a6bSchristos/* Define to 1 if you need to in order for `stat' and other things to work. */
132*4b169a6bSchristos#undef _POSIX_SOURCE
133