1992-06-25 11:40:36 +00:00
|
|
|
/* Solaris-2 host system */
|
|
|
|
|
|
|
|
#include "hosts/sysv4.h"
|
|
|
|
|
1993-09-17 09:08:00 +00:00
|
|
|
#ifndef __GNUC__
|
1992-10-23 08:47:28 +00:00
|
|
|
#include <alloca.h>
|
|
|
|
#endif
|
1993-12-03 23:42:59 +00:00
|
|
|
|
|
|
|
#ifndef __GNUC__
|
|
|
|
# get around a bug in the Sun C compiler
|
|
|
|
#define const
|
|
|
|
#endif
|
|
|
|
|
1992-06-25 11:40:36 +00:00
|
|
|
/* That's all... */
|