xref: /netbsd-src/external/gpl3/binutils.old/lib/libopcodes/arch/vax/config.h (revision e992f068c547fd6e84b3f104dc2340adcc955732)
116dce513Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*e992f068Schristos /* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp  */
3ede78133Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
416dce513Schristos 
516dce513Schristos /* config.h.  Generated from config.in by configure.  */
616dce513Schristos /* config.in.  Generated from configure.ac by autoheader.  */
716dce513Schristos 
816dce513Schristos /* Check that config.h is #included before system headers
916dce513Schristos    (this works only for glibc, but that should be enough).  */
1016dce513Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1116dce513Schristos #  error config.h must be #included before system headers
1216dce513Schristos #endif
1316dce513Schristos #define __CONFIG_H__ 1
1416dce513Schristos 
15*e992f068Schristos /* Define if you want run-time sanity checks. */
16*e992f068Schristos /* #undef ENABLE_CHECKING */
17*e992f068Schristos 
1816dce513Schristos /* Define to 1 if translation of program messages to the user's native
1916dce513Schristos    language is requested. */
2016dce513Schristos #define ENABLE_NLS 1
2116dce513Schristos 
2216dce513Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
2316dce513Schristos    don't. */
2416dce513Schristos #define HAVE_DECL_BASENAME 0
2516dce513Schristos 
2616dce513Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
2716dce513Schristos    */
2816dce513Schristos #define HAVE_DECL_STPCPY 1
2916dce513Schristos 
3016dce513Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
3116dce513Schristos #define HAVE_DLFCN_H 1
3216dce513Schristos 
3316dce513Schristos /* Define to 1 if you have the <inttypes.h> header file. */
3416dce513Schristos #define HAVE_INTTYPES_H 1
3516dce513Schristos 
3616dce513Schristos /* Define to 1 if you have the <memory.h> header file. */
3716dce513Schristos #define HAVE_MEMORY_H 1
3816dce513Schristos 
3916dce513Schristos /* Define if sigsetjmp is available. */
4016dce513Schristos #define HAVE_SIGSETJMP 1
4116dce513Schristos 
4216dce513Schristos /* Define to 1 if you have the <stdint.h> header file. */
4316dce513Schristos #define HAVE_STDINT_H 1
4416dce513Schristos 
4516dce513Schristos /* Define to 1 if you have the <stdlib.h> header file. */
4616dce513Schristos #define HAVE_STDLIB_H 1
4716dce513Schristos 
4816dce513Schristos /* Define to 1 if you have the <strings.h> header file. */
4916dce513Schristos #define HAVE_STRINGS_H 1
5016dce513Schristos 
5116dce513Schristos /* Define to 1 if you have the <string.h> header file. */
5216dce513Schristos #define HAVE_STRING_H 1
5316dce513Schristos 
5416dce513Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
5516dce513Schristos #define HAVE_SYS_STAT_H 1
5616dce513Schristos 
5716dce513Schristos /* Define to 1 if you have the <sys/types.h> header file. */
5816dce513Schristos #define HAVE_SYS_TYPES_H 1
5916dce513Schristos 
6016dce513Schristos /* Define to 1 if you have the <unistd.h> header file. */
6116dce513Schristos #define HAVE_UNISTD_H 1
6216dce513Schristos 
6316dce513Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
6416dce513Schristos    */
6516dce513Schristos #define LT_OBJDIR ".libs/"
6616dce513Schristos 
6716dce513Schristos /* Name of package */
6816dce513Schristos #define PACKAGE "opcodes"
6916dce513Schristos 
7016dce513Schristos /* Define to the address where bug reports for this package should be sent. */
7116dce513Schristos #define PACKAGE_BUGREPORT ""
7216dce513Schristos 
7316dce513Schristos /* Define to the full name of this package. */
7416dce513Schristos #define PACKAGE_NAME "opcodes"
7516dce513Schristos 
7616dce513Schristos /* Define to the full name and version of this package. */
77*e992f068Schristos #define PACKAGE_STRING "opcodes 2.39"
7816dce513Schristos 
7916dce513Schristos /* Define to the one symbol short name of this package. */
8016dce513Schristos #define PACKAGE_TARNAME "opcodes"
8116dce513Schristos 
8216dce513Schristos /* Define to the home page for this package. */
8316dce513Schristos #define PACKAGE_URL ""
8416dce513Schristos 
8516dce513Schristos /* Define to the version of this package. */
86*e992f068Schristos #define PACKAGE_VERSION "2.39"
87*e992f068Schristos 
88*e992f068Schristos /* The size of `void *', as computed by sizeof. */
89*e992f068Schristos #define SIZEOF_VOID_P 4
9016dce513Schristos 
9116dce513Schristos /* Define to 1 if you have the ANSI C header files. */
9216dce513Schristos #define STDC_HEADERS 1
9316dce513Schristos 
9416dce513Schristos /* Enable extensions on AIX 3, Interix.  */
9516dce513Schristos #ifndef _ALL_SOURCE
9616dce513Schristos # define _ALL_SOURCE 1
9716dce513Schristos #endif
9816dce513Schristos /* Enable GNU extensions on systems that have them.  */
9916dce513Schristos #ifndef _GNU_SOURCE
10016dce513Schristos # define _GNU_SOURCE 1
10116dce513Schristos #endif
10216dce513Schristos /* Enable threading extensions on Solaris.  */
10316dce513Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
10416dce513Schristos # define _POSIX_PTHREAD_SEMANTICS 1
10516dce513Schristos #endif
10616dce513Schristos /* Enable extensions on HP NonStop.  */
10716dce513Schristos #ifndef _TANDEM_SOURCE
10816dce513Schristos # define _TANDEM_SOURCE 1
10916dce513Schristos #endif
11016dce513Schristos /* Enable general extensions on Solaris.  */
11116dce513Schristos #ifndef __EXTENSIONS__
11216dce513Schristos # define __EXTENSIONS__ 1
11316dce513Schristos #endif
11416dce513Schristos 
11516dce513Schristos 
11616dce513Schristos /* Version number of package */
117*e992f068Schristos #define VERSION "2.39"
11816dce513Schristos 
11916dce513Schristos /* Define to 1 if on MINIX. */
12016dce513Schristos /* #undef _MINIX */
12116dce513Schristos 
12216dce513Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
12316dce513Schristos    this defined. */
12416dce513Schristos /* #undef _POSIX_1_SOURCE */
12516dce513Schristos 
12616dce513Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
12716dce513Schristos /* #undef _POSIX_SOURCE */
128