blob: ca4f6e662a2e091fbd8dae064b0e2980c88ed02c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* Solaris-2 host system */
#include "hosts/sysv4.h"
#ifndef __GNUC__
#include <alloca.h>
#endif
#ifndef __GNUC__
/* get around a bug in the Sun C compiler */
#define const
#endif
/* That's all... */
|