Changeset 738 for trunk/src/gmake
- Timestamp:
- Dec 17, 2006, 7:01:46 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/config.h.freebsd
r297 r738 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. */ … … 40 40 #define HAVE_ANSI_COMPILER 1 41 41 42 /* Define to 1 if you have the `atexit' function. */ 43 #define HAVE_ATEXIT 1 44 42 45 /* Define to 1 if you have the `bsd_signal' function. */ 43 46 /* #undef HAVE_BSD_SIGNAL */ 44 47 48 /* Use case insensitive file names */ 49 /* #undef HAVE_CASE_INSENSITIVE_FS */ 50 45 51 /* Define if you have the clock_gettime function. */ 46 52 /* #undef HAVE_CLOCK_GETTIME */ … … 48 54 /* Define if the GNU dcgettext() function is already present or preinstalled. 49 55 */ 50 #define HAVE_DCGETTEXT 1 56 /* #undef HAVE_DCGETTEXT */ 51 57 52 58 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 53 59 don't. */ 54 #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 0 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 55 69 56 70 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. … … 61 75 /* #undef HAVE_DOPRNT */ 62 76 63 /* Define this if your system requires backslashes or drive specs in 64 pathnames. */ 77 /* Use platform specific coding */ 65 78 /* #undef HAVE_DOS_PATHS */ 66 79 … … 92 105 #define HAVE_GETLOADAVG 1 93 106 107 /* Define to 1 if you have the `getrlimit' function. */ 108 #define HAVE_GETRLIMIT 1 109 94 110 /* Define if the GNU gettext() function is already present or preinstalled. */ 95 #define HAVE_GETTEXT 1 111 /* #undef HAVE_GETTEXT */ 96 112 97 113 /* Define if you have a standard gettimeofday function */ … … 99 115 100 116 /* Define if you have the iconv() function. */ 101 #define HAVE_ICONV 1 117 /* #undef HAVE_ICONV */ 102 118 103 119 /* Define to 1 if you have the <inttypes.h> header file. */ … … 116 132 #define HAVE_LOCALE_H 1 117 133 134 /* Define to 1 if you have the `lstat' function. */ 135 #define HAVE_LSTAT 1 136 118 137 /* Define to 1 if you have the <mach/mach.h> header file. */ 119 138 /* #undef HAVE_MACH_MACH_H */ … … 146 165 /* #undef HAVE_PSTAT_GETDYNAMIC */ 147 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 148 173 /* Define if <signal.h> defines the SA_RESTART constant. */ 149 174 #define HAVE_SA_RESTART 1 … … 167 192 #define HAVE_SETREUID 1 168 193 194 /* Define to 1 if you have the `setrlimit' function. */ 195 #define HAVE_SETRLIMIT 1 196 169 197 /* Define to 1 if you have the `setvbuf' function. */ 170 198 #define HAVE_SETVBUF 1 … … 227 255 #define HAVE_SYS_PARAM_H 1 228 256 257 /* Define to 1 if you have the <sys/resource.h> header file. */ 258 #define HAVE_SYS_RESOURCE_H 1 259 229 260 /* Define to 1 if you have the <sys/stat.h> header file. */ 230 261 #define HAVE_SYS_STAT_H 1 … … 273 304 274 305 /* Build host information. */ 275 #define MAKE_HOST "x86_64-unknown-freebsd 5.4"306 #define MAKE_HOST "x86_64-unknown-freebsd6.2" 276 307 277 308 /* Define this to enable job server support in GNU make. */ 278 309 #define MAKE_JOBSERVER 1 310 311 /* Define this to enable symbolic link timestamp checking. */ 312 #define MAKE_SYMLINKS 1 279 313 280 314 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend … … 298 332 299 333 /* Define to the full name and version of this package. */ 300 #define PACKAGE_STRING "GNU make 3.81 beta1"334 #define PACKAGE_STRING "GNU make 3.81" 301 335 302 336 /* Define to the one symbol short name of this package. */ … … 304 338 305 339 /* Define to the version of this package. */ 306 #define PACKAGE_VERSION "3.81 beta1"340 #define PACKAGE_VERSION "3.81" 307 341 308 342 /* Define to 1 if the C compiler supports function prototypes. */ … … 354 388 355 389 /* Version number of package */ 356 #define VERSION "3.81beta1" 390 #define VERSION "3.81" 391 392 /* Use platform specific coding */ 393 /* #undef WINDOWS32 */ 357 394 358 395 /* Define if using the dmalloc debugging malloc package */ … … 403 440 /* #undef vfork */ 404 441 442 /* bird added: */ 443 405 444 #define LOCALEDIR "" 406 445 #define ALIASPATH ""
Note:
See TracChangeset
for help on using the changeset viewer.