Changeset 935 in kBuild
- Timestamp:
- May 26, 2007 1:21:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/config.h.freebsd
r816 r935 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 /* #undef HAVE_ALLOCA_H */ 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 /* #undef HAVE_ICONV */118 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 /* bird: changed: */ 307 #if defined(__x86_64__) || defined(__X64_64__) || defined(__AMD64__) || defined(__amd64__) 308 #define MAKE_HOST "x86_64-unknown-freebsd6.2" 309 #else 310 #define MAKE_HOST "x86-unknown-freebsd6.2" 311 #endif 312 313 /* Define this to enable job server support in GNU make. */ 289 #define MAKE_HOST "amd64-unknown-freebsd6.2" 290 291 /* Define to 1 to enable job server support in GNU make. */ 314 292 #define MAKE_JOBSERVER 1 315 293 316 /* Define t histo enable symbolic link timestamp checking. */294 /* Define to 1 to enable symbolic link timestamp checking. */ 317 295 #define MAKE_SYMLINKS 1 318 296 … … 321 299 /* #undef NLIST_NAME_UNION */ 322 300 323 /* 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. */ 324 302 /* #undef NLIST_STRUCT */ 325 303 … … 337 315 338 316 /* Define to the full name and version of this package. */ 339 #define PACKAGE_STRING "GNU make 3.81 "317 #define PACKAGE_STRING "GNU make 3.81.90" 340 318 341 319 /* Define to the one symbol short name of this package. */ … … 343 321 344 322 /* Define to the version of this package. */ 345 #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 ':' 346 327 347 328 /* Define to 1 if the C compiler supports function prototypes. */ … … 354 335 #define SCCS_GET "get" 355 336 356 /* 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. */ 357 338 /* #undef SCCS_GET_MINUS_G */ 358 339 … … 393 374 394 375 /* Version number of package */ 395 #define VERSION "3.81 "376 #define VERSION "3.81.90" 396 377 397 378 /* Use platform specific coding */ … … 444 425 /* Define as `fork' if `vfork' does not work. */ 445 426 /* #undef vfork */ 446 447 /* bird added: */448 449 #define LOCALEDIR ""450 #define ALIASPATH ""451 #define LIBDIR ""452 #define INCLUDEDIR ""453
Note:
See TracChangeset
for help on using the changeset viewer.