tg 12e371f1af • scanning for integer types: only scan for these we need,
i.e. uint32_t and uint64_t
• faking <stdint.h>: u_int32_t is not part of ISO C99, so
  do not add it there
• add a test if u_int32_t is declared, for the sake of the
  fucked up OpenBSD standard arc4random(3) declaration, and
  define it to uint32_t if the former type is not available,
  e.g. on Solaris or if we fake <stdint.h>
• fix detection of arc4random_pushb(3) and the prototypes
  if one of the things above applied to our system
• fix detection of arc4random function suite prototypes if
  they are added via an arc4random.c file in the srcdir, and
  copy that file into builddir (if it does not already exist)
  to keep these isolated from each other

based on a real-life bug report by cnuke@ at the Croatian restaurant ☺☻
unbreaks “set ±o arc4random” on Solaris, both SUNpro and GCC
2007-09-11 18:12:16 +00:00
2007-06-05 18:59:54 +00:00
2007-07-01 18:00:00 +00:00
2007-09-09 18:06:42 +00:00
2007-07-26 13:35:58 +00:00
2007-09-09 18:06:42 +00:00
2007-09-09 18:06:42 +00:00
2007-07-22 14:01:50 +00:00
2007-09-09 18:06:42 +00:00
2007-09-09 18:06:42 +00:00
2007-03-04 03:47:37 +00:00
2007-09-09 18:06:42 +00:00
2007-09-09 18:06:42 +00:00
Description
MirBSD Korn Shell for Jehanne
6.7 MiB
Languages
C 57.6%
Shell 26%
Roff 13.3%
Perl 2.6%
Makefile 0.5%