#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
-#ifndef NOT_C_CODE
-#if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */
-#include <alloca.h>
-#endif
-#endif
-
/* Control a conditional in unexelf.c. */
#define SOLARIS_POWERPC
#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
-#ifndef NOT_C_CODE
-#if __GNUC__ < 2 /* Modern versions of GCC handle alloca directly. */
-#include <alloca.h>
-#endif
-#endif
-
/* Mask for address bits within a memory segment */
#define SEGMENT_MASK (SEGSIZ - 1)
/* XPointer is not defined in the older X headers -- JPff@maths.bath.ac.uk */
#define XPointer caddr_t
-#ifndef NOT_C_CODE
-#include <alloca.h>
-#endif
-
#undef NEED_SIOCTL
/* Include unistd.h, even though we don't define POSIX. */
/* Make process_send_signal work by "typing" a signal character on the pty. */
#define SIGNALS_VIA_CHARACTERS
-#ifndef NOT_C_CODE
-#ifndef __GNUC__
-#include <alloca.h>
-#endif
-#endif
-
/* SGI has all the fancy wait stuff, but we can't include sys/wait.h
because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead
we'll just define WNOHANG right here.