Leptonica 1.68
C Image Processing Library
|
00001 #if !defined (L_BIG_ENDIAN) && !defined (L_LITTLE_ENDIAN) 00002 # if 0 00003 # ifdef __BIG_ENDIAN__ 00004 # define L_BIG_ENDIAN 00005 # else 00006 # define L_LITTLE_ENDIAN 00007 # endif 00008 # else 00009 # define L_LITTLE_ENDIAN 00010 # endif 00011 #endif