Ignore:
Timestamp:
Mar 14, 2018, 10:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/config.h.W32.template

    r2591 r3140  
    11/* config.h.W32 -- hand-massaged config.h file for Windows builds       -*-C-*-
    22
    3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    4 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     3Copyright (C) 1996-2016 Free Software Foundation, Inc.
    54This file is part of GNU Make.
    65
     
    2928#endif
    3029
    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'. */
    3231/* #undef CLOSEDIR_VOID */
    3332
    34 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    35    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.
    3635   */
    3736/* #undef CRAY_STACKSEG_END */
    3837
    39 /* Define to 1 if using `alloca.c'. */
     38/* Define to 1 if using 'alloca.c'. */
    4039/* #undef C_ALLOCA */
    4140
    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
    4443
    4544/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
     
    5352#define FILE_TIMESTAMP_HI_RES 0
    5453
    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.
    5655   */
    5756/* #undef GETLOADAVG_PRIVILEGED */
    5857
    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. */
    6059#define HAVE_ALLOCA 1
    6160
     
    6463/* #undef HAVE_ALLOCA_H */
    6564
    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
    7167
    7268/* Use case insensitive file names */
    7369/* #undef HAVE_CASE_INSENSITIVE_FS */
    7470
    75 /* Define if you have the clock_gettime function. */
     71/* Define to 1 if you have the clock_gettime function. */
    7672/* #undef HAVE_CLOCK_GETTIME */
    7773
     74/* Embed GNU Guile support.  Windows build sets this on the
     75   compilation command line.  */
     76/* #undef HAVE_GUILE */
     77
    7878/* Define if the GNU dcgettext() function is already present or preinstalled.
    7979   */
    8080/* #undef HAVE_DCGETTEXT */
    8181
    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'.
    8399   */
    84100#define HAVE_DIRENT_H 1
     
    91107#endif
    92108
    93 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
    94 /* #undef HAVE_DOPRNT */
    95 
    96109/* Use platform specific coding */
    97110#define HAVE_DOS_PATHS 1
    98111
    99 /* Define to 1 if you have the `dup2' function. */
     112/* Define to 1 if you have the 'dup2' function. */
    100113#define HAVE_DUP2 1
    101114
     
    103116#define HAVE_FCNTL_H 1
    104117
    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.  */
    112127#define HAVE_GETCWD 1
    113128
    114 /* Define to 1 if you have the `getgroups' function. */
     129/* Define to 1 if you have the 'getgroups' function. */
    115130/* #undef HAVE_GETGROUPS */
    116131
    117 /* Define to 1 if you have the `gethostbyname' function. */
     132/* Define to 1 if you have the 'gethostbyname' function. */
    118133/* #undef HAVE_GETHOSTBYNAME */
    119134
    120 /* Define to 1 if you have the `gethostname' function. */
     135/* Define to 1 if you have the 'gethostname' function. */
    121136/* #undef HAVE_GETHOSTNAME */
    122137
    123 /* Define to 1 if you have the `getloadavg' function. */
     138/* Define to 1 if you have the 'getloadavg' function. */
    124139/* #undef HAVE_GETLOADAVG */
    125140
    126 /* Define to 1 if you have the `getrlimit' function. */
     141/* Define to 1 if you have the 'getrlimit' function. */
    127142/* #undef HAVE_GETRLIMIT */
    128143
     
    130145/* #undef HAVE_GETTEXT */
    131146
    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
    134151
    135152/* Define if you have the iconv() function. */
     
    137154
    138155/* 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). */
    142161/* #undef HAVE_LIBDGC */
    143162
    144 /* Define to 1 if you have the `kstat' library (-lkstat). */
     163/* Define to 1 if you have the 'kstat' library (-lkstat). */
    145164/* #undef HAVE_LIBKSTAT */
    146165
     
    151170/*#define HAVE_LOCALE_H 1*/
    152171
     172/* Define to 1 if you have the 'lstat' function. */
     173/* #undef HAVE_LSTAT */
     174
    153175/* Define to 1 if you have the <mach/mach.h> header file. */
    154176/* #undef HAVE_MACH_MACH_H */
    155177
    156 /* Define to 1 if you have the `memmove' function. */
    157 #define HAVE_MEMMOVE 1
    158 
    159178/* Define to 1 if you have the <memory.h> header file. */
    160179#define HAVE_MEMORY_H 1
    161180
    162 /* Define to 1 if you have the `mkstemp' function. */
     181/* Define to 1 if you have the 'mkstemp' function. */
    163182/* #undef HAVE_MKSTEMP */
    164183
    165 /* Define to 1 if you have the `mktemp' function. */
     184/* Define to 1 if you have the 'mktemp' function. */
    166185#define HAVE_MKTEMP 1
    167186
    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'. */
    169188/* #undef HAVE_NDIR_H */
    170189
     
    172191/* #undef HAVE_NLIST_H */
    173192
    174 /* Define to 1 if you have the `pipe' function. */
     193/* Define to 1 if you have the 'pipe' function. */
    175194/* #undef HAVE_PIPE */
    176195
    177 /* Define to 1 if you have the `pstat_getdynamic' function. */
     196/* Define to 1 if you have the 'pstat_getdynamic' function. */
    178197/* #undef HAVE_PSTAT_GETDYNAMIC */
    179198
    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. */
    181203/* #undef HAVE_REALPATH */
    182204
    183 /* Define if <signal.h> defines the SA_RESTART constant. */
     205/* Define to 1 if <signal.h> defines the SA_RESTART constant. */
    184206/* #undef HAVE_SA_RESTART */
    185207
    186 /* Define to 1 if you have the `setegid' function. */
     208/* Define to 1 if you have the 'setegid' function. */
    187209/* #undef HAVE_SETEGID */
    188210
    189 /* Define to 1 if you have the `seteuid' function. */
     211/* Define to 1 if you have the 'seteuid' function. */
    190212/* #undef HAVE_SETEUID */
    191213
    192 /* Define to 1 if you have the `setlinebuf' function. */
     214/* Define to 1 if you have the 'setlinebuf' function. */
    193215/* #undef HAVE_SETLINEBUF */
    194216
    195 /* Define to 1 if you have the `setlocale' function. */
     217/* Define to 1 if you have the 'setlocale' function. */
    196218/*#define HAVE_SETLOCALE 1*/
    197219
    198 /* Define to 1 if you have the `setregid' function. */
     220/* Define to 1 if you have the 'setregid' function. */
    199221/* #undef HAVE_SETREGID */
    200222
    201 /* Define to 1 if you have the `setreuid' function. */
     223/* Define to 1 if you have the 'setreuid' function. */
    202224/* #undef HAVE_SETREUID */
    203225
    204 /* Define to 1 if you have the `setrlimit' function. */
     226/* Define to 1 if you have the 'setrlimit' function. */
    205227/* #undef HAVE_SETRLIMIT */
    206228
    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. */
    211233/* #undef HAVE_SIGACTION */
    212234
    213 /* Define to 1 if you have the `sigsetmask' function. */
     235/* Define to 1 if you have the 'sigsetmask' function. */
    214236/* #undef HAVE_SIGSETMASK */
    215237
    216 /* Define to 1 if you have the `socket' function. */
     238/* Define to 1 if you have the 'socket' function. */
    217239/* #undef HAVE_SOCKET */
    218240
    219 /* Define to 1 if you have the <stdarg.h> header file. */
    220 #define HAVE_STDARG_H 1
    221 
    222241/* 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
    224245
    225246/* Define to 1 if you have the <stdlib.h> header file. */
    226247#define HAVE_STDLIB_H 1
    227248
    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. */
    235268#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 1
    245 
    246 /* Define to 1 if you have the `strchr' function. */
    247 #define HAVE_STRCHR 1
    248 
    249 /* Define to 1 if you have the `strcoll' function and it is properly defined.
    250    */
    251 #define HAVE_STRCOLL 1
    252 
    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 1
    258269
    259270/* Define to 1 if you have the <strings.h> header file. */
     
    263274#define HAVE_STRING_H 1
    264275
    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. */
    266293/* #undef HAVE_STRSIGNAL */
    267294
    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
     300char *ttyname (int);
     301
     302/* Define to 1 if 'n_un.n_name' is a member of 'struct nlist'. */
    269303/* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
    270304
    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'.
    272306   */
    273307/* #undef HAVE_SYS_DIR_H */
    274308
    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'.
    276310   */
    277311/* #undef HAVE_SYS_NDIR_H */
    278312
    279313/* 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
    281317
    282318/* Define to 1 if you have the <sys/resource.h> header file. */
     
    284320
    285321/* 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
    287323
    288324/* 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
    290326
    291327/* 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
    293331
    294332/* 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
    296334
    297335/* Define to 1 if you have the <sys/wait.h> header file. */
    298336/* #undef HAVE_SYS_WAIT_H */
    299337
    300 /* Define this 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>. */
    301339/* #undef HAVE_UNION_WAIT */
    302340
    303341/* 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. */
    320347/* #undef HAVE_WAIT3 */
    321348
    322 /* Define to 1 if you have the `waitpid' function. */
     349/* Define to 1 if you have the 'waitpid' function. */
    323350/* #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 */
    330351
    331352/* Build host information. (not used by kmk) */
    332353#define MAKE_HOST "Windows32"
    333354
    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 */
    339366/* #undef NLIST_NAME_UNION */
    340367
    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. */
    342369/* #undef NLIST_STRUCT */
    343370
     
    348375#define PACKAGE "%PACKAGE%"
    349376
    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'). */
    354393#define RETSIGTYPE void
    355394
     
    360399/* #undef SCCS_GET_MINUS_G */
    361400
    362 /* Define to 1 if the `setvbuf' function takes the buffering type as its
     401/* Define to 1 if the 'setvbuf' function takes the buffering type as its
    363402   second argument and the buffer pointer as the third, as on System V before
    364403   release 3. */
     
    367406/* If using the C implementation of alloca, define if you know the
    368407   direction of stack growth for your system; otherwise it will be
    369    automatically deduced at run-time.
    370         STACK_DIRECTION > 0 => grows toward higher addresses
    371         STACK_DIRECTION < 0 => grows toward lower addresses
    372         STACK_DIRECTION = 0 => direction of growth unknown */
     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 */
    373412/* #undef STACK_DIRECTION */
    374413
    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. */
    376415/* #undef STAT_MACROS_BROKEN */
    377416
     
    386425
    387426/* 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
    389430
    390431/* Define to 1 for Encore UMAX. */
     
    421462/* #undef _POSIX_1_SOURCE */
    422463
    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. */
    430468/* #undef const */
    431469
    432470#include <sys/types.h>
    433471
    434 /* Define to `int' if <sys/types.h> doesn't define. */
     472/* Define to 'int' if <sys/types.h> doesn't define. */
    435473#define gid_t int
    436474
    437 /* Define to `int' if <sys/types.h> does not define. */
     475/* Define to 'int' if <sys/types.h> does not define. */
    438476/* GCC 4.x reportedly defines pid_t.  */
    439477#ifndef _PID_T_
     
    445483#endif
    446484
    447 /* Define to `int' if <sys/types.h> doesn't define. */
     485/* Define to 'int' if <sys/types.h> doesn't define. */
    448486#define uid_t int
    449487
    450488/* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
     489#if !HAVE_STDINT_H && !HAVE_INTTYPES_H
    451490#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
    470492
    471493/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
    472494/* #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 array
    478    tzname.  */
    479 #undef HAVE_TZNAME
    480 #define HAVE_TZNAME 1
    481 
    482 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
    483 #undef HAVE_UTIME_NULL
    484 #define HAVE_UTIME_NULL 1
    485495
    486496/* Define to the installation directory for locales.  */
Note: See TracChangeset for help on using the changeset viewer.