This commit is contained in:
briano%netscape.com 1999-04-08 23:51:11 +00:00
Родитель 8588b22533
Коммит 5e47843eeb
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -72,8 +72,7 @@
#define BIG_ENDIAN 4321 #define BIG_ENDIAN 4321
#define LITTLE_ENDIAN 1234 /* LSB first: i386, vax, all NT risc */ #define LITTLE_ENDIAN 1234 /* LSB first: i386, vax, all NT risc */
#if !defined(SVR4) && !defined(__svr4__) && !defined(__SVR4) #ifdef HAVE_COMPAT_H
/* compat.h is only in 4.1.3 machines. - dp */
#include <compat.h> #include <compat.h>
#endif #endif