Changeset 941 in kBuild
- Timestamp:
- May 26, 2007 11:17:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/config.h.darwin
r557 r941 1 /* config.h. Generated by configure. */1 /* config.h. Generated from config.h.in by configure. */ 2 2 /* config.h.in. Generated from configure.in by autoheader. */ 3 3 … … 19 19 /* #undef DGUX */ 20 20 21 /* Define to 1 if translation of program messages to the user's native22 language is requested. */23 /* #undef ENABLE_NLS */24 25 21 /* Use high resolution file timestamps if nonzero. */ 26 22 #define FILE_TIMESTAMP_HI_RES 0 … … 37 33 #define HAVE_ALLOCA_H 1 38 34 39 /* Define if your compiler conforms to the ANSI C standard. */35 /* Define to 1 if your compiler conforms to the ANSI C standard. */ 40 36 #define HAVE_ANSI_COMPILER 1 41 37 … … 49 45 /* #undef HAVE_CASE_INSENSITIVE_FS */ 50 46 51 /* Define if you have the clock_gettime function. */47 /* Define to 1 if you have the clock_gettime function. */ 52 48 /* #undef HAVE_CLOCK_GETTIME */ 53 54 /* Define if the GNU dcgettext() function is already present or preinstalled.55 */56 /* #undef HAVE_DCGETTEXT */57 49 58 50 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you … … 108 100 #define HAVE_GETRLIMIT 1 109 101 110 /* Define if the GNU gettext() function is already present or preinstalled. */ 111 /* #undef HAVE_GETTEXT */ 112 113 /* Define if you have a standard gettimeofday function */ 102 /* Define to 1 if you have a standard gettimeofday function */ 114 103 #define HAVE_GETTIMEOFDAY 1 115 116 /* Define if you have the iconv() function. */117 #define HAVE_ICONV 1118 104 119 105 /* Define to 1 if you have the <inttypes.h> header file. */ … … 138 124 /* #undef HAVE_MACH_MACH_H */ 139 125 140 /* Define to 1 if you have the `memcpy' function. */141 #define HAVE_MEMCPY 1142 143 /* Define to 1 if you have the `memmove' function. */144 #define HAVE_MEMMOVE 1145 146 126 /* Define to 1 if you have the <memory.h> header file. */ 147 127 #define HAVE_MEMORY_H 1 … … 171 151 #define HAVE_REALPATH 1 172 152 173 /* Define if <signal.h> defines the SA_RESTART constant. */153 /* Define to 1 if <signal.h> defines the SA_RESTART constant. */ 174 154 #define HAVE_SA_RESTART 1 175 155 … … 217 197 218 198 /* Define to 1 if you have the `strcasecmp' function. */ 219 /* #undef HAVE_STRCASECMP */ 220 221 /* Define to 1 if you have the `strc hr' function. */222 #define HAVE_STRCHR 1 199 #define HAVE_STRCASECMP 1 200 201 /* Define to 1 if you have the `strcmpi' function. */ 202 /* #undef HAVE_STRCMPI */ 223 203 224 204 /* Define to 1 if you have the `strcoll' function and it is properly defined. … … 232 212 #define HAVE_STRERROR 1 233 213 214 /* Define to 1 if you have the `stricmp' function. */ 215 /* #undef HAVE_STRICMP */ 216 234 217 /* Define to 1 if you have the <strings.h> header file. */ 235 218 #define HAVE_STRINGS_H 1 … … 273 256 #define HAVE_SYS_WAIT_H 1 274 257 275 /* Define t hisif you have the \`union wait' type in <sys/wait.h>. */258 /* Define to 1 if you have the \`union wait' type in <sys/wait.h>. */ 276 259 /* #undef HAVE_UNION_WAIT */ 277 260 … … 304 287 305 288 /* Build host information. */ 306 #define MAKE_HOST "i 386-apple-darwin8.7.3"307 308 /* Define t histo enable job server support in GNU make. */289 #define MAKE_HOST "i686-apple-darwin8.8.1" 290 291 /* Define to 1 to enable job server support in GNU make. */ 309 292 #define MAKE_JOBSERVER 1 310 293 311 /* Define t histo enable symbolic link timestamp checking. */294 /* Define to 1 to enable symbolic link timestamp checking. */ 312 295 #define MAKE_SYMLINKS 1 313 296 … … 316 299 /* #undef NLIST_NAME_UNION */ 317 300 318 /* Define if struct nlist.n_name is a pointer rather than an array. */301 /* Define to 1 if struct nlist.n_name is a pointer rather than an array. */ 319 302 /* #undef NLIST_STRUCT */ 320 303 … … 332 315 333 316 /* Define to the full name and version of this package. */ 334 #define PACKAGE_STRING "GNU make 3.81 "317 #define PACKAGE_STRING "GNU make 3.81.90" 335 318 336 319 /* Define to the one symbol short name of this package. */ … … 338 321 339 322 /* Define to the version of this package. */ 340 #define PACKAGE_VERSION "3.81" 323 #define PACKAGE_VERSION "3.81.90" 324 325 /* Define to the character that separates directories in PATH. */ 326 #define PATH_SEPARATOR_CHAR ':' 341 327 342 328 /* Define to 1 if the C compiler supports function prototypes. */ … … 349 335 #define SCCS_GET "get" 350 336 351 /* Define t hisif the SCCS 'get' command understands the '-G<file>' option. */337 /* Define to 1 if the SCCS 'get' command understands the '-G<file>' option. */ 352 338 /* #undef SCCS_GET_MINUS_G */ 353 339 … … 359 345 /* If using the C implementation of alloca, define if you know the 360 346 direction of stack growth for your system; otherwise it will be 361 automatically deduced at run -time.347 automatically deduced at runtime. 362 348 STACK_DIRECTION > 0 => grows toward higher addresses 363 349 STACK_DIRECTION < 0 => grows toward lower addresses … … 388 374 389 375 /* Version number of package */ 390 #define VERSION "3.81 "376 #define VERSION "3.81.90" 391 377 392 378 /* Use platform specific coding */ … … 439 425 /* Define as `fork' if `vfork' does not work. */ 440 426 /* #undef vfork */ 441 442 443 /* bird: added */444 #define LOCALEDIR ""445 #define ALIASPATH ""446 #define LIBDIR ""447 #define INCLUDEDIR ""
Note:
See TracChangeset
for help on using the changeset viewer.