Differences From Artifact [0dc3c9abbb]:
- File
src/objfw-defs.h.in
— part of check-in
[a2a06d372a]
at
2018-07-28 16:48:55
on branch trunk
— macros.h: Add of_random()
This does *NOT* provide cryptographically secure randomness! (user: js, size: 1221) [annotate] [blame] [check-ins using]
To Artifact [3a0ad24ba7]:
- File src/objfw-defs.h.in — part of check-in [3155de66ff] at 2018-08-26 17:40:52 on branch trunk — configure: Clean up flags for objfw-config (user: js, size: 1258) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
36 37 38 39 40 41 42 43 44 45 46 47 48 49 | #undef OF_HAVE_SYNC_BUILTINS #undef OF_HAVE_SYS_SOCKET_H #undef OF_HAVE_SYS_TYPES_H #undef OF_HAVE_THREADS #undef OF_HAVE_UNICODE_TABLES #undef OF_HAVE__THREAD_LOCAL #undef OF_HAVE___THREAD #undef OF_NINTENDO_DS #undef OF_OBJFW_RUNTIME #undef OF_UNIVERSAL #undef SIZE_MAX #undef UINTPTR_MAX #undef ULLONG_MAX #undef __have_longlong64 | > > | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | #undef OF_HAVE_SYNC_BUILTINS #undef OF_HAVE_SYS_SOCKET_H #undef OF_HAVE_SYS_TYPES_H #undef OF_HAVE_THREADS #undef OF_HAVE_UNICODE_TABLES #undef OF_HAVE__THREAD_LOCAL #undef OF_HAVE___THREAD #undef OF_NINTENDO_3DS #undef OF_NINTENDO_DS #undef OF_OBJFW_RUNTIME #undef OF_UNIVERSAL #undef OF_WII #undef SIZE_MAX #undef UINTPTR_MAX #undef ULLONG_MAX #undef __have_longlong64 |