]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/config.in
New Romanian translation for ld
[thirdparty/binutils-gdb.git] / opcodes / config.in
CommitLineData
35eafcc7 1/* config.in. Generated from configure.ac by autoheader. */
252b5132 2
df7b86aa
NC
3/* Check that config.h is #included before system headers
4 (this works only for glibc, but that should be enough). */
00716ab1 5#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
df7b86aa
NC
6# error config.h must be #included before system headers
7#endif
8#define __CONFIG_H__ 1
9
43e05cd4
AM
10/* Define if you want run-time sanity checks. */
11#undef ENABLE_CHECKING
12
7ff1a5b5
AM
13/* Define to 1 if translation of program messages to the user's native
14 language is requested. */
979273e3 15#undef ENABLE_NLS
87e6d782 16
862776f2
AA
17/* Define to 1 if you have the Mac OS X function
18 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
19#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
20
21/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
22 the CoreFoundation framework. */
23#undef HAVE_CFPREFERENCESCOPYAPPVALUE
24
25/* Define if the GNU dcgettext() function is already present or preinstalled.
26 */
27#undef HAVE_DCGETTEXT
28
4bd60896
JG
29/* Define to 1 if you have the declaration of `basename', and to 0 if you
30 don't. */
31#undef HAVE_DECL_BASENAME
32
dabbade6
L
33/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
34 */
35#undef HAVE_DECL_STPCPY
36
ae351704
AM
37/* Define to 1 if you have the <dlfcn.h> header file. */
38#undef HAVE_DLFCN_H
39
862776f2
AA
40/* Define if the GNU gettext() function is already present or preinstalled. */
41#undef HAVE_GETTEXT
42
43/* Define if you have the iconv() function and it works. */
44#undef HAVE_ICONV
45
979273e3
NN
46/* Define to 1 if you have the <inttypes.h> header file. */
47#undef HAVE_INTTYPES_H
252b5132 48
979273e3
NN
49/* Define to 1 if you have the <memory.h> header file. */
50#undef HAVE_MEMORY_H
252b5132 51
8df14d78
L
52/* Define if sigsetjmp is available. */
53#undef HAVE_SIGSETJMP
54
979273e3
NN
55/* Define to 1 if you have the <stdint.h> header file. */
56#undef HAVE_STDINT_H
57
58/* Define to 1 if you have the <stdlib.h> header file. */
59#undef HAVE_STDLIB_H
60
979273e3
NN
61/* Define to 1 if you have the <strings.h> header file. */
62#undef HAVE_STRINGS_H
252b5132 63
979273e3 64/* Define to 1 if you have the <string.h> header file. */
252b5132
RH
65#undef HAVE_STRING_H
66
979273e3 67/* Define to 1 if you have the <sys/stat.h> header file. */
e20c0b3d
AM
68#undef HAVE_SYS_STAT_H
69
979273e3 70/* Define to 1 if you have the <sys/types.h> header file. */
e20c0b3d
AM
71#undef HAVE_SYS_TYPES_H
72
979273e3 73/* Define to 1 if you have the <unistd.h> header file. */
252b5132
RH
74#undef HAVE_UNISTD_H
75
ae351704
AM
76/* Define to the sub-directory in which libtool stores uninstalled libraries.
77 */
78#undef LT_OBJDIR
79
252b5132
RH
80/* Name of package */
81#undef PACKAGE
82
979273e3
NN
83/* Define to the address where bug reports for this package should be sent. */
84#undef PACKAGE_BUGREPORT
85
86/* Define to the full name of this package. */
87#undef PACKAGE_NAME
88
89/* Define to the full name and version of this package. */
90#undef PACKAGE_STRING
91
92/* Define to the one symbol short name of this package. */
93#undef PACKAGE_TARNAME
94
81ecdfbb
RW
95/* Define to the home page for this package. */
96#undef PACKAGE_URL
97
979273e3
NN
98/* Define to the version of this package. */
99#undef PACKAGE_VERSION
100
1d5269c9
MF
101/* The size of `void *', as computed by sizeof. */
102#undef SIZEOF_VOID_P
103
979273e3
NN
104/* Define to 1 if you have the ANSI C header files. */
105#undef STDC_HEADERS
106
7357c5b6
AM
107/* Enable extensions on AIX 3, Interix. */
108#ifndef _ALL_SOURCE
109# undef _ALL_SOURCE
110#endif
111/* Enable GNU extensions on systems that have them. */
112#ifndef _GNU_SOURCE
113# undef _GNU_SOURCE
114#endif
115/* Enable threading extensions on Solaris. */
116#ifndef _POSIX_PTHREAD_SEMANTICS
117# undef _POSIX_PTHREAD_SEMANTICS
118#endif
119/* Enable extensions on HP NonStop. */
120#ifndef _TANDEM_SOURCE
121# undef _TANDEM_SOURCE
122#endif
123/* Enable general extensions on Solaris. */
124#ifndef __EXTENSIONS__
125# undef __EXTENSIONS__
126#endif
127
81ecdfbb
RW
128
129/* Version number of package */
130#undef VERSION
131
132/* Define to 1 if on MINIX. */
133#undef _MINIX
134
135/* Define to 2 if the system does not provide POSIX.1 features except with
136 this defined. */
137#undef _POSIX_1_SOURCE
138
139/* Define to 1 if you need to in order for `stat' and other things to work. */
140#undef _POSIX_SOURCE