config.h revision 60777
160777Sobrien/* $FreeBSD: head/gnu/usr.bin/binutils/libiberty/config.h 60777 2000-05-22 08:09:42Z obrien $ */
260777Sobrien
360777Sobrien/* config.h.  Generated automatically by configure.  */
460777Sobrien/* config.in.  Generated automatically from configure.in by autoheader.  */
560777Sobrien
660777Sobrien/* Define if using alloca.c.  */
760777Sobrien/* #undef C_ALLOCA */
860777Sobrien
960777Sobrien/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1060777Sobrien   This function is required for alloca.c support on those systems.  */
1160777Sobrien/* #undef CRAY_STACKSEG_END */
1260777Sobrien
1360777Sobrien/* Define if you have alloca, as a function or macro.  */
1460777Sobrien#define HAVE_ALLOCA 1
1560777Sobrien
1660777Sobrien/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
1760777Sobrien/* #undef HAVE_ALLOCA_H */
1860777Sobrien
1960777Sobrien/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
2060777Sobrien#define HAVE_SYS_WAIT_H 1
2160777Sobrien
2260777Sobrien/* Define if you have <vfork.h>.  */
2360777Sobrien/* #undef HAVE_VFORK_H */
2460777Sobrien
2560777Sobrien/* Define to `int' if <sys/types.h> doesn't define.  */
2660777Sobrien/* #undef pid_t */
2760777Sobrien
2860777Sobrien/* Define if you need to in order for stat and other things to work.  */
2960777Sobrien/* #undef _POSIX_SOURCE */
3060777Sobrien
3160777Sobrien/* If using the C implementation of alloca, define if you know the
3260777Sobrien   direction of stack growth for your system; otherwise it will be
3360777Sobrien   automatically deduced at run-time.
3460777Sobrien STACK_DIRECTION > 0 => grows toward higher addresses
3560777Sobrien STACK_DIRECTION < 0 => grows toward lower addresses
3660777Sobrien STACK_DIRECTION = 0 => direction of growth unknown
3760777Sobrien */
3860777Sobrien/* #undef STACK_DIRECTION */
3960777Sobrien
4060777Sobrien/* Define if you have the ANSI C header files.  */
4160777Sobrien#define STDC_HEADERS 1
4260777Sobrien
4360777Sobrien/* Define vfork as fork if vfork does not work.  */
4460777Sobrien/* #undef vfork */
4560777Sobrien
4660777Sobrien/* Define if you have the sys_errlist variable.  */
4760777Sobrien#define HAVE_SYS_ERRLIST 1
4860777Sobrien
4960777Sobrien/* Define if you have the sys_nerr variable.  */
5060777Sobrien#define HAVE_SYS_NERR 1
5160777Sobrien
5260777Sobrien/* Define if you have the sys_siglist variable.  */
5360777Sobrien#define HAVE_SYS_SIGLIST 1
5460777Sobrien
5560777Sobrien/* Define if you have the strerror function.  */
5660777Sobrien#define HAVE_STRERROR 1
5760777Sobrien
5860777Sobrien/* Define if you have the asprintf function.  */
5960777Sobrien#define HAVE_ASPRINTF 1
6060777Sobrien
6160777Sobrien/* Define if you have the atexit function.  */
6260777Sobrien#define HAVE_ATEXIT 1
6360777Sobrien
6460777Sobrien/* Define if you have the basename function.  */
6560777Sobrien/* #undef HAVE_BASENAME */
6660777Sobrien
6760777Sobrien/* Define if you have the bcmp function.  */
6860777Sobrien#define HAVE_BCMP 1
6960777Sobrien
7060777Sobrien/* Define if you have the bcopy function.  */
7160777Sobrien#define HAVE_BCOPY 1
7260777Sobrien
7360777Sobrien/* Define if you have the bzero function.  */
7460777Sobrien#define HAVE_BZERO 1
7560777Sobrien
7660777Sobrien/* Define if you have the calloc function.  */
7760777Sobrien#define HAVE_CALLOC 1
7860777Sobrien
7960777Sobrien/* Define if you have the clock function.  */
8060777Sobrien#define HAVE_CLOCK 1
8160777Sobrien
8260777Sobrien/* Define if you have the getcwd function.  */
8360777Sobrien#define HAVE_GETCWD 1
8460777Sobrien
8560777Sobrien/* Define if you have the getpagesize function.  */
8660777Sobrien#define HAVE_GETPAGESIZE 1
8760777Sobrien
8860777Sobrien/* Define if you have the getrusage function.  */
8960777Sobrien#define HAVE_GETRUSAGE 1
9060777Sobrien
9160777Sobrien/* Define if you have the gettimeofday function.  */
9260777Sobrien#define HAVE_GETTIMEOFDAY 1
9360777Sobrien
9460777Sobrien/* Define if you have the index function.  */
9560777Sobrien#define HAVE_INDEX 1
9660777Sobrien
9760777Sobrien/* Define if you have the insque function.  */
9860777Sobrien/* #undef HAVE_INSQUE */
9960777Sobrien
10060777Sobrien/* Define if you have the memchr function.  */
10160777Sobrien#define HAVE_MEMCHR 1
10260777Sobrien
10360777Sobrien/* Define if you have the memcmp function.  */
10460777Sobrien#define HAVE_MEMCMP 1
10560777Sobrien
10660777Sobrien/* Define if you have the memcpy function.  */
10760777Sobrien#define HAVE_MEMCPY 1
10860777Sobrien
10960777Sobrien/* Define if you have the memmove function.  */
11060777Sobrien#define HAVE_MEMMOVE 1
11160777Sobrien
11260777Sobrien/* Define if you have the memset function.  */
11360777Sobrien#define HAVE_MEMSET 1
11460777Sobrien
11560777Sobrien/* Define if you have the mkstemps function.  */
11660777Sobrien#define HAVE_MKSTEMPS 1
11760777Sobrien
11860777Sobrien/* Define if you have the on_exit function.  */
11960777Sobrien/* #undef HAVE_ON_EXIT */
12060777Sobrien
12160777Sobrien/* Define if you have the psignal function.  */
12260777Sobrien#define HAVE_PSIGNAL 1
12360777Sobrien
12460777Sobrien/* Define if you have the putenv function.  */
12560777Sobrien#define HAVE_PUTENV 1
12660777Sobrien
12760777Sobrien/* Define if you have the random function.  */
12860777Sobrien#define HAVE_RANDOM 1
12960777Sobrien
13060777Sobrien/* Define if you have the rename function.  */
13160777Sobrien#define HAVE_RENAME 1
13260777Sobrien
13360777Sobrien/* Define if you have the rindex function.  */
13460777Sobrien#define HAVE_RINDEX 1
13560777Sobrien
13660777Sobrien/* Define if you have the sbrk function.  */
13760777Sobrien#define HAVE_SBRK 1
13860777Sobrien
13960777Sobrien/* Define if you have the setenv function.  */
14060777Sobrien#define HAVE_SETENV 1
14160777Sobrien
14260777Sobrien/* Define if you have the sigsetmask function.  */
14360777Sobrien#define HAVE_SIGSETMASK 1
14460777Sobrien
14560777Sobrien/* Define if you have the strcasecmp function.  */
14660777Sobrien#define HAVE_STRCASECMP 1
14760777Sobrien
14860777Sobrien/* Define if you have the strchr function.  */
14960777Sobrien#define HAVE_STRCHR 1
15060777Sobrien
15160777Sobrien/* Define if you have the strdup function.  */
15260777Sobrien#define HAVE_STRDUP 1
15360777Sobrien
15460777Sobrien/* Define if you have the strerror function.  */
15560777Sobrien#define HAVE_STRERROR 1
15660777Sobrien
15760777Sobrien/* Define if you have the strncasecmp function.  */
15860777Sobrien#define HAVE_STRNCASECMP 1
15960777Sobrien
16060777Sobrien/* Define if you have the strrchr function.  */
16160777Sobrien#define HAVE_STRRCHR 1
16260777Sobrien
16360777Sobrien/* Define if you have the strsignal function.  */
16460777Sobrien#define HAVE_STRSIGNAL 1
16560777Sobrien
16660777Sobrien/* Define if you have the strstr function.  */
16760777Sobrien#define HAVE_STRSTR 1
16860777Sobrien
16960777Sobrien/* Define if you have the strtod function.  */
17060777Sobrien#define HAVE_STRTOD 1
17160777Sobrien
17260777Sobrien/* Define if you have the strtol function.  */
17360777Sobrien#define HAVE_STRTOL 1
17460777Sobrien
17560777Sobrien/* Define if you have the strtoul function.  */
17660777Sobrien#define HAVE_STRTOUL 1
17760777Sobrien
17860777Sobrien/* Define if you have the sysconf function.  */
17960777Sobrien#define HAVE_SYSCONF 1
18060777Sobrien
18160777Sobrien/* Define if you have the times function.  */
18260777Sobrien#define HAVE_TIMES 1
18360777Sobrien
18460777Sobrien/* Define if you have the tmpnam function.  */
18560777Sobrien#define HAVE_TMPNAM 1
18660777Sobrien
18760777Sobrien/* Define if you have the vasprintf function.  */
18860777Sobrien#define HAVE_VASPRINTF 1
18960777Sobrien
19060777Sobrien/* Define if you have the vfprintf function.  */
19160777Sobrien#define HAVE_VFPRINTF 1
19260777Sobrien
19360777Sobrien/* Define if you have the vprintf function.  */
19460777Sobrien#define HAVE_VPRINTF 1
19560777Sobrien
19660777Sobrien/* Define if you have the vsprintf function.  */
19760777Sobrien#define HAVE_VSPRINTF 1
19860777Sobrien
19960777Sobrien/* Define if you have the waitpid function.  */
20060777Sobrien#define HAVE_WAITPID 1
20160777Sobrien
20260777Sobrien/* Define if you have the <stdlib.h> header file.  */
20360777Sobrien#define HAVE_STDLIB_H 1
20460777Sobrien
20560777Sobrien/* Define if you have the <string.h> header file.  */
20660777Sobrien#define HAVE_STRING_H 1
20760777Sobrien
20860777Sobrien/* Define if you have the <strings.h> header file.  */
20960777Sobrien#define HAVE_STRINGS_H 1
21060777Sobrien
21160777Sobrien/* Define if you have the <sys/file.h> header file.  */
21260777Sobrien#define HAVE_SYS_FILE_H 1
21360777Sobrien
21460777Sobrien/* Define if you have the <sys/param.h> header file.  */
21560777Sobrien#define HAVE_SYS_PARAM_H 1
21660777Sobrien
21760777Sobrien/* Define if you have the <sys/resource.h> header file.  */
21860777Sobrien#define HAVE_SYS_RESOURCE_H 1
21960777Sobrien
22060777Sobrien/* Define if you have the <sys/stat.h> header file.  */
22160777Sobrien#define HAVE_SYS_STAT_H 1
22260777Sobrien
22360777Sobrien/* Define if you have the <sys/time.h> header file.  */
22460777Sobrien#define HAVE_SYS_TIME_H 1
22560777Sobrien
22660777Sobrien/* Define if you have the <unistd.h> header file.  */
22760777Sobrien#define HAVE_UNISTD_H 1
228