etc/protocols - sync with NetBSD-8
[minix.git] / external / gpl3 / binutils / lib / libopcodes / arch / sparc / config.h
blobbeb23fa932793ae56cba7558427ae45bd8103530
1 /* This file is automatically generated. DO NOT EDIT! */
2 /* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */
3 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
5 /* config.h. Generated from config.in by configure. */
6 /* config.in. Generated from configure.in by autoheader. */
8 /* Check that config.h is #included before system headers
9 (this works only for glibc, but that should be enough). */
10 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11 # error config.h must be #included before system headers
12 #endif
13 #define __CONFIG_H__ 1
15 /* Define to 1 if translation of program messages to the user's native
16 language is requested. */
17 #define ENABLE_NLS 1
19 /* Define to 1 if you have the declaration of `basename', and to 0 if you
20 don't. */
21 #define HAVE_DECL_BASENAME 0
23 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
25 #define HAVE_DECL_STPCPY 1
27 /* Define to 1 if you have the <dlfcn.h> header file. */
28 #define HAVE_DLFCN_H 1
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #define HAVE_INTTYPES_H 1
33 /* Define to 1 if you have the <limits.h> header file. */
34 #define HAVE_LIMITS_H 1
36 /* Define to 1 if you have the <memory.h> header file. */
37 #define HAVE_MEMORY_H 1
39 /* Define to 1 if you have the <stdint.h> header file. */
40 #define HAVE_STDINT_H 1
42 /* Define to 1 if you have the <stdlib.h> header file. */
43 #define HAVE_STDLIB_H 1
45 /* Define to 1 if you have the <strings.h> header file. */
46 #define HAVE_STRINGS_H 1
48 /* Define to 1 if you have the <string.h> header file. */
49 #define HAVE_STRING_H 1
51 /* Define to 1 if you have the <sys/stat.h> header file. */
52 #define HAVE_SYS_STAT_H 1
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #define HAVE_SYS_TYPES_H 1
57 /* Define to 1 if you have the <unistd.h> header file. */
58 #define HAVE_UNISTD_H 1
60 /* Define to the sub-directory in which libtool stores uninstalled libraries.
62 #define LT_OBJDIR ".libs/"
64 /* Name of package */
65 #define PACKAGE "opcodes"
67 /* Define to the address where bug reports for this package should be sent. */
68 #define PACKAGE_BUGREPORT ""
70 /* Define to the full name of this package. */
71 #define PACKAGE_NAME ""
73 /* Define to the full name and version of this package. */
74 #define PACKAGE_STRING ""
76 /* Define to the one symbol short name of this package. */
77 #define PACKAGE_TARNAME ""
79 /* Define to the home page for this package. */
80 #define PACKAGE_URL ""
82 /* Define to the version of this package. */
83 #define PACKAGE_VERSION ""
85 /* Define to 1 if you have the ANSI C header files. */
86 #define STDC_HEADERS 1
88 /* Define if you can safely include both <string.h> and <strings.h>. */
89 #define STRING_WITH_STRINGS 1
91 /* Enable extensions on AIX 3, Interix. */
92 #ifndef _ALL_SOURCE
93 # define _ALL_SOURCE 1
94 #endif
95 /* Enable GNU extensions on systems that have them. */
96 #ifndef _GNU_SOURCE
97 # define _GNU_SOURCE 1
98 #endif
99 /* Enable threading extensions on Solaris. */
100 #ifndef _POSIX_PTHREAD_SEMANTICS
101 # define _POSIX_PTHREAD_SEMANTICS 1
102 #endif
103 /* Enable extensions on HP NonStop. */
104 #ifndef _TANDEM_SOURCE
105 # define _TANDEM_SOURCE 1
106 #endif
107 /* Enable general extensions on Solaris. */
108 #ifndef __EXTENSIONS__
109 # define __EXTENSIONS__ 1
110 #endif
113 /* Version number of package */
114 #define VERSION "2.23.2"
116 /* Define to 1 if on MINIX. */
117 /* #undef _MINIX */
119 /* Define to 2 if the system does not provide POSIX.1 features except with
120 this defined. */
121 /* #undef _POSIX_1_SOURCE */
123 /* Define to 1 if you need to in order for `stat' and other things to work. */
124 /* #undef _POSIX_SOURCE */