19600361fSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*49678444Schristos /* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
3380d08cbSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
49600361fSchristos 
59600361fSchristos /* config.h.  Generated from config.in by configure.  */
629efec99Schristos /* config.in.  Generated from configure.ac by autoheader.  */
79600361fSchristos 
85ff6d2b7Sskrll /* Check that config.h is #included before system headers
95ff6d2b7Sskrll    (this works only for glibc, but that should be enough).  */
105ff6d2b7Sskrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
115ff6d2b7Sskrll #  error config.h must be #included before system headers
125ff6d2b7Sskrll #endif
135ff6d2b7Sskrll #define __CONFIG_H__ 1
145ff6d2b7Sskrll 
159600361fSchristos /* Define to 1 if translation of program messages to the user's native
169600361fSchristos    language is requested. */
179600361fSchristos #define ENABLE_NLS 1
189600361fSchristos 
199600361fSchristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
209600361fSchristos    don't. */
219600361fSchristos #define HAVE_DECL_BASENAME 0
229600361fSchristos 
239600361fSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
249600361fSchristos    */
259600361fSchristos #define HAVE_DECL_STPCPY 1
269600361fSchristos 
279600361fSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
289600361fSchristos #define HAVE_DLFCN_H 1
299600361fSchristos 
309600361fSchristos /* Define to 1 if you have the <inttypes.h> header file. */
319600361fSchristos #define HAVE_INTTYPES_H 1
329600361fSchristos 
339600361fSchristos /* Define to 1 if you have the <limits.h> header file. */
349600361fSchristos #define HAVE_LIMITS_H 1
359600361fSchristos 
369600361fSchristos /* Define to 1 if you have the <memory.h> header file. */
379600361fSchristos #define HAVE_MEMORY_H 1
389600361fSchristos 
3929efec99Schristos /* Define if sigsetjmp is available. */
4029efec99Schristos #define HAVE_SIGSETJMP 1
4129efec99Schristos 
429600361fSchristos /* Define to 1 if you have the <stdint.h> header file. */
439600361fSchristos #define HAVE_STDINT_H 1
449600361fSchristos 
459600361fSchristos /* Define to 1 if you have the <stdlib.h> header file. */
469600361fSchristos #define HAVE_STDLIB_H 1
479600361fSchristos 
489600361fSchristos /* Define to 1 if you have the <strings.h> header file. */
499600361fSchristos #define HAVE_STRINGS_H 1
509600361fSchristos 
519600361fSchristos /* Define to 1 if you have the <string.h> header file. */
529600361fSchristos #define HAVE_STRING_H 1
539600361fSchristos 
549600361fSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
559600361fSchristos #define HAVE_SYS_STAT_H 1
569600361fSchristos 
579600361fSchristos /* Define to 1 if you have the <sys/types.h> header file. */
589600361fSchristos #define HAVE_SYS_TYPES_H 1
599600361fSchristos 
609600361fSchristos /* Define to 1 if you have the <unistd.h> header file. */
619600361fSchristos #define HAVE_UNISTD_H 1
629600361fSchristos 
639600361fSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
649600361fSchristos    */
659600361fSchristos #define LT_OBJDIR ".libs/"
669600361fSchristos 
679600361fSchristos /* Name of package */
689600361fSchristos #define PACKAGE "opcodes"
699600361fSchristos 
709600361fSchristos /* Define to the address where bug reports for this package should be sent. */
719600361fSchristos #define PACKAGE_BUGREPORT ""
729600361fSchristos 
739600361fSchristos /* Define to the full name of this package. */
7429efec99Schristos #define PACKAGE_NAME "opcodes"
759600361fSchristos 
769600361fSchristos /* Define to the full name and version of this package. */
77*49678444Schristos #define PACKAGE_STRING "opcodes 2.35.50"
789600361fSchristos 
799600361fSchristos /* Define to the one symbol short name of this package. */
8029efec99Schristos #define PACKAGE_TARNAME "opcodes"
819600361fSchristos 
829600361fSchristos /* Define to the home page for this package. */
839600361fSchristos #define PACKAGE_URL ""
849600361fSchristos 
859600361fSchristos /* Define to the version of this package. */
86*49678444Schristos #define PACKAGE_VERSION "2.35.50"
879600361fSchristos 
889600361fSchristos /* Define to 1 if you have the ANSI C header files. */
899600361fSchristos #define STDC_HEADERS 1
909600361fSchristos 
915ff6d2b7Sskrll /* Define if you can safely include both <string.h> and <strings.h>. */
925ff6d2b7Sskrll #define STRING_WITH_STRINGS 1
935ff6d2b7Sskrll 
949600361fSchristos /* Enable extensions on AIX 3, Interix.  */
959600361fSchristos #ifndef _ALL_SOURCE
969600361fSchristos # define _ALL_SOURCE 1
979600361fSchristos #endif
989600361fSchristos /* Enable GNU extensions on systems that have them.  */
999600361fSchristos #ifndef _GNU_SOURCE
1009600361fSchristos # define _GNU_SOURCE 1
1019600361fSchristos #endif
1029600361fSchristos /* Enable threading extensions on Solaris.  */
1039600361fSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
1049600361fSchristos # define _POSIX_PTHREAD_SEMANTICS 1
1059600361fSchristos #endif
1069600361fSchristos /* Enable extensions on HP NonStop.  */
1079600361fSchristos #ifndef _TANDEM_SOURCE
1089600361fSchristos # define _TANDEM_SOURCE 1
1099600361fSchristos #endif
1109600361fSchristos /* Enable general extensions on Solaris.  */
1119600361fSchristos #ifndef __EXTENSIONS__
1129600361fSchristos # define __EXTENSIONS__ 1
1139600361fSchristos #endif
1149600361fSchristos 
1159600361fSchristos 
1169600361fSchristos /* Version number of package */
117*49678444Schristos #define VERSION "2.35.50"
1189600361fSchristos 
1199600361fSchristos /* Define to 1 if on MINIX. */
1209600361fSchristos /* #undef _MINIX */
1219600361fSchristos 
1229600361fSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
1239600361fSchristos    this defined. */
1249600361fSchristos /* #undef _POSIX_1_SOURCE */
1259600361fSchristos 
1269600361fSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
1279600361fSchristos /* #undef _POSIX_SOURCE */
128