mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
[SOLARIS2_4, !__GNUC__] (C_SWITCH_SYSTEM): Defined..
[SOLARIS2_4, !__GNUC__]: Include alloca.h.
This commit is contained in:
parent
5bbf28a8ac
commit
17b406a835
@ -130,7 +130,15 @@ NOTE-END */
|
||||
#endif /* GCC */
|
||||
#define HAVE_VFORK
|
||||
|
||||
#endif
|
||||
#else /* SOLARIS2_4 */
|
||||
#ifndef __GNUC__
|
||||
#undef C_SWITCH_SYSTEM
|
||||
#define C_SWITCH_SYSTEM -Xa
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif /* HAVE_ALLOCA_H */
|
||||
#endif /* not __GNUC__ */
|
||||
#endif /* SOLARIS2_4 */
|
||||
|
||||
/* configure thinks solaris X86 has gethostname, but it does not work,
|
||||
so undefine it. */
|
||||
|
Loading…
Reference in New Issue
Block a user