Move Pod::Plainer from lib to ext
[p5sagit/p5-mst-13.2.git] / ext / Digest-SHA / src / sha64bit.h
1 /*
2  * The following macros supply placeholder values that enable the
3  * `sha.c' module to successfully compile when 64-bit integer types
4  * aren't present.
5  *
6  * They are appropriately redefined in `sha64bit.c` if the compiler
7  * provides a 64-bit type (i.e. when SHA_384_512 is defined).
8  */
9
10 #define sha_384_512             0
11 #define W64                     unsigned long
12 #define strto64(p)              0
13 #define sha512                  NULL
14 #define H0384                   H01
15 #define H0512                   H01