1#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
2# error config.h must be #included before system headers
3#endif
4#define __CONFIG_H__ 1
5/* #undef ENABLE_CHECKING */
6/* #undef ENABLE_NLS */
7/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
8/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
9/* #undef HAVE_DCGETTEXT */
10#define HAVE_DECL_BASENAME 0
11#define HAVE_DECL_STPCPY 1
12#define HAVE_DLFCN_H 1
13/* #undef HAVE_GETTEXT */
14/* #undef HAVE_ICONV */
15#define HAVE_INTTYPES_H 1
16#define HAVE_MEMORY_H 1
17#define HAVE_SIGSETJMP 1
18#define HAVE_STDINT_H 1
19#define HAVE_STDLIB_H 1
20#define HAVE_STRINGS_H 1
21#define HAVE_STRING_H 1
22#define HAVE_SYS_STAT_H 1
23#define HAVE_SYS_TYPES_H 1
24#define HAVE_UNISTD_H 1
25#define LT_OBJDIR ".libs/"
26#define PACKAGE "opcodes"
27#define PACKAGE_BUGREPORT ""
28#define PACKAGE_NAME "opcodes"
29#define PACKAGE_STRING "opcodes 2.46.0"
30#define PACKAGE_TARNAME "opcodes"
31#define PACKAGE_URL ""
32#define PACKAGE_VERSION "2.46.0"
33#define STDC_HEADERS 1
34#ifndef _ALL_SOURCE
35# define _ALL_SOURCE 1
36#endif
37#ifndef _GNU_SOURCE
38# define _GNU_SOURCE 1
39#endif
40#ifndef _POSIX_PTHREAD_SEMANTICS
41# define _POSIX_PTHREAD_SEMANTICS 1
42#endif
43#ifndef _TANDEM_SOURCE
44# define _TANDEM_SOURCE 1
45#endif
46#ifndef __EXTENSIONS__
47# define __EXTENSIONS__ 1
48#endif
49#define VERSION "2.46.0"
50/* #undef _MINIX */
51/* #undef _POSIX_1_SOURCE */
52/* #undef _POSIX_SOURCE */