VirtualBox

Changeset 3249 in kBuild for trunk/src/kmk


Ignore:
Timestamp:
Dec 26, 2018 4:07:13 AM (6 years ago)
Author:
bird
Message:

kmk/config.h.darwin: update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h.darwin

    r2591 r3249  
    11/* config.h.  Generated from config.h.in by configure.  */
    2 /* config.h.in.  Generated from configure.in by autoheader.  */
     2/* config.h.in.  Generated from configure.ac by autoheader.  */
    33
    44/* Define to 1 if the `closedir' function returns void instead of `int'. */
     
    2020
    2121/* Use high resolution file timestamps if nonzero. */
    22 #define FILE_TIMESTAMP_HI_RES 0
     22#define FILE_TIMESTAMP_HI_RES 1
    2323
    2424/* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
     
    3333#define HAVE_ALLOCA_H 1
    3434
    35 /* Define to 1 if your compiler conforms to the ANSI C standard. */
    36 #define HAVE_ANSI_COMPILER 1
    37 
    3835/* Define to 1 if you have the `atexit' function. */
    3936#define HAVE_ATEXIT 1
    4037
    41 /* Define to 1 if you have the `bsd_signal' function. */
    42 #define HAVE_BSD_SIGNAL 1
    43 #define HAVE_DECL_BSD_SIGNAL 1
    44 
    4538/* Use case insensitive file names */
    4639/* #undef HAVE_CASE_INSENSITIVE_FS */
    4740
    4841/* Define to 1 if you have the clock_gettime function. */
    49 /* #undef HAVE_CLOCK_GETTIME */
     42#define HAVE_CLOCK_GETTIME 1
     43
     44/* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you
     45   don't. */
     46#define HAVE_DECL_BSD_SIGNAL 1
     47
     48/* Define to 1 if you have the declaration of `dlerror', and to 0 if you
     49   don't. */
     50#define HAVE_DECL_DLERROR 1
     51
     52/* Define to 1 if you have the declaration of `dlopen', and to 0 if you don't.
     53   */
     54#define HAVE_DECL_DLOPEN 1
     55
     56/* Define to 1 if you have the declaration of `dlsym', and to 0 if you don't.
     57   */
     58#define HAVE_DECL_DLSYM 1
    5059
    5160/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
     
    6574#define HAVE_DIRENT_H 1
    6675
    67 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
    68 /* #undef HAVE_DOPRNT */
    69 
    7076/* Use platform specific coding */
    7177/* #undef HAVE_DOS_PATHS */
    7278
     79/* Define to 1 if you have the `dup' function. */
     80#define HAVE_DUP 1
     81
    7382/* Define to 1 if you have the `dup2' function. */
    7483#define HAVE_DUP2 1
     
    107116#define HAVE_GETTIMEOFDAY 1
    108117
     118/* Embed GNU Guile support */
     119/* #undef HAVE_GUILE */
     120
    109121/* Define to 1 if you have the <inttypes.h> header file. */
    110122#define HAVE_INTTYPES_H 1
    111123
     124/* Define to 1 if you have the `isatty' function. */
     125#define HAVE_ISATTY 1
     126
    112127/* Define to 1 if you have the `dgc' library (-ldgc). */
    113128/* #undef HAVE_LIBDGC */
     
    146161#define HAVE_PIPE 1
    147162
     163/* Define to 1 if you have the `pselect' function. */
     164#define HAVE_PSELECT 1
     165
    148166/* Define to 1 if you have the `pstat_getdynamic' function. */
    149167/* #undef HAVE_PSTAT_GETDYNAMIC */
     
    191209/* #undef HAVE_SOCKET */
    192210
    193 /* Define to 1 if you have the <stdarg.h> header file. */
    194 #define HAVE_STDARG_H 1
    195 
    196211/* Define to 1 if you have the <stdint.h> header file. */
    197212#define HAVE_STDINT_H 1
     
    206221/* #undef HAVE_STRCMPI */
    207222
     223/* Define to 1 if you have the `strcoll' function and it is properly defined.
     224   */
     225#define HAVE_STRCOLL 1
     226
     227/* Define to 1 if you have the `strdup' function. */
     228#define HAVE_STRDUP 1
     229
     230/* Define to 1 if you have the `strerror' function. */
     231#define HAVE_STRERROR 1
     232
     233/* Define to 1 if you have the `stricmp' function. */
     234/* #undef HAVE_STRICMP */
     235
     236/* Define to 1 if you have the <strings.h> header file. */
     237#define HAVE_STRINGS_H 1
     238
     239/* Define to 1 if you have the <string.h> header file. */
     240#define HAVE_STRING_H 1
     241
    208242/* Define to 1 if you have the `strncasecmp' function. */
    209243#define HAVE_STRNCASECMP 1
     
    212246/* #undef HAVE_STRNCMPI */
    213247
    214 /* Define to 1 if you have the `strncmp' function. */
     248/* Define to 1 if you have the `strndup' function. */
     249#define HAVE_STRNDUP 1
     250
     251/* Define to 1 if you have the `strnicmp' function. */
    215252/* #undef HAVE_STRNICMP */
    216 
    217 /* Define to 1 if you have the `strcoll' function and it is properly defined.
    218    */
    219 #define HAVE_STRCOLL 1
    220 
    221 /* Define to 1 if you have the `strdup' function. */
    222 #define HAVE_STRDUP 1
    223 
    224 /* Define to 1 if you have the `strndup' function. */
    225 /* #undef HAVE_STRNDUP  */
    226 
    227 /* Define to 1 if you have the `strerror' function. */
    228 #define HAVE_STRERROR 1
    229 
    230 /* Define to 1 if you have the `stricmp' function. */
    231 /* #undef HAVE_STRICMP */
    232 
    233 /* Define to 1 if you have the <strings.h> header file. */
    234 #define HAVE_STRINGS_H 1
    235 
    236 /* Define to 1 if you have the <string.h> header file. */
    237 #define HAVE_STRING_H 1
    238253
    239254/* Define to 1 if you have the `strsignal' function. */
    240255#define HAVE_STRSIGNAL 1
    241256
    242 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
     257/* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
    243258/* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
    244259
     
    257272#define HAVE_SYS_RESOURCE_H 1
    258273
     274/* Define to 1 if you have the <sys/select.h> header file. */
     275#define HAVE_SYS_SELECT_H 1
     276
    259277/* Define to 1 if you have the <sys/stat.h> header file. */
    260278#define HAVE_SYS_STAT_H 1
     
    272290#define HAVE_SYS_WAIT_H 1
    273291
    274 /* Define to 1 if you have the \`union wait' type in <sys/wait.h>. */
     292/* Define to 1 if you have the `ttyname' function. */
     293#define HAVE_TTYNAME 1
     294
     295/* Define to 1 if the system has the type `uintmax_t'. */
     296#define HAVE_UINTMAX_T 1
     297
     298/* Define to 1 if you have the 'union wait' type in <sys/wait.h>. */
    275299/* #undef HAVE_UNION_WAIT */
    276300
     
    278302#define HAVE_UNISTD_H 1
    279303
    280 /* Define to 1 if you have the <varargs.h> header file. */
    281 /* #undef HAVE_VARARGS_H */
     304/* Define to 1 if the system has the type `unsigned long long int'. */
     305#define HAVE_UNSIGNED_LONG_LONG_INT 1
    282306
    283307/* Define to 1 if you have the `vfork' function. */
     
    287311/* #undef HAVE_VFORK_H */
    288312
    289 /* Define to 1 if you have the `vprintf' function. */
    290 #define HAVE_VPRINTF 1
    291 
    292313/* Define to 1 if you have the `wait3' function. */
    293314#define HAVE_WAIT3 1
     
    302323#define HAVE_WORKING_VFORK 1
    303324
    304 /* Build host information. (not used by kmk) */
    305 #define MAKE_HOST "i386-apple-darwin9.4.0"
     325/* Build host information. */
     326#define MAKE_HOST "x86_64-apple-darwin16.7.0"
    306327
    307328/* Define to 1 to enable job server support in GNU make. */
    308329#define MAKE_JOBSERVER 1
     330
     331/* Define to 1 to enable 'load' support in GNU make. */
     332/* #undef MAKE_LOAD */
    309333
    310334/* Define to 1 to enable symbolic link timestamp checking. */
     
    318342/* #undef NLIST_STRUCT */
    319343
    320 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
    321 /* #undef NO_MINUS_C_MINUS_O */
    322 
    323344/* Name of package */
    324345#define PACKAGE "make"
     
    331352
    332353/* Define to the full name and version of this package. */
    333 #define PACKAGE_STRING "GNU make 3.82"
     354#define PACKAGE_STRING "GNU make 4.2.1"
    334355
    335356/* Define to the one symbol short name of this package. */
    336357#define PACKAGE_TARNAME "make"
    337358
     359/* Define to the home page for this package. */
     360#define PACKAGE_URL "http://www.gnu.org/software/make/"
     361
    338362/* Define to the version of this package. */
    339 #define PACKAGE_VERSION "3.82"
     363#define PACKAGE_VERSION "4.2.1"
    340364
    341365/* Define to the character that separates directories in PATH. */
    342366#define PATH_SEPARATOR_CHAR ':'
    343367
    344 /* Define to 1 if the C compiler supports function prototypes. */
    345 #define PROTOTYPES 1
    346 
    347368/* Define as the return type of signal handlers (`int' or `void'). */
    348369#define RETSIGTYPE void
     
    353374/* Define to 1 if the SCCS 'get' command understands the '-G<file>' option. */
    354375/* #undef SCCS_GET_MINUS_G */
    355 
    356 /* Define to 1 if the `setvbuf' function takes the buffering type as its
    357    second argument and the buffer pointer as the third, as on System V before
    358    release 3. */
    359 /* #undef SETVBUF_REVERSED */
    360376
    361377/* If using the C implementation of alloca, define if you know the
     
    374390
    375391/* Define if struct stat contains a nanoseconds field */
    376 /* #undef ST_MTIM_NSEC */
     392#define ST_ATIM_NSEC st_atimespec.tv_nsec
     393
     394/* Define if struct stat contains a nanoseconds field */
     395#define ST_MTIM_NSEC st_mtimespec.tv_nsec
    377396
    378397/* Define to 1 on System V Release 4. */
     
    389408/* #undef UMAX4_3 */
    390409
     410/* Enable extensions on AIX 3, Interix.  */
     411#ifndef _ALL_SOURCE
     412# define _ALL_SOURCE 1
     413#endif
     414/* Enable GNU extensions on systems that have them.  */
     415#ifndef _GNU_SOURCE
     416# define _GNU_SOURCE 1
     417#endif
     418/* Enable threading extensions on Solaris.  */
     419#ifndef _POSIX_PTHREAD_SEMANTICS
     420# define _POSIX_PTHREAD_SEMANTICS 1
     421#endif
     422/* Enable extensions on HP NonStop.  */
     423#ifndef _TANDEM_SOURCE
     424# define _TANDEM_SOURCE 1
     425#endif
     426/* Enable general extensions on Solaris.  */
     427#ifndef __EXTENSIONS__
     428# define __EXTENSIONS__ 1
     429#endif
     430
     431
    391432/* Version number of package */
    392 #define VERSION "3.82"
     433#define VERSION "4.2.1"
    393434
    394435/* Use platform specific coding */
     
    398439/* #undef WITH_DMALLOC */
    399440
    400 /* Define to 1 if on AIX 3.
    401    System headers sometimes define this.
    402    We just want to avoid a redefinition error message.  */
    403 #ifndef _ALL_SOURCE
    404 /* # undef _ALL_SOURCE */
     441/* Enable large inode numbers on Mac OS X 10.5.  */
     442#ifndef _DARWIN_USE_64_BIT_INODE
     443# define _DARWIN_USE_64_BIT_INODE 1
    405444#endif
    406445
     
    421460/* #undef _POSIX_SOURCE */
    422461
    423 /* Define like PROTOTYPES; this can be used by system headers. */
    424 #define __PROTOTYPES 1
    425 
    426462/* Define to empty if `const' does not conform to ANSI C. */
    427463/* #undef const */
     
    430466/* #undef gid_t */
    431467
     468/* Define to `long int' if <sys/types.h> does not define. */
     469/* #undef off_t */
     470
    432471/* Define to `int' if <sys/types.h> does not define. */
    433472/* #undef pid_t */
    434473
     474/* Define to `unsigned int' if <sys/types.h> does not define. */
     475/* #undef size_t */
     476
     477/* Define to `int' if <sys/types.h> does not define. */
     478/* #undef ssize_t */
     479
    435480/* Define to `int' if <sys/types.h> doesn't define. */
    436481/* #undef uid_t */
    437482
    438 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
     483/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
     484   do not define. */
    439485/* #undef uintmax_t */
    440486
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette