- Timestamp:
- Sep 10, 2012 10:01:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.haiku
r2591 r2662 39 39 #define HAVE_ATEXIT 1 40 40 41 /* Define to 1 if you have the `bsd_signal' function. */42 /* #undef HAVE_BSD_SIGNAL */43 44 41 /* Use case insensitive file names */ 45 42 /* #undef HAVE_CASE_INSENSITIVE_FS */ 46 43 47 44 /* Define to 1 if you have the clock_gettime function. */ 48 /* #undef HAVE_CLOCK_GETTIME */ 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 0 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 … … 220 224 /* Define to 1 if you have the <string.h> header file. */ 221 225 #define HAVE_STRING_H 1 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 */ 222 238 223 239 /* Define to 1 if you have the `strsignal' function. */ … … 399 415 /* #undef WITH_DMALLOC */ 400 416 417 /* Enable large inode numbers on Mac OS X 10.5. */ 418 #ifndef _DARWIN_USE_64_BIT_INODE 419 # define _DARWIN_USE_64_BIT_INODE 1 420 #endif 421 401 422 /* Number of bits in a file offset, on hosts where this is settable. */ 402 423 /* #undef _FILE_OFFSET_BITS */
Note:
See TracChangeset
for help on using the changeset viewer.