Changeset 3140 for trunk/src/kmk/config.h.W32.template
- Timestamp:
- Mar 14, 2018, 10:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
-
Property svn:mergeinfo
set to
/vendor/gnumake/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/kmk/config.h.W32.template
r2591 r3140 1 1 /* config.h.W32 -- hand-massaged config.h file for Windows builds -*-C-*- 2 2 3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 4 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3 Copyright (C) 1996-2016 Free Software Foundation, Inc. 5 4 This file is part of GNU Make. 6 5 … … 29 28 #endif 30 29 31 /* Define to 1 if the `closedir' function returns void instead of `int'. */30 /* Define to 1 if the 'closedir' function returns void instead of 'int'. */ 32 31 /* #undef CLOSEDIR_VOID */ 33 32 34 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP35 systems. This function is required for `alloca.c' support on those systems.33 /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP 34 systems. This function is required for 'alloca.c' support on those systems. 36 35 */ 37 36 /* #undef CRAY_STACKSEG_END */ 38 37 39 /* Define to 1 if using `alloca.c'. */38 /* Define to 1 if using 'alloca.c'. */ 40 39 /* #undef C_ALLOCA */ 41 40 42 /* Define to 1 if using `getloadavg.c'. */43 /*#define C_GETLOADAVG 1*/ 41 /* Define to 1 if using 'getloadavg.c'. */ 42 #define C_GETLOADAVG 1 44 43 45 44 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ … … 53 52 #define FILE_TIMESTAMP_HI_RES 0 54 53 55 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.54 /* Define to 1 if the 'getloadavg' function needs to be run setuid or setgid. 56 55 */ 57 56 /* #undef GETLOADAVG_PRIVILEGED */ 58 57 59 /* Define to 1 if you have `alloca', as a function or macro. */58 /* Define to 1 if you have 'alloca', as a function or macro. */ 60 59 #define HAVE_ALLOCA 1 61 60 … … 64 63 /* #undef HAVE_ALLOCA_H */ 65 64 66 /* Define if your compiler conforms to the ANSI C standard. */ 67 #define HAVE_ANSI_COMPILER 1 68 69 /* Define to 1 if you have the `bsd_signal' function. */ 70 /* #undef HAVE_BSD_SIGNAL */ 65 /* Define to 1 if you have the 'atexit' function. */ 66 #define HAVE_ATEXIT 1 71 67 72 68 /* Use case insensitive file names */ 73 69 /* #undef HAVE_CASE_INSENSITIVE_FS */ 74 70 75 /* Define if you have the clock_gettime function. */71 /* Define to 1 if you have the clock_gettime function. */ 76 72 /* #undef HAVE_CLOCK_GETTIME */ 77 73 74 /* Embed GNU Guile support. Windows build sets this on the 75 compilation command line. */ 76 /* #undef HAVE_GUILE */ 77 78 78 /* Define if the GNU dcgettext() function is already present or preinstalled. 79 79 */ 80 80 /* #undef HAVE_DCGETTEXT */ 81 81 82 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 82 /* Define to 1 if you have the declaration of 'bsd_signal', and to 0 if you 83 don't. */ 84 #define HAVE_DECL_BSD_SIGNAL 0 85 86 /* Define to 1 if you have the declaration of 'sys_siglist', and to 0 if you 87 don't. */ 88 #define HAVE_DECL_SYS_SIGLIST 0 89 90 /* Define to 1 if you have the declaration of '_sys_siglist', and to 0 if you 91 don't. */ 92 #define HAVE_DECL__SYS_SIGLIST 0 93 94 /* Define to 1 if you have the declaration of '__sys_siglist', and to 0 if you 95 don't. */ 96 #define HAVE_DECL___SYS_SIGLIST 0 97 98 /* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'. 83 99 */ 84 100 #define HAVE_DIRENT_H 1 … … 91 107 #endif 92 108 93 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */94 /* #undef HAVE_DOPRNT */95 96 109 /* Use platform specific coding */ 97 110 #define HAVE_DOS_PATHS 1 98 111 99 /* Define to 1 if you have the `dup2' function. */112 /* Define to 1 if you have the 'dup2' function. */ 100 113 #define HAVE_DUP2 1 101 114 … … 103 116 #define HAVE_FCNTL_H 1 104 117 105 /* Define to 1 if you have the `fdopen' function. */ 106 /*#define HAVE_FDOPEN 1*/ 107 108 /* Define to 1 if you have the `fork' function. */ 109 /* #undef HAVE_FORK */ 110 111 /* Define to 1 if you have the `getcwd' function. */ 118 /* Define to 1 if you have the 'fdopen' function. */ 119 #ifdef __MINGW32__ 120 #define HAVE_FDOPEN 1 121 #endif 122 123 /* Define to 1 if you have the 'fileno' function. */ 124 #define HAVE_FILENO 1 125 126 /* Define to 1 if you have the 'getcwd' function. */ 112 127 #define HAVE_GETCWD 1 113 128 114 /* Define to 1 if you have the `getgroups' function. */129 /* Define to 1 if you have the 'getgroups' function. */ 115 130 /* #undef HAVE_GETGROUPS */ 116 131 117 /* Define to 1 if you have the `gethostbyname' function. */132 /* Define to 1 if you have the 'gethostbyname' function. */ 118 133 /* #undef HAVE_GETHOSTBYNAME */ 119 134 120 /* Define to 1 if you have the `gethostname' function. */135 /* Define to 1 if you have the 'gethostname' function. */ 121 136 /* #undef HAVE_GETHOSTNAME */ 122 137 123 /* Define to 1 if you have the `getloadavg' function. */138 /* Define to 1 if you have the 'getloadavg' function. */ 124 139 /* #undef HAVE_GETLOADAVG */ 125 140 126 /* Define to 1 if you have the `getrlimit' function. */141 /* Define to 1 if you have the 'getrlimit' function. */ 127 142 /* #undef HAVE_GETRLIMIT */ 128 143 … … 130 145 /* #undef HAVE_GETTEXT */ 131 146 132 /* Define if you have a standard gettimeofday function */ 133 /* #undef HAVE_GETTIMEOFDAY */ 147 /* Define to 1 if you have a standard gettimeofday function */ 148 #ifdef __MINGW32__ 149 #define HAVE_GETTIMEOFDAY 1 150 #endif 134 151 135 152 /* Define if you have the iconv() function. */ … … 137 154 138 155 /* Define to 1 if you have the <inttypes.h> header file. */ 139 /*#define HAVE_INTTYPES_H 1*/ 140 141 /* Define to 1 if you have the `dgc' library (-ldgc). */ 156 #ifdef __MINGW32__ 157 #define HAVE_INTTYPES_H 1 158 #endif 159 160 /* Define to 1 if you have the 'dgc' library (-ldgc). */ 142 161 /* #undef HAVE_LIBDGC */ 143 162 144 /* Define to 1 if you have the `kstat' library (-lkstat). */163 /* Define to 1 if you have the 'kstat' library (-lkstat). */ 145 164 /* #undef HAVE_LIBKSTAT */ 146 165 … … 151 170 /*#define HAVE_LOCALE_H 1*/ 152 171 172 /* Define to 1 if you have the 'lstat' function. */ 173 /* #undef HAVE_LSTAT */ 174 153 175 /* Define to 1 if you have the <mach/mach.h> header file. */ 154 176 /* #undef HAVE_MACH_MACH_H */ 155 177 156 /* Define to 1 if you have the `memmove' function. */157 #define HAVE_MEMMOVE 1158 159 178 /* Define to 1 if you have the <memory.h> header file. */ 160 179 #define HAVE_MEMORY_H 1 161 180 162 /* Define to 1 if you have the `mkstemp' function. */181 /* Define to 1 if you have the 'mkstemp' function. */ 163 182 /* #undef HAVE_MKSTEMP */ 164 183 165 /* Define to 1 if you have the `mktemp' function. */184 /* Define to 1 if you have the 'mktemp' function. */ 166 185 #define HAVE_MKTEMP 1 167 186 168 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */187 /* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */ 169 188 /* #undef HAVE_NDIR_H */ 170 189 … … 172 191 /* #undef HAVE_NLIST_H */ 173 192 174 /* Define to 1 if you have the `pipe' function. */193 /* Define to 1 if you have the 'pipe' function. */ 175 194 /* #undef HAVE_PIPE */ 176 195 177 /* Define to 1 if you have the `pstat_getdynamic' function. */196 /* Define to 1 if you have the 'pstat_getdynamic' function. */ 178 197 /* #undef HAVE_PSTAT_GETDYNAMIC */ 179 198 180 /* Define to 1 if you have the `realpath' function. */ 199 /* Define to 1 if you have the 'readlink' function. */ 200 /* #undef HAVE_READLINK */ 201 202 /* Define to 1 if you have the 'realpath' function. */ 181 203 /* #undef HAVE_REALPATH */ 182 204 183 /* Define if <signal.h> defines the SA_RESTART constant. */205 /* Define to 1 if <signal.h> defines the SA_RESTART constant. */ 184 206 /* #undef HAVE_SA_RESTART */ 185 207 186 /* Define to 1 if you have the `setegid' function. */208 /* Define to 1 if you have the 'setegid' function. */ 187 209 /* #undef HAVE_SETEGID */ 188 210 189 /* Define to 1 if you have the `seteuid' function. */211 /* Define to 1 if you have the 'seteuid' function. */ 190 212 /* #undef HAVE_SETEUID */ 191 213 192 /* Define to 1 if you have the `setlinebuf' function. */214 /* Define to 1 if you have the 'setlinebuf' function. */ 193 215 /* #undef HAVE_SETLINEBUF */ 194 216 195 /* Define to 1 if you have the `setlocale' function. */217 /* Define to 1 if you have the 'setlocale' function. */ 196 218 /*#define HAVE_SETLOCALE 1*/ 197 219 198 /* Define to 1 if you have the `setregid' function. */220 /* Define to 1 if you have the 'setregid' function. */ 199 221 /* #undef HAVE_SETREGID */ 200 222 201 /* Define to 1 if you have the `setreuid' function. */223 /* Define to 1 if you have the 'setreuid' function. */ 202 224 /* #undef HAVE_SETREUID */ 203 225 204 /* Define to 1 if you have the `setrlimit' function. */226 /* Define to 1 if you have the 'setrlimit' function. */ 205 227 /* #undef HAVE_SETRLIMIT */ 206 228 207 /* Define to 1 if you have the `setvbuf' function. */208 /*#define HAVE_SETVBUF 1 */ 209 210 /* Define to 1 if you have the `sigaction' function. */229 /* Define to 1 if you have the 'setvbuf' function. */ 230 #define HAVE_SETVBUF 1 231 232 /* Define to 1 if you have the 'sigaction' function. */ 211 233 /* #undef HAVE_SIGACTION */ 212 234 213 /* Define to 1 if you have the `sigsetmask' function. */235 /* Define to 1 if you have the 'sigsetmask' function. */ 214 236 /* #undef HAVE_SIGSETMASK */ 215 237 216 /* Define to 1 if you have the `socket' function. */238 /* Define to 1 if you have the 'socket' function. */ 217 239 /* #undef HAVE_SOCKET */ 218 240 219 /* Define to 1 if you have the <stdarg.h> header file. */220 #define HAVE_STDARG_H 1221 222 241 /* Define to 1 if you have the <stdint.h> header file. */ 223 /*#define HAVE_STDINT_H 1*/ 242 #ifdef __MINGW32__ 243 #define HAVE_STDINT_H 1 244 #endif 224 245 225 246 /* Define to 1 if you have the <stdlib.h> header file. */ 226 247 #define HAVE_STDLIB_H 1 227 248 228 /* Define to 1 if you have the `strcasecmp' function. */ 229 /* #undef HAVE_STRCASECMP */ 230 231 /* Define to 1 if you have the `strcmpi' function. */ 232 /* #undef HAVE_STRCMPI */ 233 234 /* Define to 1 if you have the `stricmp' function. */ 249 /* Define to 1 if you have the 'strcasecmp' function. */ 250 #ifdef __MINGW32__ 251 #define HAVE_STRCASECMP 1 252 #endif 253 254 /* Define to 1 if you have the 'strcmpi' function. */ 255 #define HAVE_STRCMPI 1 256 257 /* Define to 1 if you have the 'strcoll' function and it is properly defined. 258 */ 259 #define HAVE_STRCOLL 1 260 261 /* Define to 1 if you have the 'strdup' function. */ 262 #define HAVE_STRDUP 1 263 264 /* Define to 1 if you have the 'strerror' function. */ 265 #define HAVE_STRERROR 1 266 267 /* Define to 1 if you have the 'stricmp' function. */ 235 268 #define HAVE_STRICMP 1 236 237 /* Define to 1 if you have the `strncasecmp' function. */238 /* #undef HAVE_STRNCASECMP */239 240 /* Define to 1 if you have the `strncmpi' function. */241 /* #undef HAVE_STRNCMPI */242 243 /* Define to 1 if you have the `strnicmp' function. */244 #define HAVE_STRNICMP 1245 246 /* Define to 1 if you have the `strchr' function. */247 #define HAVE_STRCHR 1248 249 /* Define to 1 if you have the `strcoll' function and it is properly defined.250 */251 #define HAVE_STRCOLL 1252 253 /* Define to 1 if you have the `strdup' function. */254 #define HAVE_STRDUP 1 /* bird */255 256 /* Define to 1 if you have the `strerror' function. */257 #define HAVE_STRERROR 1258 269 259 270 /* Define to 1 if you have the <strings.h> header file. */ … … 263 274 #define HAVE_STRING_H 1 264 275 265 /* Define to 1 if you have the `strsignal' function. */ 276 /* Define to 1 if you have the 'strncasecmp' function. */ 277 #ifdef __MINGW32__ 278 #define HAVE_STRNCASECMP 1 279 #endif 280 281 /* Define to 1 if you have the 'strncmpi' function. */ 282 /* #undef HAVE_STRNCMPI */ 283 284 /* Define to 1 if you have the 'strndup' function. */ 285 /* #undef HAVE_STRNDUP */ 286 287 /* Define to 1 if you have the 'strnicmp' function. */ 288 #ifdef __MINGW32__ 289 #define HAVE_STRNICMP 1 290 #endif 291 292 /* Define to 1 if you have the 'strsignal' function. */ 266 293 /* #undef HAVE_STRSIGNAL */ 267 294 268 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */ 295 /* Define to 1 if you have the `isatty' function. */ 296 #define HAVE_ISATTY 1 297 298 /* Define to 1 if you have the `ttyname' function. */ 299 #define HAVE_TTYNAME 1 300 char *ttyname (int); 301 302 /* Define to 1 if 'n_un.n_name' is a member of 'struct nlist'. */ 269 303 /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */ 270 304 271 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.305 /* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'. 272 306 */ 273 307 /* #undef HAVE_SYS_DIR_H */ 274 308 275 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.309 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'. 276 310 */ 277 311 /* #undef HAVE_SYS_NDIR_H */ 278 312 279 313 /* Define to 1 if you have the <sys/param.h> header file. */ 280 /* #define HAVE_SYS_PARAM_H 1 */ 314 #ifdef __MINGW32__ 315 #define HAVE_SYS_PARAM_H 1 316 #endif 281 317 282 318 /* Define to 1 if you have the <sys/resource.h> header file. */ … … 284 320 285 321 /* Define to 1 if you have the <sys/stat.h> header file. */ 286 /* #define HAVE_SYS_STAT_H 1 */ 322 #define HAVE_SYS_STAT_H 1 287 323 288 324 /* Define to 1 if you have the <sys/timeb.h> header file. */ 289 /*#define HAVE_SYS_TIMEB_H 1*/ 325 #define HAVE_SYS_TIMEB_H 1 290 326 291 327 /* Define to 1 if you have the <sys/time.h> header file. */ 292 /*#define HAVE_SYS_TIME_H 1*/ 328 #ifdef __MINGW32__ 329 #define HAVE_SYS_TIME_H 1 330 #endif 293 331 294 332 /* Define to 1 if you have the <sys/types.h> header file. */ 295 /*#define HAVE_SYS_TYPES_H 1*/ 333 #define HAVE_SYS_TYPES_H 1 296 334 297 335 /* Define to 1 if you have the <sys/wait.h> header file. */ 298 336 /* #undef HAVE_SYS_WAIT_H */ 299 337 300 /* Define t his if you have the \`union wait' type in <sys/wait.h>. */338 /* Define to 1 if you have the \'union wait' type in <sys/wait.h>. */ 301 339 /* #undef HAVE_UNION_WAIT */ 302 340 303 341 /* Define to 1 if you have the <unistd.h> header file. */ 304 /* #define HAVE_UNISTD_H 1*/ 305 306 /* Define to 1 if you have the <varargs.h> header file. */ 307 /* #undef HAVE_VARARGS_H */ 308 309 /* Define to 1 if you have the `vfork' function. */ 310 /* #undef HAVE_VFORK */ 311 312 /* Define to 1 if you have the <vfork.h> header file. */ 313 /* #undef HAVE_VFORK_H */ 314 315 /* Define to 1 if you have the `vprintf' function. */ 316 #define HAVE_VPRINTF 1 317 318 319 /* Define to 1 if you have the `wait3' function. */ 342 #ifdef __MINGW32__ 343 #define HAVE_UNISTD_H 1 344 #endif 345 346 /* Define to 1 if you have the 'wait3' function. */ 320 347 /* #undef HAVE_WAIT3 */ 321 348 322 /* Define to 1 if you have the `waitpid' function. */349 /* Define to 1 if you have the 'waitpid' function. */ 323 350 /* #undef HAVE_WAITPID */ 324 325 /* Define to 1 if `fork' works. */326 /* #undef HAVE_WORKING_FORK */327 328 /* Define to 1 if `vfork' works. */329 /* #undef HAVE_WORKING_VFORK */330 351 331 352 /* Build host information. (not used by kmk) */ 332 353 #define MAKE_HOST "Windows32" 333 354 334 /* Define this to enable job server support in GNU make. */ 335 /* #undef MAKE_JOBSERVER */ 336 337 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend 338 on `HAVE_STRUCT_NLIST_N_UN_N_NAME */ 355 /* Define to 1 to enable job server support in GNU make. */ 356 #define MAKE_JOBSERVER 1 357 358 /* Define to 1 to enable 'load' support in GNU make. */ 359 #define MAKE_LOAD 1 360 361 /* Define to 1 to enable symbolic link timestamp checking. */ 362 /* #undef MAKE_SYMLINKS */ 363 364 /* Define to 1 if your 'struct nlist' has an 'n_un' member. Obsolete, depend 365 on 'HAVE_STRUCT_NLIST_N_UN_N_NAME */ 339 366 /* #undef NLIST_NAME_UNION */ 340 367 341 /* Define if struct nlist.n_name is a pointer rather than an array. */368 /* Define to 1 if struct nlist.n_name is a pointer rather than an array. */ 342 369 /* #undef NLIST_STRUCT */ 343 370 … … 348 375 #define PACKAGE "%PACKAGE%" 349 376 350 /* Define to 1 if the C compiler supports function prototypes. */ 351 #define PROTOTYPES 1 352 353 /* Define as the return type of signal handlers (`int' or `void'). */ 377 /* Define to the address where bug reports for this package should be sent. */ 378 #define PACKAGE_BUGREPORT "bug-make@gnu.org" 379 380 /* Define to the full name of this package. */ 381 #define PACKAGE_NAME "GNU make" 382 383 /* Define to the home page for this package. */ 384 #define PACKAGE_URL "http://www.gnu.org/software/make/" 385 386 /* Define to the version of this package. */ 387 #define PACKAGE_VERSION "%VERSION%" 388 389 /* Define to the character that separates directories in PATH. */ 390 #define PATH_SEPARATOR_CHAR ';' 391 392 /* Define as the return type of signal handlers ('int' or 'void'). */ 354 393 #define RETSIGTYPE void 355 394 … … 360 399 /* #undef SCCS_GET_MINUS_G */ 361 400 362 /* Define to 1 if the `setvbuf' function takes the buffering type as its401 /* Define to 1 if the 'setvbuf' function takes the buffering type as its 363 402 second argument and the buffer pointer as the third, as on System V before 364 403 release 3. */ … … 367 406 /* If using the C implementation of alloca, define if you know the 368 407 direction of stack growth for your system; otherwise it will be 369 automatically deduced at run -time.370 371 372 408 automatically deduced at run time. 409 STACK_DIRECTION > 0 => grows toward higher addresses 410 STACK_DIRECTION < 0 => grows toward lower addresses 411 STACK_DIRECTION = 0 => direction of growth unknown */ 373 412 /* #undef STACK_DIRECTION */ 374 413 375 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */414 /* Define to 1 if the 'S_IS*' macros in <sys/stat.h> do not work properly. */ 376 415 /* #undef STAT_MACROS_BROKEN */ 377 416 … … 386 425 387 426 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 388 /* #define TIME_WITH_SYS_TIME 1 */ 427 #ifdef __MINGW32__ 428 #define TIME_WITH_SYS_TIME 1 429 #endif 389 430 390 431 /* Define to 1 for Encore UMAX. */ … … 421 462 /* #undef _POSIX_1_SOURCE */ 422 463 423 /* Define to 1 if you need to in order for `stat' and other things to work. */ 424 #define _POSIX_SOURCE 1 425 426 /* Define like PROTOTYPES; this can be used by system headers. */ 427 /*#define __PROTOTYPES 1*/ 428 429 /* Define to empty if `const' does not conform to ANSI C. */ 464 /* Define to 1 if you need to in order for 'stat' and other things to work. */ 465 /* #undef _POSIX_SOURCE */ 466 467 /* Define to empty if 'const' does not conform to ANSI C. */ 430 468 /* #undef const */ 431 469 432 470 #include <sys/types.h> 433 471 434 /* Define to `int' if <sys/types.h> doesn't define. */472 /* Define to 'int' if <sys/types.h> doesn't define. */ 435 473 #define gid_t int 436 474 437 /* Define to `int' if <sys/types.h> does not define. */475 /* Define to 'int' if <sys/types.h> does not define. */ 438 476 /* GCC 4.x reportedly defines pid_t. */ 439 477 #ifndef _PID_T_ … … 445 483 #endif 446 484 447 /* Define to `int' if <sys/types.h> doesn't define. */485 /* Define to 'int' if <sys/types.h> doesn't define. */ 448 486 #define uid_t int 449 487 450 488 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */ 489 #if !HAVE_STDINT_H && !HAVE_INTTYPES_H 451 490 #define uintmax_t unsigned long 452 453 /* Define as `fork' if `vfork' does not work. */ 454 /*#define vfork fork*/ 455 456 /* Define to `unsigned long' or `unsigned long long' 457 if <inttypes.h> doesn't define. */ 458 #define uintmax_t unsigned long 459 460 /* Define if you support file names longer than 14 characters. */ 461 #define HAVE_LONG_FILE_NAMES 1 462 463 /* Define if your struct stat has st_rdev. */ 464 #undef HAVE_ST_RDEV 465 #define HAVE_ST_RDEV 1 466 467 /* Define if you have the strftime function. */ 468 #undef HAVE_STRFTIME 469 #define HAVE_STRFTIME 1 491 #endif 470 492 471 493 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 472 494 /* #undef HAVE_SYS_WAIT_H */ 473 474 /* Define if your struct tm has tm_zone. */475 /* #undef HAVE_TM_ZONE */476 477 /* Define if you don't have tm_zone but do have the external array478 tzname. */479 #undef HAVE_TZNAME480 #define HAVE_TZNAME 1481 482 /* Define if utime(file, NULL) sets file's timestamp to the present. */483 #undef HAVE_UTIME_NULL484 #define HAVE_UTIME_NULL 1485 495 486 496 /* Define to the installation directory for locales. */
Note:
See TracChangeset
for help on using the changeset viewer.