VirtualBox

Changeset 941 in kBuild


Ignore:
Timestamp:
May 26, 2007 11:17:50 PM (18 years ago)
Author:
bird
Message:

Updated cached config.h for darwin (x86).

File:
1 edited

Legend:

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

    r557 r941  
    1 /* config.h.  Generated by configure.  */
     1/* config.h.  Generated from config.h.in by configure.  */
    22/* config.h.in.  Generated from configure.in by autoheader.  */
    33
     
    1919/* #undef DGUX */
    2020
    21 /* Define to 1 if translation of program messages to the user's native
    22    language is requested. */
    23 /* #undef ENABLE_NLS */
    24 
    2521/* Use high resolution file timestamps if nonzero. */
    2622#define FILE_TIMESTAMP_HI_RES 0
     
    3733#define HAVE_ALLOCA_H 1
    3834
    39 /* Define if your compiler conforms to the ANSI C standard. */
     35/* Define to 1 if your compiler conforms to the ANSI C standard. */
    4036#define HAVE_ANSI_COMPILER 1
    4137
     
    4945/* #undef HAVE_CASE_INSENSITIVE_FS */
    5046
    51 /* Define if you have the clock_gettime function. */
     47/* Define to 1 if you have the clock_gettime function. */
    5248/* #undef HAVE_CLOCK_GETTIME */
    53 
    54 /* Define if the GNU dcgettext() function is already present or preinstalled.
    55    */
    56 /* #undef HAVE_DCGETTEXT */
    5749
    5850/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
     
    108100#define HAVE_GETRLIMIT 1
    109101
    110 /* Define if the GNU gettext() function is already present or preinstalled. */
    111 /* #undef HAVE_GETTEXT */
    112 
    113 /* Define if you have a standard gettimeofday function */
     102/* Define to 1 if you have a standard gettimeofday function */
    114103#define HAVE_GETTIMEOFDAY 1
    115 
    116 /* Define if you have the iconv() function. */
    117 #define HAVE_ICONV 1
    118104
    119105/* Define to 1 if you have the <inttypes.h> header file. */
     
    138124/* #undef HAVE_MACH_MACH_H */
    139125
    140 /* Define to 1 if you have the `memcpy' function. */
    141 #define HAVE_MEMCPY 1
    142 
    143 /* Define to 1 if you have the `memmove' function. */
    144 #define HAVE_MEMMOVE 1
    145 
    146126/* Define to 1 if you have the <memory.h> header file. */
    147127#define HAVE_MEMORY_H 1
     
    171151#define HAVE_REALPATH 1
    172152
    173 /* Define if <signal.h> defines the SA_RESTART constant. */
     153/* Define to 1 if <signal.h> defines the SA_RESTART constant. */
    174154#define HAVE_SA_RESTART 1
    175155
     
    217197
    218198/* Define to 1 if you have the `strcasecmp' function. */
    219 /* #undef HAVE_STRCASECMP */
    220 
    221 /* Define to 1 if you have the `strchr' function. */
    222 #define HAVE_STRCHR 1
     199#define HAVE_STRCASECMP 1
     200
     201/* Define to 1 if you have the `strcmpi' function. */
     202/* #undef HAVE_STRCMPI */
    223203
    224204/* Define to 1 if you have the `strcoll' function and it is properly defined.
     
    232212#define HAVE_STRERROR 1
    233213
     214/* Define to 1 if you have the `stricmp' function. */
     215/* #undef HAVE_STRICMP */
     216
    234217/* Define to 1 if you have the <strings.h> header file. */
    235218#define HAVE_STRINGS_H 1
     
    273256#define HAVE_SYS_WAIT_H 1
    274257
    275 /* Define this if you have the \`union wait' type in <sys/wait.h>. */
     258/* Define to 1 if you have the \`union wait' type in <sys/wait.h>. */
    276259/* #undef HAVE_UNION_WAIT */
    277260
     
    304287
    305288/* Build host information. */
    306 #define MAKE_HOST "i386-apple-darwin8.7.3"
    307 
    308 /* Define this to enable job server support in GNU make. */
     289#define MAKE_HOST "i686-apple-darwin8.8.1"
     290
     291/* Define to 1 to enable job server support in GNU make. */
    309292#define MAKE_JOBSERVER 1
    310293
    311 /* Define this to enable symbolic link timestamp checking. */
     294/* Define to 1 to enable symbolic link timestamp checking. */
    312295#define MAKE_SYMLINKS 1
    313296
     
    316299/* #undef NLIST_NAME_UNION */
    317300
    318 /* Define if struct nlist.n_name is a pointer rather than an array. */
     301/* Define to 1 if struct nlist.n_name is a pointer rather than an array. */
    319302/* #undef NLIST_STRUCT */
    320303
     
    332315
    333316/* Define to the full name and version of this package. */
    334 #define PACKAGE_STRING "GNU make 3.81"
     317#define PACKAGE_STRING "GNU make 3.81.90"
    335318
    336319/* Define to the one symbol short name of this package. */
     
    338321
    339322/* Define to the version of this package. */
    340 #define PACKAGE_VERSION "3.81"
     323#define PACKAGE_VERSION "3.81.90"
     324
     325/* Define to the character that separates directories in PATH. */
     326#define PATH_SEPARATOR_CHAR ':'
    341327
    342328/* Define to 1 if the C compiler supports function prototypes. */
     
    349335#define SCCS_GET "get"
    350336
    351 /* Define this if the SCCS 'get' command understands the '-G<file>' option. */
     337/* Define to 1 if the SCCS 'get' command understands the '-G<file>' option. */
    352338/* #undef SCCS_GET_MINUS_G */
    353339
     
    359345/* If using the C implementation of alloca, define if you know the
    360346   direction of stack growth for your system; otherwise it will be
    361    automatically deduced at run-time.
     347   automatically deduced at runtime.
    362348        STACK_DIRECTION > 0 => grows toward higher addresses
    363349        STACK_DIRECTION < 0 => grows toward lower addresses
     
    388374
    389375/* Version number of package */
    390 #define VERSION "3.81"
     376#define VERSION "3.81.90"
    391377
    392378/* Use platform specific coding */
     
    439425/* Define as `fork' if `vfork' does not work. */
    440426/* #undef vfork */
    441 
    442 
    443 /* bird: added  */
    444 #define LOCALEDIR   ""
    445 #define ALIASPATH   ""
    446 #define LIBDIR      ""
    447 #define INCLUDEDIR  ""
Note: See TracChangeset for help on using the changeset viewer.

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