1 /* config.h. Generated automatically by configure. */ 2 /* config.in. Generated automatically from configure.in by autoheader. */ 3 4 /* Define if using alloca.c. */ 5 /* #undef C_ALLOCA */ 6 7 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 8 This function is required for alloca.c support on those systems. */ 9 /* #undef CRAY_STACKSEG_END */ 10 11 /* Define if you have alloca, as a function or macro. */ 12 #define HAVE_ALLOCA 1 13 14 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 15 #define HAVE_ALLOCA_H 1 16 17 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 18 #define HAVE_SYS_WAIT_H 1 19 20 /* Define if you have <vfork.h>. */ 21 /* #undef HAVE_VFORK_H */ 22 23 /* Define to `int' if <sys/types.h> doesn't define. */ 24 /* #undef pid_t */ 25 26 /* Define if you need to in order for stat and other things to work. */ 27 /* #undef _POSIX_SOURCE */ 28 29 /* If using the C implementation of alloca, define if you know the 30 direction of stack growth for your system; otherwise it will be 31 automatically deduced at run-time. 32 STACK_DIRECTION > 0 => grows toward higher addresses 33 STACK_DIRECTION < 0 => grows toward lower addresses 34 STACK_DIRECTION = 0 => direction of growth unknown 35 */ 36 /* #undef STACK_DIRECTION */ 37 38 /* Define if you have the ANSI C header files. */ 39 #define STDC_HEADERS 1 40 41 /* Define vfork as fork if vfork does not work. */ 42 #define vfork fork 43 44 /* Define if you have the sys_errlist variable. */ 45 /* #undef HAVE_SYS_ERRLIST */ 46 47 /* Define if you have the sys_nerr variable. */ 48 /* #undef HAVE_SYS_NERR */ 49 50 /* Define if you have the sys_siglist variable. */ 51 #define HAVE_SYS_SIGLIST 1 52 53 /* Define if you have the strerror function. */ 54 #define HAVE_STRERROR 1 55 56 /* Define if you have the asprintf function. */ 57 #define HAVE_ASPRINTF 1 58 59 /* Define if you have the atexit function. */ 60 #define HAVE_ATEXIT 1 61 62 /* Define if you have the basename function. */ 63 /* #undef HAVE_BASENAME */ 64 65 /* Define if you have the bcmp function. */ 66 #define HAVE_BCMP 1 67 68 /* Define if you have the bcopy function. */ 69 #define HAVE_BCOPY 1 70 71 /* Define if you have the bzero function. */ 72 #define HAVE_BZERO 1 73 74 /* Define if you have the calloc function. */ 75 #define HAVE_CALLOC 1 76 77 /* Define if you have the clock function. */ 78 #define HAVE_CLOCK 1 79 80 /* Define if you have the getcwd function. */ 81 #define HAVE_GETCWD 1 82 83 /* Define if you have the getpagesize function. */ 84 /* #undef HAVE_GETPAGESIZE */ 85 86 /* Define if you have the getrusage function. */ 87 #define HAVE_GETRUSAGE 1 88 89 /* Define if you have the gettimeofday function. */ 90 #define HAVE_GETTIMEOFDAY 1 91 92 /* Define if you have the index function. */ 93 #define HAVE_INDEX 1 94 95 /* Define if you have the insque function. */ 96 /* #undef HAVE_INSQUE */ 97 98 /* Define if you have the memchr function. */ 99 #define HAVE_MEMCHR 1 100 101 /* Define if you have the memcmp function. */ 102 #define HAVE_MEMCMP 1 103 104 /* Define if you have the memcpy function. */ 105 #define HAVE_MEMCPY 1 106 107 /* Define if you have the memmove function. */ 108 #define HAVE_MEMMOVE 1 109 110 /* Define if you have the memset function. */ 111 #define HAVE_MEMSET 1 112 113 /* Define if you have the mkstemps function. */ 114 /* #undef HAVE_MKSTEMPS */ 115 116 /* Define if you have the on_exit function. */ 117 /* #undef HAVE_ON_EXIT */ 118 119 /* Define if you have the psignal function. */ 120 /* #undef HAVE_PSIGNAL */ 121 122 /* Define if you have the putenv function. */ 123 #define HAVE_PUTENV 1 124 125 /* Define if you have the random function. */ 126 #define HAVE_RANDOM 1 127 128 /* Define if you have the rename function. */ 129 #define HAVE_RENAME 1 130 131 /* Define if you have the rindex function. */ 132 #define HAVE_RINDEX 1 133 134 /* Define if you have the sbrk function. */ 135 #define HAVE_SBRK 1 136 137 /* Define if you have the setenv function. */ 138 /* #undef HAVE_SETENV */ 139 140 /* Define if you have the sigsetmask function. */ 141 /* #undef HAVE_SIGSETMASK */ 142 143 /* Define if you have the strcasecmp function. */ 144 #define HAVE_STRCASECMP 1 145 146 /* Define if you have the strchr function. */ 147 #define HAVE_STRCHR 1 148 149 /* Define if you have the strdup function. */ 150 #define HAVE_STRDUP 1 151 152 /* Define if you have the strerror function. */ 153 #define HAVE_STRERROR 1 154 155 /* Define if you have the strncasecmp function. */ 156 #define HAVE_STRNCASECMP 1 157 158 /* Define if you have the strrchr function. */ 159 #define HAVE_STRRCHR 1 160 161 /* Define if you have the strsignal function. */ 162 #define HAVE_STRSIGNAL 1 163 164 /* Define if you have the strstr function. */ 165 #define HAVE_STRSTR 1 166 167 /* Define if you have the strtod function. */ 168 #define HAVE_STRTOD 1 169 170 /* Define if you have the strtol function. */ 171 #define HAVE_STRTOL 1 172 173 /* Define if you have the strtoul function. */ 174 #define HAVE_STRTOUL 1 175 176 /* Define if you have the sysconf function. */ 177 #define HAVE_SYSCONF 1 178 179 /* Define if you have the times function. */ 180 #define HAVE_TIMES 1 181 182 /* Define if you have the tmpnam function. */ 183 #define HAVE_TMPNAM 1 184 185 /* Define if you have the vasprintf function. */ 186 #define HAVE_VASPRINTF 1 187 188 /* Define if you have the vfprintf function. */ 189 #define HAVE_VFPRINTF 1 190 191 /* Define if you have the vprintf function. */ 192 #define HAVE_VPRINTF 1 193 194 /* Define if you have the vsprintf function. */ 195 #define HAVE_VSPRINTF 1 196 197 /* Define if you have the waitpid function. */ 198 #define HAVE_WAITPID 1 199 200 /* Define if you have the <stdlib.h> header file. */ 201 #define HAVE_STDLIB_H 1 202 203 /* Define if you have the <string.h> header file. */ 204 #define HAVE_STRING_H 1 205 206 /* Define if you have the <strings.h> header file. */ 207 #define HAVE_STRINGS_H 1 208 209 /* Define if you have the <sys/file.h> header file. */ 210 #define HAVE_SYS_FILE_H 1 211 212 /* Define if you have the <sys/param.h> header file. */ 213 #define HAVE_SYS_PARAM_H 1 214 215 /* Define if you have the <sys/resource.h> header file. */ 216 #define HAVE_SYS_RESOURCE_H 1 217 218 /* Define if you have the <sys/time.h> header file. */ 219 #define HAVE_SYS_TIME_H 1 220 221 /* Define if you have the <unistd.h> header file. */ 222 #define HAVE_UNISTD_H 1 223