Changeset 503 for trunk/src/gmake/config.h.in
- Timestamp:
- Sep 15, 2006, 7:09:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/config.h.in
r151 r503 39 39 #undef HAVE_ANSI_COMPILER 40 40 41 /* Define to 1 if you have the `atexit' function. */ 42 #undef HAVE_ATEXIT 43 41 44 /* Define to 1 if you have the `bsd_signal' function. */ 42 45 #undef HAVE_BSD_SIGNAL 46 47 /* Use case insensitive file names */ 48 #undef HAVE_CASE_INSENSITIVE_FS 43 49 44 50 /* Define if you have the clock_gettime function. */ … … 53 59 #undef HAVE_DECL_SYS_SIGLIST 54 60 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 55 69 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 56 70 */ … … 60 74 #undef HAVE_DOPRNT 61 75 62 /* Define this if your system requires backslashes or drive specs in 63 pathnames. */ 76 /* Use platform specific coding */ 64 77 #undef HAVE_DOS_PATHS 65 78 … … 91 104 #undef HAVE_GETLOADAVG 92 105 106 /* Define to 1 if you have the `getrlimit' function. */ 107 #undef HAVE_GETRLIMIT 108 93 109 /* Define if the GNU gettext() function is already present or preinstalled. */ 94 110 #undef HAVE_GETTEXT … … 115 131 #undef HAVE_LOCALE_H 116 132 133 /* Define to 1 if you have the `lstat' function. */ 134 #undef HAVE_LSTAT 135 117 136 /* Define to 1 if you have the <mach/mach.h> header file. */ 118 137 #undef HAVE_MACH_MACH_H … … 145 164 #undef HAVE_PSTAT_GETDYNAMIC 146 165 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 147 172 /* Define if <signal.h> defines the SA_RESTART constant. */ 148 173 #undef HAVE_SA_RESTART … … 166 191 #undef HAVE_SETREUID 167 192 193 /* Define to 1 if you have the `setrlimit' function. */ 194 #undef HAVE_SETRLIMIT 195 168 196 /* Define to 1 if you have the `setvbuf' function. */ 169 197 #undef HAVE_SETVBUF … … 226 254 #undef HAVE_SYS_PARAM_H 227 255 256 /* Define to 1 if you have the <sys/resource.h> header file. */ 257 #undef HAVE_SYS_RESOURCE_H 258 228 259 /* Define to 1 if you have the <sys/stat.h> header file. */ 229 260 #undef HAVE_SYS_STAT_H … … 276 307 /* Define this to enable job server support in GNU make. */ 277 308 #undef MAKE_JOBSERVER 309 310 /* Define this to enable symbolic link timestamp checking. */ 311 #undef MAKE_SYMLINKS 278 312 279 313 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend … … 355 389 #undef VERSION 356 390 391 /* Use platform specific coding */ 392 #undef WINDOWS32 393 357 394 /* Define if using the dmalloc debugging malloc package */ 358 395 #undef WITH_DMALLOC
Note:
See TracChangeset
for help on using the changeset viewer.