Differences From Artifact [226b05630f]:
- File src/objfw-defs.h.in — part of check-in [896084c340] at 2013-05-22 18:42:46 on branch trunk — Check for more socket-related headers / functions. (user: js, size: 669) [annotate] [blame] [check-ins using]
To Artifact [ccf2bf99fc]:
- File src/objfw-defs.h.in — part of check-in [d9bd480b94] at 2013-06-28 19:55:19 on branch trunk — Fix FP endianess for universal builds. (user: js, size: 689) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
19 20 21 22 23 24 25 26 | #undef OF_HAVE_RECURSIVE_PTHREAD_MUTEXES #undef OF_HAVE_SCHED_YIELD #undef OF_HAVE_SOCKETS #undef OF_HAVE_SYMLINK #undef OF_HAVE_SYS_SOCKET_H #undef OF_HAVE_THREADS #undef OF_OBJFW_RUNTIME #undef SIZE_MAX | > | 19 20 21 22 23 24 25 26 27 | #undef OF_HAVE_RECURSIVE_PTHREAD_MUTEXES #undef OF_HAVE_SCHED_YIELD #undef OF_HAVE_SOCKETS #undef OF_HAVE_SYMLINK #undef OF_HAVE_SYS_SOCKET_H #undef OF_HAVE_THREADS #undef OF_OBJFW_RUNTIME #undef OF_UNIVERSAL #undef SIZE_MAX |