1 /* $MirOS: src/gnu/usr.bin/binutils/libiberty/config.h,v 1.4 2008/12/26 17:36:26 tg Exp $ */ 2 3 /* hand-edited */ 4 5 #include <sys/param.h> 6 #ifndef __APPLE__ 7 #include <sys/endian.h> 8 #endif 9 10 #define HAVE_ASPRINTF 1 11 #define HAVE_ATEXIT 1 12 #define HAVE_BASENAME 1 13 #define HAVE_BCMP 1 14 #define HAVE_BCOPY 1 15 #define HAVE_BSEARCH 1 16 #define HAVE_BZERO 1 17 #define HAVE_CALLOC 1 18 #define HAVE_CLOCK 1 19 #define HAVE_DECL_ASPRINTF 1 20 #define HAVE_DECL_BASENAME 1 21 #define HAVE_DECL_CALLOC 1 22 #define HAVE_DECL_FFS 1 23 #define HAVE_DECL_GETENV 1 24 #define HAVE_DECL_MALLOC 1 25 #define HAVE_DECL_REALLOC 1 26 #define HAVE_DECL_SBRK 1 27 #define HAVE_DECL_SNPRINTF 1 28 #define HAVE_DECL_VASPRINTF 1 29 #define HAVE_DECL_VSNPRINTF 1 30 #define HAVE_FCNTL_H 1 31 #define HAVE_FFS 1 32 #define HAVE_FORK 1 33 #define HAVE_GETCWD 1 34 #define HAVE_GETPAGESIZE 1 35 #define HAVE_GETRUSAGE 1 36 #define HAVE_GETTIMEOFDAY 1 37 #define HAVE_INDEX 1 38 #define HAVE_INSQUE 1 39 #define HAVE_INTTYPES_H 1 40 #define HAVE_LIMITS_H 1 41 #define HAVE_MEMCHR 1 42 #define HAVE_MEMCMP 1 43 #define HAVE_MEMCPY 1 44 #define HAVE_MEMMOVE 1 45 #define HAVE_MEMORY_H 1 46 #define HAVE_MEMSET 1 47 #define HAVE_MKSTEMPS 1 48 #define HAVE_MMAP 1 49 #define HAVE_PSIGNAL 1 50 #define HAVE_PUTENV 1 51 #define HAVE_RANDOM 1 52 #define HAVE_REALPATH 1 53 #define HAVE_RENAME 1 54 #define HAVE_RINDEX 1 55 #define HAVE_SBRK 1 56 #define HAVE_SETENV 1 57 #define HAVE_SIGSETMASK 1 58 #define HAVE_SNPRINTF 1 59 #define HAVE_STDINT_H 1 60 #define HAVE_STDLIB_H 1 61 #define HAVE_STRCASECMP 1 62 #define HAVE_STRCHR 1 63 #define HAVE_STRDUP 1 64 #define HAVE_STRERROR 1 65 #define HAVE_STRINGS_H 1 66 #define HAVE_STRING_H 1 67 #define HAVE_STRNCASECMP 1 68 #define HAVE_STRNDUP 1 69 #define HAVE_STRRCHR 1 70 #define HAVE_STRSIGNAL 1 71 #define HAVE_STRSTR 1 72 #define HAVE_STRTOD 1 73 #define HAVE_STRTOL 1 74 #define HAVE_STRTOUL 1 75 #define HAVE_SYSCONF 1 76 #define HAVE_SYSCTL 1 77 #define HAVE_SYS_ERRLIST 1 78 #define HAVE_SYS_FILE_H 1 79 #define HAVE_SYS_MMAN_H 1 80 #define HAVE_SYS_NERR 1 81 #define HAVE_SYS_PARAM_H 1 82 #define HAVE_SYS_RESOURCE_H 1 83 #define HAVE_SYS_SIGLIST 1 84 #define HAVE_SYS_STAT_H 1 85 #define HAVE_SYS_SYSCTL_H 1 86 #define HAVE_SYS_TIME_H 1 87 #define HAVE_SYS_TYPES_H 1 88 #define HAVE_SYS_WAIT_H 1 89 #define HAVE_TIMES 1 90 #define HAVE_TIME_H 1 91 #define HAVE_TMPNAM 1 92 #define HAVE_UINTPTR_T 1 93 #define HAVE_UNISTD_H 1 94 #define HAVE_VASPRINTF 1 95 #define HAVE_VFORK 1 96 #define HAVE_VFPRINTF 1 97 #define HAVE_VPRINTF 1 98 #define HAVE_VSNPRINTF 1 99 #define HAVE_VSPRINTF 1 100 #define HAVE_WAIT3 1 101 #define HAVE_WAIT4 1 102 #define HAVE_WAITPID 1 103 #define HAVE_WORKING_FORK 1 104 #define HAVE_WORKING_VFORK 1 105 #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 106 #define PACKAGE_BUGREPORT "" 107 #define PACKAGE_NAME "" 108 #define PACKAGE_STRING "" 109 #define PACKAGE_TARNAME "" 110 #define PACKAGE_VERSION "" 111 #define SIZEOF_INT 4 112 #define STDC_HEADERS 1 113 #define TIME_WITH_SYS_TIME 1 114 #define UNSIGNED_64BIT_TYPE uint64_t 115 #if BYTE_ORDER == BIG_ENDIAN 116 #define WORDS_BIGENDIAN 1 117 #endif 118