/* endian.h */
/*
 * Machine generated on Mon Jan 21 11:21:03 1991
 */

#ifndef SPHINX_ENDIAN

/*
 * Little endian machines are DEC/Intel like
 * Big endian machines are IBM/SPARC/Motorola like
 *
 * This machine is little endian since the value of SPHINX_ENDIAN is 1
 *
 */


#define SPHINX_ENDIAN 1


#endif


