- Timestamp:
- May 24, 2007 4:39:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/config.h.linux
r511 r913 21 21 /* Define to 1 if translation of program messages to the user's native 22 22 language is requested. */ 23 #define ENABLE_NLS 1 23 /* #undef ENABLE_NLS */ 24 24 25 25 /* Use high resolution file timestamps if nonzero. */ … … 37 37 #define HAVE_ALLOCA_H 1 38 38 39 /* Define if your compiler conforms to the ANSI C standard. */39 /* Define to 1 if your compiler conforms to the ANSI C standard. */ 40 40 #define HAVE_ANSI_COMPILER 1 41 41 … … 49 49 /* #undef HAVE_CASE_INSENSITIVE_FS */ 50 50 51 /* Define if you have the clock_gettime function. */51 /* Define to 1 if you have the clock_gettime function. */ 52 52 #define HAVE_CLOCK_GETTIME 1 53 53 54 54 /* Define if the GNU dcgettext() function is already present or preinstalled. 55 55 */ 56 #define HAVE_DCGETTEXT 1 56 /* #undef HAVE_DCGETTEXT */ 57 57 58 58 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you … … 109 109 110 110 /* Define if the GNU gettext() function is already present or preinstalled. */ 111 #define HAVE_GETTEXT 1 112 113 /* Define if you have a standard gettimeofday function */111 /* #undef HAVE_GETTEXT */ 112 113 /* Define to 1 if you have a standard gettimeofday function */ 114 114 #define HAVE_GETTIMEOFDAY 1 115 115 … … 138 138 /* #undef HAVE_MACH_MACH_H */ 139 139 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 140 /* Define to 1 if you have the <memory.h> header file. */ 147 141 #define HAVE_MEMORY_H 1 … … 171 165 #define HAVE_REALPATH 1 172 166 173 /* Define if <signal.h> defines the SA_RESTART constant. */167 /* Define to 1 if <signal.h> defines the SA_RESTART constant. */ 174 168 #define HAVE_SA_RESTART 1 175 169 … … 217 211 218 212 /* 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 213 #define HAVE_STRCASECMP 1 214 215 /* Define to 1 if you have the `strcmpi' function. */ 216 /* #undef HAVE_STRCMPI */ 223 217 224 218 /* Define to 1 if you have the `strcoll' function and it is properly defined. … … 232 226 #define HAVE_STRERROR 1 233 227 228 /* Define to 1 if you have the `stricmp' function. */ 229 /* #undef HAVE_STRICMP */ 230 234 231 /* Define to 1 if you have the <strings.h> header file. */ 235 232 #define HAVE_STRINGS_H 1 … … 273 270 #define HAVE_SYS_WAIT_H 1 274 271 275 /* Define t hisif you have the \`union wait' type in <sys/wait.h>. */272 /* Define to 1 if you have the \`union wait' type in <sys/wait.h>. */ 276 273 /* #undef HAVE_UNION_WAIT */ 277 274 … … 306 303 #define MAKE_HOST "i686-pc-linux-gnu" 307 304 308 /* Define t histo enable job server support in GNU make. */305 /* Define to 1 to enable job server support in GNU make. */ 309 306 #define MAKE_JOBSERVER 1 310 307 311 /* Define t histo enable symbolic link timestamp checking. */308 /* Define to 1 to enable symbolic link timestamp checking. */ 312 309 #define MAKE_SYMLINKS 1 313 310 … … 316 313 /* #undef NLIST_NAME_UNION */ 317 314 318 /* Define if struct nlist.n_name is a pointer rather than an array. */315 /* Define to 1 if struct nlist.n_name is a pointer rather than an array. */ 319 316 /* #undef NLIST_STRUCT */ 320 317 … … 332 329 333 330 /* Define to the full name and version of this package. */ 334 #define PACKAGE_STRING "GNU make 3.81 "331 #define PACKAGE_STRING "GNU make 3.81.90" 335 332 336 333 /* Define to the one symbol short name of this package. */ … … 338 335 339 336 /* Define to the version of this package. */ 340 #define PACKAGE_VERSION "3.81" 337 #define PACKAGE_VERSION "3.81.90" 338 339 /* Define to the character that separates directories in PATH. */ 340 #define PATH_SEPARATOR_CHAR ':' 341 341 342 342 /* Define to 1 if the C compiler supports function prototypes. */ … … 349 349 #define SCCS_GET "get" 350 350 351 /* Define t hisif the SCCS 'get' command understands the '-G<file>' option. */351 /* Define to 1 if the SCCS 'get' command understands the '-G<file>' option. */ 352 352 /* #undef SCCS_GET_MINUS_G */ 353 353 … … 359 359 /* If using the C implementation of alloca, define if you know the 360 360 direction of stack growth for your system; otherwise it will be 361 automatically deduced at run -time.361 automatically deduced at runtime. 362 362 STACK_DIRECTION > 0 => grows toward higher addresses 363 363 STACK_DIRECTION < 0 => grows toward lower addresses … … 388 388 389 389 /* Version number of package */ 390 #define VERSION "3.81 "390 #define VERSION "3.81.90" 391 391 392 392 /* Use platform specific coding */
Note:
See TracChangeset
for help on using the changeset viewer.