Differences From Artifact [13f2356be6]:
- File src/objfw-defs.h.in — part of check-in [1e10b33066] at 2012-08-05 17:22:43 on branch trunk — Use recursive pthread mutexes if available. (user: js, size: 564) [annotate] [blame] [check-ins using]
To Artifact [2392df0876]:
- File
src/objfw-defs.h.in
— part of check-in
[2edae50b86]
at
2012-10-03 15:47:15
on branch trunk
— Move ObjC feature checks to OFObject.h.
This way, it is theoretically possible to compile ObjFW with one
compiler and then use it with another. (user: js, size: 450) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | #undef OF_APPLE_RUNTIME #undef OF_ATOMIC_OPS #undef OF_BIG_ENDIAN #undef OF_COMPILER_TLS #undef OF_FLOAT_BIG_ENDIAN #undef OF_HAVE_ASPRINTF | < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #undef OF_APPLE_RUNTIME #undef OF_ATOMIC_OPS #undef OF_BIG_ENDIAN #undef OF_COMPILER_TLS #undef OF_FLOAT_BIG_ENDIAN #undef OF_HAVE_ASPRINTF #undef OF_HAVE_GCC_ATOMIC_OPS #undef OF_HAVE_OSATOMIC #undef OF_HAVE_OSATOMIC_64 #undef OF_HAVE_PTHREADS #undef OF_HAVE_PTHREAD_SPINLOCKS #undef OF_HAVE_RECURSIVE_PTHREAD_MUTEXES #undef OF_HAVE_SCHED_YIELD #undef OF_HAVE_SYS_SELECT_H #undef OF_OBJFW_RUNTIME #undef OF_PLUGINS |
︙ | ︙ |