Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

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

    r151 r503  
    3939#undef HAVE_ANSI_COMPILER
    4040
     41/* Define to 1 if you have the `atexit' function. */
     42#undef HAVE_ATEXIT
     43
    4144/* Define to 1 if you have the `bsd_signal' function. */
    4245#undef HAVE_BSD_SIGNAL
     46
     47/* Use case insensitive file names */
     48#undef HAVE_CASE_INSENSITIVE_FS
    4349
    4450/* Define if you have the clock_gettime function. */
     
    5359#undef HAVE_DECL_SYS_SIGLIST
    5460
     61/* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
     62   don't. */
     63#undef HAVE_DECL__SYS_SIGLIST
     64
     65/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
     66   don't. */
     67#undef HAVE_DECL___SYS_SIGLIST
     68
    5569/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    5670   */
     
    6074#undef HAVE_DOPRNT
    6175
    62 /* Define this if your system requires backslashes or drive specs in
    63    pathnames. */
     76/* Use platform specific coding */
    6477#undef HAVE_DOS_PATHS
    6578
     
    91104#undef HAVE_GETLOADAVG
    92105
     106/* Define to 1 if you have the `getrlimit' function. */
     107#undef HAVE_GETRLIMIT
     108
    93109/* Define if the GNU gettext() function is already present or preinstalled. */
    94110#undef HAVE_GETTEXT
     
    115131#undef HAVE_LOCALE_H
    116132
     133/* Define to 1 if you have the `lstat' function. */
     134#undef HAVE_LSTAT
     135
    117136/* Define to 1 if you have the <mach/mach.h> header file. */
    118137#undef HAVE_MACH_MACH_H
     
    145164#undef HAVE_PSTAT_GETDYNAMIC
    146165
     166/* Define to 1 if you have the `readlink' function. */
     167#undef HAVE_READLINK
     168
     169/* Define to 1 if you have the `realpath' function. */
     170#undef HAVE_REALPATH
     171
    147172/* Define if <signal.h> defines the SA_RESTART constant. */
    148173#undef HAVE_SA_RESTART
     
    166191#undef HAVE_SETREUID
    167192
     193/* Define to 1 if you have the `setrlimit' function. */
     194#undef HAVE_SETRLIMIT
     195
    168196/* Define to 1 if you have the `setvbuf' function. */
    169197#undef HAVE_SETVBUF
     
    226254#undef HAVE_SYS_PARAM_H
    227255
     256/* Define to 1 if you have the <sys/resource.h> header file. */
     257#undef HAVE_SYS_RESOURCE_H
     258
    228259/* Define to 1 if you have the <sys/stat.h> header file. */
    229260#undef HAVE_SYS_STAT_H
     
    276307/* Define this to enable job server support in GNU make. */
    277308#undef MAKE_JOBSERVER
     309
     310/* Define this to enable symbolic link timestamp checking. */
     311#undef MAKE_SYMLINKS
    278312
    279313/* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
     
    355389#undef VERSION
    356390
     391/* Use platform specific coding */
     392#undef WINDOWS32
     393
    357394/* Define if using the dmalloc debugging malloc package */
    358395#undef WITH_DMALLOC
Note: See TracChangeset for help on using the changeset viewer.