(C_ALLOCA, alloca): Definitions deleted.

[!NOT_C_CODE]: Include alloca.h.
(NEED_SIOCTL): #undef this.
This commit is contained in:
Richard M. Stallman 1993-05-25 21:01:14 +00:00
parent e3971158d9
commit f4531fd618

View file

@ -2,11 +2,12 @@
#define USG5_3
/* Define HAVE_ALLOCA to say that the system provides a properly
working alloca function and it should be used. */
#define HAVE_ALLOCA
#undef C_ALLOCA
#define alloca __builtin_alloca
#ifndef NOT_C_CODE
#include <alloca.h>
#endif
#undef NEED_SIOCTL
/* use K&R C */
#ifndef __GNUC__