Changeset 738 for trunk/src/gmake


Ignore:
Timestamp:
Dec 17, 2006, 7:01:46 AM (19 years ago)
Author:
bird
Message:

Rebuilt freebsd.amd64 with current sources.

File:
1 edited

Legend:

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

    r297 r738  
    2121/* Define to 1 if translation of program messages to the user's native
    2222   language is requested. */
    23 #define ENABLE_NLS 1
     23/* #undef ENABLE_NLS */
    2424
    2525/* Use high resolution file timestamps if nonzero. */
     
    4040#define HAVE_ANSI_COMPILER 1
    4141
     42/* Define to 1 if you have the `atexit' function. */
     43#define HAVE_ATEXIT 1
     44
    4245/* Define to 1 if you have the `bsd_signal' function. */
    4346/* #undef HAVE_BSD_SIGNAL */
    4447
     48/* Use case insensitive file names */
     49/* #undef HAVE_CASE_INSENSITIVE_FS */
     50
    4551/* Define if you have the clock_gettime function. */
    4652/* #undef HAVE_CLOCK_GETTIME */
     
    4854/* Define if the GNU dcgettext() function is already present or preinstalled.
    4955   */
    50 #define HAVE_DCGETTEXT 1
     56/* #undef HAVE_DCGETTEXT */
    5157
    5258/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
    5359   don't. */
    54 #define HAVE_DECL_SYS_SIGLIST 0
     60#define HAVE_DECL_SYS_SIGLIST 1
     61
     62/* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
     63   don't. */
     64#define HAVE_DECL__SYS_SIGLIST 0
     65
     66/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
     67   don't. */
     68#define HAVE_DECL___SYS_SIGLIST 0
    5569
    5670/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
     
    6175/* #undef HAVE_DOPRNT */
    6276
    63 /* Define this if your system requires backslashes or drive specs in
    64    pathnames. */
     77/* Use platform specific coding */
    6578/* #undef HAVE_DOS_PATHS */
    6679
     
    92105#define HAVE_GETLOADAVG 1
    93106
     107/* Define to 1 if you have the `getrlimit' function. */
     108#define HAVE_GETRLIMIT 1
     109
    94110/* Define if the GNU gettext() function is already present or preinstalled. */
    95 #define HAVE_GETTEXT 1
     111/* #undef HAVE_GETTEXT */
    96112
    97113/* Define if you have a standard gettimeofday function */
     
    99115
    100116/* Define if you have the iconv() function. */
    101 #define HAVE_ICONV 1
     117/* #undef HAVE_ICONV */
    102118
    103119/* Define to 1 if you have the <inttypes.h> header file. */
     
    116132#define HAVE_LOCALE_H 1
    117133
     134/* Define to 1 if you have the `lstat' function. */
     135#define HAVE_LSTAT 1
     136
    118137/* Define to 1 if you have the <mach/mach.h> header file. */
    119138/* #undef HAVE_MACH_MACH_H */
     
    146165/* #undef HAVE_PSTAT_GETDYNAMIC */
    147166
     167/* Define to 1 if you have the `readlink' function. */
     168#define HAVE_READLINK 1
     169
     170/* Define to 1 if you have the `realpath' function. */
     171#define HAVE_REALPATH 1
     172
    148173/* Define if <signal.h> defines the SA_RESTART constant. */
    149174#define HAVE_SA_RESTART 1
     
    167192#define HAVE_SETREUID 1
    168193
     194/* Define to 1 if you have the `setrlimit' function. */
     195#define HAVE_SETRLIMIT 1
     196
    169197/* Define to 1 if you have the `setvbuf' function. */
    170198#define HAVE_SETVBUF 1
     
    227255#define HAVE_SYS_PARAM_H 1
    228256
     257/* Define to 1 if you have the <sys/resource.h> header file. */
     258#define HAVE_SYS_RESOURCE_H 1
     259
    229260/* Define to 1 if you have the <sys/stat.h> header file. */
    230261#define HAVE_SYS_STAT_H 1
     
    273304
    274305/* Build host information. */
    275 #define MAKE_HOST "x86_64-unknown-freebsd5.4"
     306#define MAKE_HOST "x86_64-unknown-freebsd6.2"
    276307
    277308/* Define this to enable job server support in GNU make. */
    278309#define MAKE_JOBSERVER 1
     310
     311/* Define this to enable symbolic link timestamp checking. */
     312#define MAKE_SYMLINKS 1
    279313
    280314/* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
     
    298332
    299333/* Define to the full name and version of this package. */
    300 #define PACKAGE_STRING "GNU make 3.81beta1"
     334#define PACKAGE_STRING "GNU make 3.81"
    301335
    302336/* Define to the one symbol short name of this package. */
     
    304338
    305339/* Define to the version of this package. */
    306 #define PACKAGE_VERSION "3.81beta1"
     340#define PACKAGE_VERSION "3.81"
    307341
    308342/* Define to 1 if the C compiler supports function prototypes. */
     
    354388
    355389/* Version number of package */
    356 #define VERSION "3.81beta1"
     390#define VERSION "3.81"
     391
     392/* Use platform specific coding */
     393/* #undef WINDOWS32 */
    357394
    358395/* Define if using the dmalloc debugging malloc package */
     
    403440/* #undef vfork */
    404441
     442/* bird added: */
     443
    405444#define LOCALEDIR   ""
    406445#define ALIASPATH   ""
Note: See TracChangeset for help on using the changeset viewer.