]> andersk Git - moira.git/blob - util/gdss/lib/crypto/endian.h
initial import of gdss from the Athena source tree
[moira.git] / util / gdss / lib / crypto / endian.h
1 /* endian.h */
2 /*
3  * Machine generated on Mon Jan 21 11:21:03 1991
4  */
5
6 #ifndef SPHINX_ENDIAN
7
8 /*
9  * Little endian machines are DEC/Intel like
10  * Big endian machines are IBM/SPARC/Motorola like
11  *
12  * This machine is little endian since the value of SPHINX_ENDIAN is 1
13  *
14  */
15
16
17 #define SPHINX_ENDIAN 1
18
19
20 #endif
21
22
This page took 0.126949 seconds and 5 git commands to generate.