160777Sobrien/* $FreeBSD: releng/10.2/gnu/usr.bin/binutils/libopcodes/config.h 218822 2011-02-18 20:54:12Z dim $ */
260777Sobrien
3218822Sdim/* config.h.  Generated by configure.  */
4218822Sdim/* config.in.  Generated from configure.in by autoheader.  */
533975Sjdp
6218822Sdim/* Define to 1 if translation of program messages to the user's native
7218822Sdim   language is requested. */
8218822Sdim/* #undef ENABLE_NLS */
960777Sobrien
10218822Sdim/* Define to 1 if you have the declaration of `basename', and to 0 if you
11218822Sdim   don't. */
12218822Sdim#define HAVE_DECL_BASENAME 0
1360777Sobrien
14218822Sdim/* Define to 1 if you have the <dlfcn.h> header file. */
15218822Sdim#define HAVE_DLFCN_H 1
1660777Sobrien
17218822Sdim/* Define to 1 if you have the <inttypes.h> header file. */
18218822Sdim#define HAVE_INTTYPES_H 1
1960777Sobrien
20218822Sdim/* Define to 1 if you have the <memory.h> header file. */
21218822Sdim#define HAVE_MEMORY_H 1
2260777Sobrien
23218822Sdim/* Define to 1 if you have the <stdint.h> header file. */
24218822Sdim#define HAVE_STDINT_H 1
2560777Sobrien
26218822Sdim/* Define to 1 if you have the <stdlib.h> header file. */
27218822Sdim#define HAVE_STDLIB_H 1
2860777Sobrien
29218822Sdim/* Define to 1 if you have the <strings.h> header file. */
30218822Sdim#define HAVE_STRINGS_H 1
3160777Sobrien
32218822Sdim/* Define to 1 if you have the <string.h> header file. */
3333975Sjdp#define HAVE_STRING_H 1
3433975Sjdp
35218822Sdim/* Define to 1 if you have the <sys/stat.h> header file. */
36218822Sdim#define HAVE_SYS_STAT_H 1
3760777Sobrien
38218822Sdim/* Define to 1 if you have the <sys/types.h> header file. */
39218822Sdim#define HAVE_SYS_TYPES_H 1
4060777Sobrien
41218822Sdim/* Define to 1 if you have the <unistd.h> header file. */
4260777Sobrien#define HAVE_UNISTD_H 1
4360777Sobrien
44218822Sdim/* Define to the sub-directory in which libtool stores uninstalled libraries.
45218822Sdim   */
46218822Sdim#define LT_OBJDIR ".libs/"
4760777Sobrien
4860777Sobrien/* Name of package */
4960777Sobrien#define PACKAGE "opcodes"
5060777Sobrien
51218822Sdim/* Define to the address where bug reports for this package should be sent. */
52218822Sdim#define PACKAGE_BUGREPORT ""
5360777Sobrien
54218822Sdim/* Define to the full name of this package. */
55218822Sdim#define PACKAGE_NAME ""
5660777Sobrien
57218822Sdim/* Define to the full name and version of this package. */
58218822Sdim#define PACKAGE_STRING ""
5960777Sobrien
60218822Sdim/* Define to the one symbol short name of this package. */
61218822Sdim#define PACKAGE_TARNAME ""
6260777Sobrien
63218822Sdim/* Define to the version of this package. */
64218822Sdim#define PACKAGE_VERSION ""
6560777Sobrien
66218822Sdim/* Define to 1 if you have the ANSI C header files. */
67218822Sdim#define STDC_HEADERS 1
68218822Sdim
69218822Sdim/* Version number of package */
70218822Sdim/* #define VERSION "2.17.50" */
71