Adding support for Alpha NT. Patch provided by Bob Meader.

This commit is contained in:
mcafee%netscape.com 1999-07-21 00:40:58 +00:00
parent 1675dae7c2
commit c898af2497

View File

@ -450,4 +450,14 @@ __END_DECLS
#include <machine/endian.h>
#endif
#ifdef __alpha
#ifndef WIN32
#else
/* Alpha NT */
#define BYTE_ORDER LITTLE_ENDIAN
#define BIG_ENDIAN 4321
#define LITTLE_ENDIAN 1234
#endif
#endif
#endif /* !_DB_H_ */