config.h revision 60777
160777Sobrien/* $FreeBSD: head/gnu/usr.bin/binutils/libopcodes/config.h 60777 2000-05-22 08:09:42Z obrien $ */
260777Sobrien
333975Sjdp/* config.h.  Generated automatically by configure.  */
433975Sjdp/* config.in.  Generated automatically from configure.in by autoheader.  */
533975Sjdp
660777Sobrien/* Define if using alloca.c.  */
760777Sobrien/* #undef C_ALLOCA */
860777Sobrien
960777Sobrien/* Define to empty if the keyword does not work.  */
1060777Sobrien/* #undef const */
1160777Sobrien
1260777Sobrien/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1360777Sobrien   This function is required for alloca.c support on those systems.  */
1460777Sobrien/* #undef CRAY_STACKSEG_END */
1560777Sobrien
1660777Sobrien/* Define if you have alloca, as a function or macro.  */
1760777Sobrien#define HAVE_ALLOCA 1
1860777Sobrien
1960777Sobrien/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
2060777Sobrien/* #undef HAVE_ALLOCA_H */
2160777Sobrien
2260777Sobrien/* Define if you have a working `mmap' system call.  */
2360777Sobrien#define HAVE_MMAP 1
2460777Sobrien
2560777Sobrien/* Define as __inline if that's what the C compiler calls it.  */
2660777Sobrien/* #undef inline */
2760777Sobrien
2860777Sobrien/* Define to `long' if <sys/types.h> doesn't define.  */
2960777Sobrien/* #undef off_t */
3060777Sobrien
3160777Sobrien/* Define if you need to in order for stat and other things to work.  */
3260777Sobrien/* #undef _POSIX_SOURCE */
3360777Sobrien
3460777Sobrien/* Define to `unsigned' if <sys/types.h> doesn't define.  */
3560777Sobrien/* #undef size_t */
3660777Sobrien
3760777Sobrien/* If using the C implementation of alloca, define if you know the
3860777Sobrien   direction of stack growth for your system; otherwise it will be
3960777Sobrien   automatically deduced at run-time.
4060777Sobrien STACK_DIRECTION > 0 => grows toward higher addresses
4160777Sobrien STACK_DIRECTION < 0 => grows toward lower addresses
4260777Sobrien STACK_DIRECTION = 0 => direction of growth unknown
4360777Sobrien */
4460777Sobrien/* #undef STACK_DIRECTION */
4560777Sobrien
4660777Sobrien/* Define if you have the ANSI C header files.  */
4760777Sobrien#define STDC_HEADERS 1
4860777Sobrien
4960777Sobrien/* Define if you have the __argz_count function.  */
5060777Sobrien/* #undef HAVE___ARGZ_COUNT */
5160777Sobrien
5260777Sobrien/* Define if you have the __argz_next function.  */
5360777Sobrien/* #undef HAVE___ARGZ_NEXT */
5460777Sobrien
5560777Sobrien/* Define if you have the __argz_stringify function.  */
5660777Sobrien/* #undef HAVE___ARGZ_STRINGIFY */
5760777Sobrien
5860777Sobrien/* Define if you have the dcgettext function.  */
5960777Sobrien/* #undef HAVE_DCGETTEXT */
6060777Sobrien
6160777Sobrien/* Define if you have the getcwd function.  */
6260777Sobrien#define HAVE_GETCWD 1
6360777Sobrien
6460777Sobrien/* Define if you have the getpagesize function.  */
6560777Sobrien#define HAVE_GETPAGESIZE 1
6660777Sobrien
6760777Sobrien/* Define if you have the munmap function.  */
6860777Sobrien#define HAVE_MUNMAP 1
6960777Sobrien
7060777Sobrien/* Define if you have the putenv function.  */
7160777Sobrien#define HAVE_PUTENV 1
7260777Sobrien
7360777Sobrien/* Define if you have the setenv function.  */
7460777Sobrien#define HAVE_SETENV 1
7560777Sobrien
7660777Sobrien/* Define if you have the setlocale function.  */
7760777Sobrien#define HAVE_SETLOCALE 1
7860777Sobrien
7960777Sobrien/* Define if you have the stpcpy function.  */
8060777Sobrien/* #undef HAVE_STPCPY */
8160777Sobrien
8260777Sobrien/* Define if you have the strcasecmp function.  */
8360777Sobrien#define HAVE_STRCASECMP 1
8460777Sobrien
8560777Sobrien/* Define if you have the strchr function.  */
8660777Sobrien#define HAVE_STRCHR 1
8760777Sobrien
8860777Sobrien/* Define if you have the <argz.h> header file.  */
8960777Sobrien/* #undef HAVE_ARGZ_H */
9060777Sobrien
9160777Sobrien/* Define if you have the <limits.h> header file.  */
9260777Sobrien#define HAVE_LIMITS_H 1
9360777Sobrien
9460777Sobrien/* Define if you have the <locale.h> header file.  */
9560777Sobrien#define HAVE_LOCALE_H 1
9660777Sobrien
9760777Sobrien/* Define if you have the <malloc.h> header file.  */
9860777Sobrien/* #undef HAVE_MALLOC_H */
9960777Sobrien
10060777Sobrien/* Define if you have the <nl_types.h> header file.  */
10160777Sobrien#define HAVE_NL_TYPES_H 1
10260777Sobrien
10333975Sjdp/* Define if you have the <stdlib.h> header file.  */
10433975Sjdp#define HAVE_STDLIB_H 1
10533975Sjdp
10633975Sjdp/* Define if you have the <string.h> header file.  */
10733975Sjdp#define HAVE_STRING_H 1
10833975Sjdp
10933975Sjdp/* Define if you have the <strings.h> header file.  */
11033975Sjdp#define HAVE_STRINGS_H 1
11160777Sobrien
11260777Sobrien/* Define if you have the <sys/param.h> header file.  */
11360777Sobrien#define HAVE_SYS_PARAM_H 1
11460777Sobrien
11560777Sobrien/* Define if you have the <unistd.h> header file.  */
11660777Sobrien#define HAVE_UNISTD_H 1
11760777Sobrien
11860777Sobrien/* Define if you have the <values.h> header file.  */
11960777Sobrien/* #undef HAVE_VALUES_H */
12060777Sobrien
12160777Sobrien/* Name of package */
12260777Sobrien#define PACKAGE "opcodes"
12360777Sobrien
12460777Sobrien/* Version number of package */
12560777Sobrien/* #define VERSION "000427" */
12660777Sobrien
12760777Sobrien/* Define if you have the stpcpy function */
12860777Sobrien/* #undef HAVE_STPCPY */
12960777Sobrien
13060777Sobrien/* Define if your locale.h file contains LC_MESSAGES. */
13160777Sobrien#define HAVE_LC_MESSAGES 1
13260777Sobrien
13360777Sobrien/* Define to 1 if NLS is requested */
13460777Sobrien/* #define ENABLE_NLS 1 */
13560777Sobrien
13660777Sobrien/* Define as 1 if you have gettext and don't want to use GNU gettext. */
13760777Sobrien/* #undef HAVE_GETTEXT */
13860777Sobrien
139