Changeset 501 in kBuild for vendor/gnumake/current/config.h.W32
- Timestamp:
- Sep 15, 2006 2:30:32 AM (18 years ago)
- File:
-
- 1 edited
-
vendor/gnumake/current/config.h.W32 (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/config.h.W32
r152 r501 1 /* config.h.in. Generated automatically from configure.in by autoheader. */ 2 3 /* Define if on AIX 3. 4 System headers sometimes define this. 5 We just want to avoid a redefinition error message. */ 6 #ifndef _ALL_SOURCE 7 /* #undef _ALL_SOURCE */ 1 /* config.h.W32 -- hand-massaged config.h file for Windows builds -*-C-*- 2 3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 4 2006 Free Software Foundation, Inc. 5 This file is part of GNU Make. 6 7 GNU Make is free software; you can redistribute it and/or modify it under the 8 terms of the GNU General Public License as published by the Free Software 9 Foundation; either version 2, or (at your option) any later version. 10 11 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 12 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 13 A PARTICULAR PURPOSE. See the GNU General Public License for more details. 14 15 You should have received a copy of the GNU General Public License along with 16 GNU Make; see the file COPYING. If not, write to the Free Software 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ 18 19 /* Suppress some Visual C++ warnings. 20 Maybe after the code cleanup for ISO C we can remove some/all of these. */ 21 #if _MSC_VER > 1000 22 # pragma warning(disable:4100) /* unreferenced formal parameter */ 23 # pragma warning(disable:4102) /* unreferenced label */ 24 # pragma warning(disable:4127) /* conditional expression is constant */ 25 # pragma warning(disable:4131) /* uses old-style declarator */ 26 # pragma warning(disable:4702) /* unreachable code */ 8 27 #endif 9 28 10 /* Define if using alloca.c. */ 29 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 30 /* #undef CLOSEDIR_VOID */ 31 32 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 33 systems. This function is required for `alloca.c' support on those systems. 34 */ 35 /* #undef CRAY_STACKSEG_END */ 36 37 /* Define to 1 if using `alloca.c'. */ 11 38 /* #undef C_ALLOCA */ 12 39 13 /* Define if the closedir function returns void instead of int. */ 14 /* #undef CLOSEDIR_VOID */ 15 16 /* Define to empty if the keyword does not work. */ 17 /* #undef const */ 18 19 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 20 This function is required for alloca.c support on those systems. */ 21 /* #undef CRAY_STACKSEG_END */ 22 23 /* Define for DGUX with <sys/dg_sys_info.h>. */ 40 /* Define to 1 if using `getloadavg.c'. */ 41 /*#define C_GETLOADAVG 1*/ 42 43 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ 24 44 /* #undef DGUX */ 25 45 26 /* Define if the `getloadavg' function needs to be run setuid or setgid. */ 46 /* Define to 1 if translation of program messages to the user's native 47 language is requested. */ 48 /* #undef ENABLE_NLS */ 49 50 /* Use high resolution file timestamps if nonzero. */ 51 #define FILE_TIMESTAMP_HI_RES 0 52 53 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid. 54 */ 27 55 /* #undef GETLOADAVG_PRIVILEGED */ 28 56 29 /* Define to `unsigned long' or `unsigned long long' 30 if <inttypes.h> doesn't define. */ 31 #define uintmax_t unsigned long 32 33 /* Define to `int' if <sys/types.h> doesn't define. */ 34 #undef gid_t 35 #define gid_t int 36 37 /* Define if you have alloca, as a function or macro. */ 38 #undef HAVE_ALLOCA 57 /* Define to 1 if you have `alloca', as a function or macro. */ 39 58 #define HAVE_ALLOCA 1 40 59 41 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 60 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 61 */ 42 62 /* #undef HAVE_ALLOCA_H */ 43 63 44 /* Define if you don't have vprintf but do have _doprnt. */ 64 /* Define if your compiler conforms to the ANSI C standard. */ 65 #define HAVE_ANSI_COMPILER 1 66 67 /* Define to 1 if you have the `bsd_signal' function. */ 68 /* #undef HAVE_BSD_SIGNAL */ 69 70 /* Use case insensitive file names */ 71 /* #undef HAVE_CASE_INSENSITIVE_FS */ 72 73 /* Define if you have the clock_gettime function. */ 74 /* #undef HAVE_CLOCK_GETTIME */ 75 76 /* Define if the GNU dcgettext() function is already present or preinstalled. 77 */ 78 /* #undef HAVE_DCGETTEXT */ 79 80 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 81 */ 82 #define HAVE_DIRENT_H 1 83 84 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 45 85 /* #undef HAVE_DOPRNT */ 46 86 47 /* Define if your system has a working fnmatch function. */ 48 /* #undef HAVE_FNMATCH */ 49 50 /* Define if your system has its own `getloadavg' function. */ 87 /* Use platform specific coding */ 88 #define HAVE_DOS_PATHS 1 89 90 /* Define to 1 if you have the `dup2' function. */ 91 #define HAVE_DUP2 1 92 93 /* Define to 1 if you have the <fcntl.h> header file. */ 94 #define HAVE_FCNTL_H 1 95 96 /* Define to 1 if you have the `fdopen' function. */ 97 /*#define HAVE_FDOPEN 1*/ 98 99 /* Define to 1 if you have the `fork' function. */ 100 /* #undef HAVE_FORK */ 101 102 /* Define to 1 if you have the `getcwd' function. */ 103 #define HAVE_GETCWD 1 104 105 /* Define to 1 if you have the `getgroups' function. */ 106 /* #undef HAVE_GETGROUPS */ 107 108 /* Define to 1 if you have the `gethostbyname' function. */ 109 /* #undef HAVE_GETHOSTBYNAME */ 110 111 /* Define to 1 if you have the `gethostname' function. */ 112 /* #undef HAVE_GETHOSTNAME */ 113 114 /* Define to 1 if you have the `getloadavg' function. */ 51 115 /* #undef HAVE_GETLOADAVG */ 52 116 53 /* Define if you have the getmntent function. */ 54 /* #undef HAVE_GETMNTENT */ 55 56 /* Define if the `long double' type works. */ 57 /* #undef HAVE_LONG_DOUBLE */ 58 59 /* Define if you support file names longer than 14 characters. */ 60 #undef HAVE_LONG_FILE_NAMES 61 #define HAVE_LONG_FILE_NAMES 1 62 63 /* Define if you have a working `mmap' system call. */ 64 /* #undef HAVE_MMAP */ 65 66 /* Define if system calls automatically restart after interruption 67 by a signal. */ 68 /* #undef HAVE_RESTARTABLE_SYSCALLS */ 69 70 /* Define if your struct stat has st_blksize. */ 71 /* #undef HAVE_ST_BLKSIZE */ 72 73 /* Define if your struct stat has st_blocks. */ 74 /* #undef HAVE_ST_BLOCKS */ 75 76 /* Define if you have the strcoll function and it is properly defined. */ 77 #undef HAVE_STRCOLL 117 /* Define to 1 if you have the `getrlimit' function. */ 118 /* #undef HAVE_GETRLIMIT */ 119 120 /* Define if the GNU gettext() function is already present or preinstalled. */ 121 /* #undef HAVE_GETTEXT */ 122 123 /* Define if you have a standard gettimeofday function */ 124 /* #undef HAVE_GETTIMEOFDAY */ 125 126 /* Define if you have the iconv() function. */ 127 /* #undef HAVE_ICONV */ 128 129 /* Define to 1 if you have the <inttypes.h> header file. */ 130 /*#define HAVE_INTTYPES_H 1*/ 131 132 /* Define to 1 if you have the `dgc' library (-ldgc). */ 133 /* #undef HAVE_LIBDGC */ 134 135 /* Define to 1 if you have the `kstat' library (-lkstat). */ 136 /* #undef HAVE_LIBKSTAT */ 137 138 /* Define to 1 if you have the <limits.h> header file. */ 139 #define HAVE_LIMITS_H 1 140 141 /* Define to 1 if you have the <locale.h> header file. */ 142 /*#define HAVE_LOCALE_H 1*/ 143 144 /* Define to 1 if you have the <mach/mach.h> header file. */ 145 /* #undef HAVE_MACH_MACH_H */ 146 147 /* Define to 1 if you have the `memmove' function. */ 148 #define HAVE_MEMMOVE 1 149 150 /* Define to 1 if you have the <memory.h> header file. */ 151 #define HAVE_MEMORY_H 1 152 153 /* Define to 1 if you have the `mkstemp' function. */ 154 /* #undef HAVE_MKSTEMP */ 155 156 /* Define to 1 if you have the `mktemp' function. */ 157 #define HAVE_MKTEMP 1 158 159 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 160 /* #undef HAVE_NDIR_H */ 161 162 /* Define to 1 if you have the <nlist.h> header file. */ 163 /* #undef HAVE_NLIST_H */ 164 165 /* Define to 1 if you have the `pipe' function. */ 166 /* #undef HAVE_PIPE */ 167 168 /* Define to 1 if you have the `pstat_getdynamic' function. */ 169 /* #undef HAVE_PSTAT_GETDYNAMIC */ 170 171 /* Define to 1 if you have the `realpath' function. */ 172 /* #undef HAVE_REALPATH */ 173 174 /* Define if <signal.h> defines the SA_RESTART constant. */ 175 /* #undef HAVE_SA_RESTART */ 176 177 /* Define to 1 if you have the `setegid' function. */ 178 /* #undef HAVE_SETEGID */ 179 180 /* Define to 1 if you have the `seteuid' function. */ 181 /* #undef HAVE_SETEUID */ 182 183 /* Define to 1 if you have the `setlinebuf' function. */ 184 /* #undef HAVE_SETLINEBUF */ 185 186 /* Define to 1 if you have the `setlocale' function. */ 187 /*#define HAVE_SETLOCALE 1*/ 188 189 /* Define to 1 if you have the `setregid' function. */ 190 /* #undef HAVE_SETREGID */ 191 192 /* Define to 1 if you have the `setreuid' function. */ 193 /* #undef HAVE_SETREUID */ 194 195 /* Define to 1 if you have the `setrlimit' function. */ 196 /* #undef HAVE_SETRLIMIT */ 197 198 /* Define to 1 if you have the `setvbuf' function. */ 199 /*#define HAVE_SETVBUF 1 */ 200 201 /* Define to 1 if you have the `sigaction' function. */ 202 /* #undef HAVE_SIGACTION */ 203 204 /* Define to 1 if you have the `sigsetmask' function. */ 205 /* #undef HAVE_SIGSETMASK */ 206 207 /* Define to 1 if you have the `socket' function. */ 208 /* #undef HAVE_SOCKET */ 209 210 /* Define to 1 if you have the <stdarg.h> header file. */ 211 #define HAVE_STDARG_H 1 212 213 /* Define to 1 if you have the <stdint.h> header file. */ 214 /*#define HAVE_STDINT_H 1*/ 215 216 /* Define to 1 if you have the <stdlib.h> header file. */ 217 #define HAVE_STDLIB_H 1 218 219 /* Define to 1 if you have the `strcasecmp' function. */ 220 /* #undef HAVE_STRCASECMP */ 221 222 /* Define to 1 if you have the `strchr' function. */ 223 #define HAVE_STRCHR 1 224 225 /* Define to 1 if you have the `strcoll' function and it is properly defined. 226 */ 78 227 #define HAVE_STRCOLL 1 79 228 80 /* Define if your struct stat has st_rdev. */ 81 #undef HAVE_ST_RDEV 82 #define HAVE_ST_RDEV 1 83 84 /* Define if you have the strftime function. */ 85 #undef HAVE_STRFTIME 86 #define HAVE_STRFTIME 1 87 88 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 229 /* Define to 1 if you have the `strdup' function. */ 230 /* #define HAVE_STRDUP 1*/ 231 232 /* Define to 1 if you have the `strerror' function. */ 233 #define HAVE_STRERROR 1 234 235 /* Define to 1 if you have the <strings.h> header file. */ 236 /* #define HAVE_STRINGS_H 1 */ 237 238 /* Define to 1 if you have the <string.h> header file. */ 239 #define HAVE_STRING_H 1 240 241 /* Define to 1 if you have the `strsignal' function. */ 242 /* #undef HAVE_STRSIGNAL */ 243 244 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */ 245 /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */ 246 247 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 248 */ 249 /* #undef HAVE_SYS_DIR_H */ 250 251 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 252 */ 253 /* #undef HAVE_SYS_NDIR_H */ 254 255 /* Define to 1 if you have the <sys/param.h> header file. */ 256 /* #define HAVE_SYS_PARAM_H 1 */ 257 258 /* Define to 1 if you have the <sys/resource.h> header file. */ 259 /* #undef HAVE_SYS_RESOURCE_H */ 260 261 /* Define to 1 if you have the <sys/stat.h> header file. */ 262 /* #define HAVE_SYS_STAT_H 1 */ 263 264 /* Define to 1 if you have the <sys/timeb.h> header file. */ 265 /*#define HAVE_SYS_TIMEB_H 1*/ 266 267 /* Define to 1 if you have the <sys/time.h> header file. */ 268 /*#define HAVE_SYS_TIME_H 1*/ 269 270 /* Define to 1 if you have the <sys/types.h> header file. */ 271 /*#define HAVE_SYS_TYPES_H 1*/ 272 273 /* Define to 1 if you have the <sys/wait.h> header file. */ 89 274 /* #undef HAVE_SYS_WAIT_H */ 90 275 91 /* Define if your struct tm has tm_zone. */ 92 /* #undef HAVE_TM_ZONE */ 93 94 /* Define if you don't have tm_zone but do have the external array 95 tzname. */ 96 #undef HAVE_TZNAME 97 #define HAVE_TZNAME 1 98 99 /* Define if you have <unistd.h>. */ 100 /* #undef HAVE_UNISTD_H */ 101 102 /* Define if utime(file, NULL) sets file's timestamp to the present. */ 103 #undef HAVE_UTIME_NULL 104 #define HAVE_UTIME_NULL 1 105 106 /* Define if you have <vfork.h>. */ 276 /* Define this if you have the \`union wait' type in <sys/wait.h>. */ 277 /* #undef HAVE_UNION_WAIT */ 278 279 /* Define to 1 if you have the <unistd.h> header file. */ 280 /* #define HAVE_UNISTD_H 1*/ 281 282 /* Define to 1 if you have the <varargs.h> header file. */ 283 /* #undef HAVE_VARARGS_H */ 284 285 /* Define to 1 if you have the `vfork' function. */ 286 /* #undef HAVE_VFORK */ 287 288 /* Define to 1 if you have the <vfork.h> header file. */ 107 289 /* #undef HAVE_VFORK_H */ 108 290 109 /* Define if you have the vprintf function. */ 110 #undef HAVE_VPRINTF 291 /* Define to 1 if you have the `vprintf' function. */ 111 292 #define HAVE_VPRINTF 1 112 293 113 /* Define if you have the wait3 system call. */ 294 295 /* Define to 1 if you have the `wait3' function. */ 114 296 /* #undef HAVE_WAIT3 */ 115 297 116 /* Define if on MINIX. */ 117 /* #undef _MINIX */ 118 119 /* Define if your struct nlist has an n_un member. */ 298 /* Define to 1 if you have the `waitpid' function. */ 299 /* #undef HAVE_WAITPID */ 300 301 /* Define to 1 if `fork' works. */ 302 /* #undef HAVE_WORKING_FORK */ 303 304 /* Define to 1 if `vfork' works. */ 305 /* #undef HAVE_WORKING_VFORK */ 306 307 /* Build host information. */ 308 #define MAKE_HOST "Windows32" 309 310 /* Define this to enable job server support in GNU make. */ 311 /* #undef MAKE_JOBSERVER */ 312 313 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend 314 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */ 120 315 /* #undef NLIST_NAME_UNION */ 121 316 122 /* Define if you have <nlist.h>.*/317 /* Define if struct nlist.n_name is a pointer rather than an array. */ 123 318 /* #undef NLIST_STRUCT */ 124 319 125 /* Define if your C compiler doesn't accept -c and -o together.*/320 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 126 321 /* #undef NO_MINUS_C_MINUS_O */ 127 322 128 /* Define to `int' if <sys/types.h> doesn't define. */ 129 #undef pid_t 130 #define pid_t int 131 132 /* Define if the system does not provide POSIX.1 features except 133 with this defined. */ 134 /* #undef _POSIX_1_SOURCE */ 135 136 /* Define if you need to in order for stat and other things to work. */ 137 #undef _POSIX_SOURCE 138 #define _POSIX_SOURCE 1 139 140 /* Define as the return type of signal handlers (int or void). */ 141 #undef RETSIGTYPE 323 /* Name of this package (needed by automake) */ 324 #define PACKAGE "make" 325 326 /* Define to 1 if the C compiler supports function prototypes. */ 327 #define PROTOTYPES 1 328 329 /* Define as the return type of signal handlers (`int' or `void'). */ 142 330 #define RETSIGTYPE void 143 331 144 /* Define if the setvbuf function takes the buffering type as its second 145 argument and the buffer pointer as the third, as on System V 146 before release 3. */ 332 /* Define to the name of the SCCS 'get' command. */ 333 #define SCCS_GET "echo no sccs get" 334 335 /* Define this if the SCCS 'get' command understands the '-G<file>' option. */ 336 /* #undef SCCS_GET_MINUS_G */ 337 338 /* Define to 1 if the `setvbuf' function takes the buffering type as its 339 second argument and the buffer pointer as the third, as on System V before 340 release 3. */ 147 341 /* #undef SETVBUF_REVERSED */ 148 342 … … 152 346 STACK_DIRECTION > 0 => grows toward higher addresses 153 347 STACK_DIRECTION < 0 => grows toward lower addresses 154 STACK_DIRECTION = 0 => direction of growth unknown 155 */ 348 STACK_DIRECTION = 0 => direction of growth unknown */ 156 349 /* #undef STACK_DIRECTION */ 157 350 158 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.*/351 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 159 352 /* #undef STAT_MACROS_BROKEN */ 160 353 161 /* Define if your compiler conforms to the ANSI C standard. */ 162 #define HAVE_ANSI_COMPILER 1 163 164 /* Define to 1 if you have the <stdarg.h> header file. */ 165 #define HAVE_STDARG_H 1 166 167 /* Define if you have the ANSI C header files. */ 168 #undef STDC_HEADERS 354 /* Define to 1 if you have the ANSI C header files. */ 169 355 #define STDC_HEADERS 1 170 356 171 /* Define on System V Release 4. */ 357 /* Define if struct stat contains a nanoseconds field */ 358 /* #undef ST_MTIM_NSEC */ 359 360 /* Define to 1 on System V Release 4. */ 172 361 /* #undef SVR4 */ 173 362 174 /* Define if `sys_siglist' is declared by <signal.h>. */ 175 /* #undef SYS_SIGLIST_DECLARED */ 176 177 /* Define to `int' if <sys/types.h> doesn't define. */ 178 #undef uid_t 363 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 364 /* #define TIME_WITH_SYS_TIME 1 */ 365 366 /* Define to 1 for Encore UMAX. */ 367 /* #undef UMAX */ 368 369 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of 370 <sys/cpustats.h>. */ 371 /* #undef UMAX4_3 */ 372 373 /* Version number of package */ 374 #define VERSION "3.81" 375 376 /* Define if using the dmalloc debugging malloc package */ 377 /* #undef WITH_DMALLOC */ 378 379 /* Define to 1 if on AIX 3. 380 System headers sometimes define this. 381 We just want to avoid a redefinition error message. */ 382 #ifndef _ALL_SOURCE 383 /* # undef _ALL_SOURCE */ 384 #endif 385 386 /* Number of bits in a file offset, on hosts where this is settable. */ 387 /* #undef _FILE_OFFSET_BITS */ 388 389 /* Define for large files, on AIX-style hosts. */ 390 /* #undef _LARGE_FILES */ 391 392 /* Define to 1 if on MINIX. */ 393 /* #undef _MINIX */ 394 395 /* Define to 2 if the system does not provide POSIX.1 features except with 396 this defined. */ 397 /* #undef _POSIX_1_SOURCE */ 398 399 /* Define to 1 if you need to in order for `stat' and other things to work. */ 400 #define _POSIX_SOURCE 1 401 402 /* Define like PROTOTYPES; this can be used by system headers. */ 403 /*#define __PROTOTYPES 1*/ 404 405 /* Define to empty if `const' does not conform to ANSI C. */ 406 /* #undef const */ 407 408 /* Define to `int' if <sys/types.h> doesn't define. */ 409 #define gid_t int 410 411 /* Define to `int' if <sys/types.h> does not define. */ 412 #define pid_t int 413 414 /* Define to `int' if <sys/types.h> doesn't define. */ 179 415 #define uid_t int 180 416 181 /* Define for Encore UMAX. */ 182 /* #undef UMAX */ 183 184 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h> 185 instead of <sys/cpustats.h>. */ 186 /* #undef UMAX4_3 */ 187 188 /* Define vfork as fork if vfork does not work. */ 189 /* #undef vfork */ 190 191 /* Name of this package (needed by automake) */ 192 #define PACKAGE "make" 193 194 /* Version of this package (needed by automake) */ 195 #define VERSION "3.81beta1" 196 197 /* Define to the name of the SCCS `get' command. */ 198 #undef SCCS_GET 199 #define SCCS_GET "echo no sccs get" 200 201 /* Define to 1 if NLS is requested. */ 202 /* #undef ENABLE_NLS */ 203 204 /* Define as 1 if you have dcgettext. */ 205 /* #undef HAVE_DCGETTEXT */ 206 207 /* Define as 1 if you have gettext and don't want to use GNU gettext. */ 208 /* #undef HAVE_GETTEXT */ 209 210 /* Define if your locale.h file contains LC_MESSAGES. */ 211 /* #undef HAVE_LC_MESSAGES */ 417 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */ 418 #define uintmax_t unsigned long 419 420 /* Define as `fork' if `vfork' does not work. */ 421 /*#define vfork fork*/ 422 423 /* Define to `unsigned long' or `unsigned long long' 424 if <inttypes.h> doesn't define. */ 425 #define uintmax_t unsigned long 426 427 /* Define if you support file names longer than 14 characters. */ 428 #define HAVE_LONG_FILE_NAMES 1 429 430 /* Define if your struct stat has st_rdev. */ 431 #undef HAVE_ST_RDEV 432 #define HAVE_ST_RDEV 1 433 434 /* Define if you have the strftime function. */ 435 #undef HAVE_STRFTIME 436 #define HAVE_STRFTIME 1 437 438 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 439 /* #undef HAVE_SYS_WAIT_H */ 440 441 /* Define if your struct tm has tm_zone. */ 442 /* #undef HAVE_TM_ZONE */ 443 444 /* Define if you don't have tm_zone but do have the external array 445 tzname. */ 446 #undef HAVE_TZNAME 447 #define HAVE_TZNAME 1 448 449 /* Define if utime(file, NULL) sets file's timestamp to the present. */ 450 #undef HAVE_UTIME_NULL 451 #define HAVE_UTIME_NULL 1 212 452 213 453 /* Define to the installation directory for locales. */ 214 454 #define LOCALEDIR "" 215 216 /* Define this if the SCCS `get' command understands the `-G<file>' option. */217 /* #undef SCCS_GET_MINUS_G */218 219 /* Define this to enable job server support in GNU make. */220 /* #undef MAKE_JOBSERVER */221 222 /* Define to be the nanoseconds member of struct stat's st_mtim,223 if it exists. */224 /* #undef ST_MTIM_NSEC */225 226 /* Define this if the C library defines the variable `sys_siglist'. */227 /* #undef HAVE_SYS_SIGLIST */228 229 /* Define this if the C library defines the variable `_sys_siglist'. */230 /* #undef HAVE__SYS_SIGLIST */231 232 /* Define this if you have the `union wait' type in <sys/wait.h>. */233 /* #undef HAVE_UNION_WAIT */234 235 /* Define if you have the dup2 function. */236 #undef HAVE_DUP2237 #define HAVE_DUP2 1238 239 /* Define if you have the getcwd function. */240 #undef HAVE_GETCWD241 #define HAVE_GETCWD 1242 243 /* Define if you have the getgroups function. */244 /* #undef HAVE_GETGROUPS */245 246 /* Define if you have the gethostbyname function. */247 /* #undef HAVE_GETHOSTBYNAME */248 249 /* Define if you have the gethostname function. */250 /* #undef HAVE_GETHOSTNAME */251 252 /* Define if you have the getloadavg function. */253 /* #undef HAVE_GETLOADAVG */254 255 /* Define if you have the memmove function. */256 #undef HAVE_MEMMOVE257 #define HAVE_MEMMOVE 1258 259 /* Define if you have the mktemp function. */260 #undef HAVE_MKTEMP261 #define HAVE_MKTEMP 1262 263 /* Define if you have the psignal function. */264 /* #undef HAVE_PSIGNAL */265 266 /* Define if you have the pstat_getdynamic function. */267 /* #undef HAVE_PSTAT_GETDYNAMIC */268 269 /* Define if you have the setegid function. */270 /* #undef HAVE_SETEGID */271 272 /* Define if you have the seteuid function. */273 /* #undef HAVE_SETEUID */274 275 /* Define if you have the setlinebuf function. */276 /* #undef HAVE_SETLINEBUF */277 278 /* Define if you have the setregid function. */279 /* #undef HAVE_SETREGID */280 281 /* Define if you have the setreuid function. */282 /* #undef HAVE_SETREUID */283 284 /* Define if you have the sigsetmask function. */285 /* #undef HAVE_SIGSETMASK */286 287 /* Define if you have the socket function. */288 /* #undef HAVE_SOCKET */289 290 /* Define if you have the strcasecmp function. */291 /* #undef HAVE_STRCASECMP */292 293 /* Define if you have the strerror function. */294 #undef HAVE_STRERROR295 #define HAVE_STRERROR 1296 297 /* Define if you have the strsignal function. */298 /* #undef HAVE_STRSIGNAL */299 300 /* Define if you have the wait3 function. */301 /* #undef HAVE_WAIT3 */302 303 /* Define if you have the waitpid function. */304 /* #undef HAVE_WAITPID */305 306 /* Define if you have the <dirent.h> header file. */307 #undef HAVE_DIRENT_H308 #define HAVE_DIRENT_H 1309 310 /* Define if you have the <fcntl.h> header file. */311 #undef HAVE_FCNTL_H312 #define HAVE_FCNTL_H 1313 314 /* Define if you have the <limits.h> header file. */315 #undef HAVE_LIMITS_H316 #define HAVE_LIMITS_H 1317 318 /* Define if you have the <mach/mach.h> header file. */319 /* #undef HAVE_MACH_MACH_H */320 321 /* Define if you have the <memory.h> header file. */322 #undef HAVE_MEMORY_H323 #define HAVE_MEMORY_H 1324 325 /* Define if you have the <ndir.h> header file. */326 /* #undef HAVE_NDIR_H */327 328 /* Define if you have the <string.h> header file. */329 #undef HAVE_STRING_H330 #define HAVE_STRING_H 1331 332 /* Define if you have the <sys/dir.h> header file. */333 /* #undef HAVE_SYS_DIR_H */334 335 /* Define if you have the <sys/ndir.h> header file. */336 /* #undef HAVE_SYS_NDIR_H */337 338 /* Define if you have the <sys/param.h> header file. */339 /* #undef HAVE_SYS_PARAM_H */340 341 /* Define if you have the <sys/timeb.h> header file. */342 #undef HAVE_SYS_TIMEB_H343 #define HAVE_SYS_TIMEB_H 1344 345 /* Define if you have the <sys/wait.h> header file. */346 /* #undef HAVE_SYS_WAIT_H */347 348 /* Define if you have the <unistd.h> header file. */349 /* #undef HAVE_UNISTD_H */350 351 /* Define if you have the dgc library (-ldgc). */352 /* #undef HAVE_LIBDGC */353 354 /* Define if you have the kstat library (-lkstat). */355 /* #undef HAVE_LIBKSTAT */356 357 /* Define if you have the sun library (-lsun). */358 /* #undef HAVE_LIBSUN */359 360 /* Use high resolution file timestamps if nonzero. */361 #define FILE_TIMESTAMP_HI_RES 0362 363 /* Build host information. */364 #define MAKE_HOST "Windows32"365 366 /* Grok DOS paths (drive specs and backslash path element separators) */367 #define HAVE_DOS_PATHS368 455 369 456 /* 370 457 * Refer to README.W32 for info on the following settings 371 458 */ 459 372 460 373 461 /* … … 376 464 * shell support. 377 465 */ 378 #undef BATCH_MODE_ONLY_SHELL 379 #define BATCH_MODE_ONLY_SHELL 1 466 /*#define BATCH_MODE_ONLY_SHELL 1 */ 380 467 381 468 /* … … 383 470 * Do NOT define BATCH_MODE_ONLY_SHELL if you define HAVE_CYGWIN_SHELL 384 471 */ 385 #undef HAVE_CYGWIN_SHELL 472 /*#define HAVE_CYGWIN_SHELL 1 */ 386 473 387 474 /* … … 389 476 * BATCH_MODE_ONLY_SHELL if you define HAVE_MKS_SHELL 390 477 */ 391 #undef HAVE_MKS_SHELL 478 /*#define HAVE_MKS_SHELL 1 */ 392 479 393 480 /* … … 401 488 #undef BATCH_MODE_ONLY_SHELL 402 489 #endif 403 404 /* Define if you prefer Case Insensitive behavior */405 #undef HAVE_CASE_INSENSITIVE_FS
Note:
See TracChangeset
for help on using the changeset viewer.

