wtc%netscape.com
f7277b4d8c
Enable pthreads-based Mozilla build. TO do a pthreads-based build,
...
set the environment variable USE_PTHREADS to 1.
Files changed: mozilla/config/OSF1.mk, mozilla/nsprpub/config/OSF1.mk.
1998-08-10 23:37:06 +00:00
wtc%netscape.com
5e56411873
We should not use -I/usr/include/machine. That is not the right way
...
to fix the endian.h inclusion problem in mcom_db.h. We should fix
mcom_db.h to say:
#ifdef __osf__
#include <machine/endian.h>
#endif
Using -I/usr/include/machine will pull in <machine/signal.h>, which
is incompatible with the intended <signal.h>.
1998-07-25 04:46:55 +00:00
briano
4220c344d9
Fix for Mozilla bug#249. Thanks to armen@unx.dec.com for doing the testing for me.
1998-07-14 23:49:35 +00:00
briano
4bbedae459
Added a few minor requested changes.
1998-07-11 00:08:56 +00:00
briano
9aa6eb26bf
Use a more elegant mechanism to set OS-version-specific -D flags.
1998-07-06 22:37:17 +00:00
ltabb
3b56a9af51
Free the lizard
1998-03-28 02:44:41 +00:00