Changeset 511 in kBuild for trunk/src/gmake
- Timestamp:
- Sep 15, 2006 7:33:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/config.h.linux
r202 r511 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 */ 24 #undef ENABLE_NLS 23 #define ENABLE_NLS 1 25 24 26 25 /* Use high resolution file timestamps if nonzero. */ … … 41 40 #define HAVE_ANSI_COMPILER 1 42 41 42 /* Define to 1 if you have the `atexit' function. */ 43 #define HAVE_ATEXIT 1 44 43 45 /* Define to 1 if you have the `bsd_signal' function. */ 44 46 #define HAVE_BSD_SIGNAL 1 45 47 48 /* Use case insensitive file names */ 49 /* #undef HAVE_CASE_INSENSITIVE_FS */ 50 46 51 /* Define if you have the clock_gettime function. */ 47 52 #define HAVE_CLOCK_GETTIME 1 … … 53 58 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 54 59 don't. */ 55 #define HAVE_DECL_SYS_SIGLIST 0 60 #define HAVE_DECL_SYS_SIGLIST 1 61 62 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you 63 don't. */ 64 #define HAVE_DECL__SYS_SIGLIST 1 65 66 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 67 don't. */ 68 #define HAVE_DECL___SYS_SIGLIST 0 56 69 57 70 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. … … 62 75 /* #undef HAVE_DOPRNT */ 63 76 64 /* Define this if your system requires backslashes or drive specs in 65 pathnames. */ 77 /* Use platform specific coding */ 66 78 /* #undef HAVE_DOS_PATHS */ 67 79 … … 93 105 #define HAVE_GETLOADAVG 1 94 106 107 /* Define to 1 if you have the `getrlimit' function. */ 108 #define HAVE_GETRLIMIT 1 109 95 110 /* Define if the GNU gettext() function is already present or preinstalled. */ 96 111 #define HAVE_GETTEXT 1 … … 117 132 #define HAVE_LOCALE_H 1 118 133 134 /* Define to 1 if you have the `lstat' function. */ 135 #define HAVE_LSTAT 1 136 119 137 /* Define to 1 if you have the <mach/mach.h> header file. */ 120 138 /* #undef HAVE_MACH_MACH_H */ … … 147 165 /* #undef HAVE_PSTAT_GETDYNAMIC */ 148 166 167 /* Define to 1 if you have the `readlink' function. */ 168 #define HAVE_READLINK 1 169 170 /* Define to 1 if you have the `realpath' function. */ 171 #define HAVE_REALPATH 1 172 149 173 /* Define if <signal.h> defines the SA_RESTART constant. */ 150 174 #define HAVE_SA_RESTART 1 … … 168 192 #define HAVE_SETREUID 1 169 193 194 /* Define to 1 if you have the `setrlimit' function. */ 195 #define HAVE_SETRLIMIT 1 196 170 197 /* Define to 1 if you have the `setvbuf' function. */ 171 198 #define HAVE_SETVBUF 1 … … 228 255 #define HAVE_SYS_PARAM_H 1 229 256 257 /* Define to 1 if you have the <sys/resource.h> header file. */ 258 #define HAVE_SYS_RESOURCE_H 1 259 230 260 /* Define to 1 if you have the <sys/stat.h> header file. */ 231 261 #define HAVE_SYS_STAT_H 1 … … 278 308 /* Define this to enable job server support in GNU make. */ 279 309 #define MAKE_JOBSERVER 1 310 311 /* Define this to enable symbolic link timestamp checking. */ 312 #define MAKE_SYMLINKS 1 280 313 281 314 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend … … 299 332 300 333 /* Define to the full name and version of this package. */ 301 #define PACKAGE_STRING "GNU make 3.81 beta1"334 #define PACKAGE_STRING "GNU make 3.81" 302 335 303 336 /* Define to the one symbol short name of this package. */ … … 305 338 306 339 /* Define to the version of this package. */ 307 #define PACKAGE_VERSION "3.81 beta1"340 #define PACKAGE_VERSION "3.81" 308 341 309 342 /* Define to 1 if the C compiler supports function prototypes. */ … … 355 388 356 389 /* Version number of package */ 357 #define VERSION "3.81beta1" 390 #define VERSION "3.81" 391 392 /* Use platform specific coding */ 393 /* #undef WINDOWS32 */ 358 394 359 395 /* Define if using the dmalloc debugging malloc package */ … … 404 440 /* #undef vfork */ 405 441 406 442 /* bird: added */ 407 443 #define LOCALEDIR "" 408 444 #define ALIASPATH "" 409 445 #define LIBDIR "" 410 446 #define INCLUDEDIR "" 411
Note:
See TracChangeset
for help on using the changeset viewer.