Changeset 2671 in kBuild
- Timestamp:
- Nov 27, 2012 8:58:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.linux
r2591 r2671 39 39 #define HAVE_ATEXIT 1 40 40 41 /* Define to 1 if you have the `bsd_signal' function. */42 #define HAVE_BSD_SIGNAL 143 44 41 /* Use case insensitive file names */ 45 42 /* #undef HAVE_CASE_INSENSITIVE_FS */ … … 47 44 /* Define to 1 if you have the clock_gettime function. */ 48 45 #define HAVE_CLOCK_GETTIME 1 46 47 /* Define to 1 if you have the declaration of `bsd_signal', and to 0 if you 48 don't. */ 49 #define HAVE_DECL_BSD_SIGNAL 1 49 50 50 51 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you … … 79 80 #define HAVE_FDOPEN 1 80 81 82 /* Define to 1 if you have the `fileno' function. */ 83 #define HAVE_FILENO 1 84 81 85 /* Define to 1 if you have the `fork' function. */ 82 86 #define HAVE_FORK 1 … … 221 225 #define HAVE_STRING_H 1 222 226 227 /* Define to 1 if you have the `strncasecmp' function. */ 228 #define HAVE_STRNCASECMP 1 229 230 /* Define to 1 if you have the `strncmpi' function. */ 231 /* #undef HAVE_STRNCMPI */ 232 233 /* Define to 1 if you have the `strndup' function. */ 234 #define HAVE_STRNDUP 1 235 236 /* Define to 1 if you have the `strnicmp' function. */ 237 /* #undef HAVE_STRNICMP */ 238 223 239 /* Define to 1 if you have the `strsignal' function. */ 224 240 #define HAVE_STRSIGNAL 1 225 241 226 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */242 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */ 227 243 /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */ 228 244 … … 319 335 /* Define to the one symbol short name of this package. */ 320 336 #define PACKAGE_TARNAME "make" 337 338 /* Define to the home page for this package. */ 339 #define PACKAGE_URL "http://kbuild.org/" 321 340 322 341 /* Define to the version of this package. */ … … 373 392 /* #undef UMAX4_3 */ 374 393 394 395 /* Enable extensions on AIX 3, Interix. */ 396 #ifndef _ALL_SOURCE 397 # define _ALL_SOURCE 1 398 #endif 399 /* Enable GNU extensions on systems that have them. */ 400 #ifndef _GNU_SOURCE 401 # define _GNU_SOURCE 1 402 #endif 403 /* Enable threading extensions on Solaris. */ 404 #ifndef _POSIX_PTHREAD_SEMANTICS 405 # define _POSIX_PTHREAD_SEMANTICS 1 406 #endif 407 /* Enable extensions on HP NonStop. */ 408 #ifndef _TANDEM_SOURCE 409 # define _TANDEM_SOURCE 1 410 #endif 411 /* Enable general extensions on Solaris. */ 412 #ifndef __EXTENSIONS__ 413 # define __EXTENSIONS__ 1 414 #endif 415 416 375 417 /* Version number of package */ 376 418 #define VERSION "3.82" … … 417 459 /* #undef pid_t */ 418 460 461 /* Define to `unsigned int' if <sys/types.h> does not define. */ 462 /* #undef size_t */ 463 419 464 /* Define to `int' if <sys/types.h> doesn't define. */ 420 465 /* #undef uid_t */
Note:
See TracChangeset
for help on using the changeset viewer.