VirtualBox

Changeset 935 in kBuild


Ignore:
Timestamp:
May 26, 2007 1:21:48 AM (18 years ago)
Author:
bird
Message:

regenerated config.h on freebsd/amd64.

File:
1 edited

Legend:

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

    r816 r935  
    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/* #undef HAVE_ALLOCA_H */
    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 /* #undef HAVE_ICONV */
    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 /* bird: changed: */
    307 #if defined(__x86_64__) || defined(__X64_64__) || defined(__AMD64__) || defined(__amd64__)
    308 #define MAKE_HOST "x86_64-unknown-freebsd6.2"
    309 #else
    310 #define MAKE_HOST "x86-unknown-freebsd6.2"
    311 #endif
    312 
    313 /* Define this to enable job server support in GNU make. */
     289#define MAKE_HOST "amd64-unknown-freebsd6.2"
     290
     291/* Define to 1 to enable job server support in GNU make. */
    314292#define MAKE_JOBSERVER 1
    315293
    316 /* Define this to enable symbolic link timestamp checking. */
     294/* Define to 1 to enable symbolic link timestamp checking. */
    317295#define MAKE_SYMLINKS 1
    318296
     
    321299/* #undef NLIST_NAME_UNION */
    322300
    323 /* 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. */
    324302/* #undef NLIST_STRUCT */
    325303
     
    337315
    338316/* Define to the full name and version of this package. */
    339 #define PACKAGE_STRING "GNU make 3.81"
     317#define PACKAGE_STRING "GNU make 3.81.90"
    340318
    341319/* Define to the one symbol short name of this package. */
     
    343321
    344322/* Define to the version of this package. */
    345 #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 ':'
    346327
    347328/* Define to 1 if the C compiler supports function prototypes. */
     
    354335#define SCCS_GET "get"
    355336
    356 /* 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. */
    357338/* #undef SCCS_GET_MINUS_G */
    358339
     
    393374
    394375/* Version number of package */
    395 #define VERSION "3.81"
     376#define VERSION "3.81.90"
    396377
    397378/* Use platform specific coding */
     
    444425/* Define as `fork' if `vfork' does not work. */
    445426/* #undef vfork */
    446 
    447 /* bird added: */
    448 
    449 #define LOCALEDIR   ""
    450 #define ALIASPATH   ""
    451 #define LIBDIR      ""
    452 #define INCLUDEDIR  ""
    453 
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