Mercurial > hg > octave-kai > gnulib-hg
comparison lib/md5.c @ 5318:7c24a825b51d
Remove dependencies on unlocked-io.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 04 Oct 2004 20:17:39 +0000 (2004-10-04) |
parents | a535859efd14 |
children | 61af141e6032 |
comparison
equal
deleted
inserted
replaced
5317:55fa1d36be4b | 5318:7c24a825b51d |
---|---|
27 #include "md5.h" | 27 #include "md5.h" |
28 | 28 |
29 #include <stddef.h> | 29 #include <stddef.h> |
30 #include <string.h> | 30 #include <string.h> |
31 | 31 |
32 #include "unlocked-io.h" | 32 #ifdef USE_UNLOCKED_IO |
33 # include "unlocked-io.h" | |
34 #endif | |
33 | 35 |
34 #ifdef _LIBC | 36 #ifdef _LIBC |
35 # include <endian.h> | 37 # include <endian.h> |
36 # if __BYTE_ORDER == __BIG_ENDIAN | 38 # if __BYTE_ORDER == __BIG_ENDIAN |
37 # define WORDS_BIGENDIAN 1 | 39 # define WORDS_BIGENDIAN 1 |